@charset "UTF-8";

:root {
    --f-sulphur: "Sulphur Point", sans-serif;
    --f-jp: "Zen Maru Gothic", sans-serif;
    --f-en: 'M PLUS Rounded 1c', sans-serif;
    --main-color: #4980cb;
    --clr1: #444;
    --clr2: #ffe370;
    --clr-green: #50b289;
    --clr-green-02: #50b188;
    --clr-green-03: #e9fbde;
    --clr-pink: #f19282;
    --clr-pink-02: #ffeae2;
    --clr-purple: #8a61b9;
    --clr-blue: #588ccf;
    --clr-blue-02: #e9f7ff;
    --clr-blue-03: #ecf8ff;
    --clr-blue-04: #0665a4;
    --clr-gray: #ececec;
    --line-height-base: 2;
    --txt_size: 16px;
    --ttl_size: 30px;
    --wrapper: 100px
}

body::-webkit-scrollbar {
    display: block;
    width: 10px;
    height: 10px
}

body::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5)
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, var(--clr2) 0%, var(--main-color) 50%, var(--clr2) 100%);
    box-shadow: inset 0 0 6px #fff
}

body::-webkit-scrollbar-thumb:window-inactive {
    background: linear-gradient(to bottom, var(--clr2) 0%, var(--main-color) 50%, var(--clr2) 100%)
}

body {
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: var(--clr1);
    font-family: var(--f-jp)
}

address,
blockquote,
button,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
select,
td,
textarea,
th {
    font-size: 100%;
    -webkit-text-size-adjust: none
}

article,
aside,
figure,
footer,
header,
main,
nav,
picture,
section {
    display: block;
    padding: 0;
    margin: 0
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto
}

a:not(.tel_click) {
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: #64b5f7
}

a:not(.tel_click):active,
a:not(.tel_click):hover {
    color: #64b5f7
}

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

@media only screen and (min-width:769px) {
    a:not([target*=_blank]) {
        transition: opacity 0.3s ease
    }

    a:not([target*=_blank]):hover {
        opacity: 0.7
    }

    a.tel_click {
        pointer-events: none
    }
}

.ft_logo a:hover,
.logo a:hover,
a.ft_logo:hover,
a.logo:hover,
a.tel_click:hover {
    opacity: 1 !important
}

table {
    width: 100%
}

iframe {
    width: 100%;
    height: 100%
}

.captcha_box iframe {
    height: auto
}

.link>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

p {
    line-height: 2;
    letter-spacing: inherit;
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 15px
}

p:empty {
    display: none !important
}

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

.red {
    color: #ca0a0a !important
}

.bold {
    font-weight: bold !important
}

.fl {
    float: left
}

.fr {
    float: right
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    overflow-x: auto !important
}

.wrapper {
    padding-top: 0;
    overflow: hidden
}

.inner,
.inner_big,
.inner_max,
.inner_sm {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px
}

.inner_max {
    max-width: 1220px
}

.inner_big {
    max-width: 1150px
}

.inner {
    max-width: 1100px
}

.inner_sm {
    max-width: 1100px
}

.fullWidthBreak {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.txt_ver {
    writing-mode: vertical-rl
}

@media only screen and (min-width:769px) {
    .txt_ver_pc {
        writing-mode: vertical-rl
    }
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 35px
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

@media only screen and (max-width:768px) {
    .pc_only {
        display: none !important
    }
}

@media only screen and (min-width:769px) {
    .sp_only {
        display: none !important
    }

    .pc_navi>ul>li>a:hover,
    .pc_navi>ul>li>p:hover {
        text-shadow: none
    }
}

@media only screen and (min-width:451px) {
    .sp_450 {
        display: none !important
    }
}

.accBtn:after,
.accBtn:before {
    transition: all 0.3s ease-in-out
}

.accBtn.triangle,
.accBtn.triangle_btt {
    position: relative
}

.accBtn.triangle:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 20px;
    border-color: inherit;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out
}

.accBtn.triangle.rotate:after {
    transform: translateY(-50%) rotateX(180deg)
}

.accBtn.triangle_btt:after {
    content: "";
    position: relative;
    top: 0px;
    width: 0;
    height: 0;
    border-radius: 20px;
    border-color: inherit;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid;
    display: block;
    margin: 10px auto 0;
    transition: all 0.3s ease-in-out
}

.accBtn.rotate:after {
    transform: rotateX(180deg)
}

.TabContainer:not(.init) .TabContent li:not(.active) {
    display: none
}

.TabContainer.init .TabContent {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.TabContainer.init .TabContent>ul {
    transition: all 0.3s ease-in-out
}

.TabContainer.init .TabContent>ul>li {
    opacity: 0;
    z-index: -10;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out
}

.TabContainer.init .TabContent>ul>li.active {
    opacity: 1;
    z-index: 1;
    visibility: visible
}

.TabContainer .TabPager {
    display: flex;
    justify-content: space-between;
    min-width: 290px
}

.TabContainer .TabPager li {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 9px 20px;
    box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
    width: calc(33.33% - 1px);
    transition: all 0.3s ease;
    cursor: pointer;
    color: #797b7d
}

.TabContainer .TabPager li p {
    margin: 0
}

.TabContainer .TabPager li.active {
    background-color: #edf0f5;
    z-index: 1
}

.rel {
    position: relative
}

.ovh {
    overflow: hidden !important
}

.ovs {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.lt0 {
    letter-spacing: 0 !important
}

figure,
picture {
    text-align: center;
    line-height: 1
}

.fblock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.key {
    position: relative
}

.gMap {
    width: 100%;
    height: 100%
}

.txt_l {
    float: left;
    width: calc(100% - 385px)
}

.txt_r {
    float: right;
    width: calc(100% - 385px)
}

.image_alone {
    display: table;
    max-width: 500px;
    margin: 0 auto;
    border: 7px solid rgba(231, 231, 231, 0.5);
    border-radius: 11px;
    overflow: hidden
}

.tel_click {
    text-decoration: none
}

.tel_click span {
    display: flex;
    align-items: center;
    font-family: var(--f-en);
    font-weight: 700;
    color: var(--main-color);
    letter-spacing: 0.05em;
    font-size: 1.5em
}

.tel_click span:before {
    content: "";
    display: block;
    margin-right: 0.3214em;
    margin-top: 0.1786em;
    width: 0.893em;
    height: 0.893em;
    --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 101' %3E%3Cpath d='M97.829,82.824 C98.198,91.823 96.073,94.826 87.308,97.205 C74.144,100.791 61.788,98.752 50.561,91.066 C33.671,79.497 19.384,65.207 7.912,48.225 C-0.287,36.096 -1.826,22.855 2.769,8.952 C4.752,2.953 8.059,0.771 14.407,0.925 C23.639,1.157 23.633,1.157 26.561,10.079 C27.869,14.063 29.100,18.078 30.561,22.007 C32.367,26.859 31.432,30.918 27.914,34.711 C22.303,40.765 22.378,40.854 26.680,47.891 C33.854,59.628 43.600,68.580 55.717,75.040 C57.758,76.123 59.178,76.250 60.774,74.416 C62.051,72.951 63.620,71.738 65.076,70.429 C68.123,67.696 71.576,66.743 75.537,68.072 C82.013,70.255 88.532,72.319 94.923,74.723 C96.087,75.162 97.048,76.900 97.511,78.240 C97.992,79.641 97.756,81.285 97.829,82.824 Z'/%3E%3C/svg%3E");
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: var(--main-color)
}

.en {
    font-family: var(--f-en)
}

.btn a:after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    width: round(1.25em, 1px);
    height: round(1.25em, 1px);
    right: 1.3em;
    top: calc(50% - 10px);
    border-radius: 50%;
    background: url(../images/btn_ic_arrow.svg) no-repeat center/101% auto
}

.btn-group {
    font-size: 0.625em
}

.btn-group .btn {
    font-size: 1em
}

.btn-group .btn.style01 {
    width: 100%;
    min-width: 100px;
    max-width: 343px;
    overflow: hidden
}

.btn-group .btn.style01 a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 3.75em;
    padding: 1em 2.85em 1em 1.15em;
    position: relative;
    font-size: 1.6em;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: var(--clr1);
    text-decoration: none;
    text-align: left;
    background-color: var(--clr2);
    transition: all 0.3s;
    border-radius: 40px;
    height: 100%
}

.btn-group .btn.style01 a:after {
    background-color: var(--main-color)
}

.btn-group .btn.style01 a:hover {
    opacity: 1
}

@media only screen and (min-width:769px) {
    .btn-group .btn.style01 a:hover {
        background-color: #ffce04
    }

    .btn-group .btn.style01 a:hover:after {
        right: 1em
    }
}

.btn-group .btn.style01.arr-green a:after {
    background-color: var(--clr-green)
}

.btn-group .btn.style01.arr-pink a:after {
    background-color: var(--clr-pink)
}

.btn-group .btn.style01.arr-purple a:after {
    background-color: var(--clr-purple)
}

.btn-group .btn.bg01 a {
    background-color: #ffffff
}

@media only screen and (min-width:769px) {
    .btn-group .btn.bg01 a:hover {
        background-color: #fff1b6
    }
}

.slick-arrow {
    display: block;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    position: absolute;
    top: 37%;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent
}

.slick-arrow:focus {
    outline: 0
}

.slick-prev {
    left: -55px
}

.slick-next {
    right: -55px
}

@media only screen and (min-width:769px) and (max-width:1080px) {
    body {
        font-size: 87.5%
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--wrapper);
    z-index: 20
}

.ovh header,
header.active {
    background-color: #fff
}

.ovh header .header_top,
header.active .header_top {
    padding-top: 5px
}

.header_top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 25px 0 5px 30px;
    height: 100%;
    transition: all 0.3s ease-in-out
}

h1 {
    position: absolute;
    overflow: hidden;
    height: 0;
    width: 0;
    padding: 0;
    border: 0
}

.logo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease
}

.logo a {
    display: block;
    width: 100%;
    text-align: center
}

.right_head {
    background-color: #fff;
    width: fit-content;
    max-width: 82%;
    min-height: 60px;
    padding: 0.625em 3.125em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    border-radius: 30px 0 0 30px
}

.pc_navi {
    width: 100%
}

.pc_navi>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: center;
    width: 100%
}

.pc_navi>ul>li {
    position: relative
}

.pc_navi>ul>li:not(:last-child) {
    margin-right: 28px
}

.pc_navi>ul>li.menu-item-has-children>a:after,
.pc_navi>ul>li.menu-item-has-children>p:after {
    content: "";
    background: url(../images/shared_pc_navi_arrow.png) center no-repeat;
    background-size: 100% auto;
    width: 9px;
    height: 5px;
    position: absolute;
    bottom: -0.5em;
    left: calc(50% - 4.5px);
    transition: all 0.5s ease
}

.pc_navi>ul>li.menu-item-has-children>a:hover:after,
.pc_navi>ul>li.menu-item-has-children>p:hover:after {
    transform: translateY(5px)
}

.pc_navi>ul>li>a,
.pc_navi>ul>li>p {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    transition: all 0.2s ease;
    color: var(--clr1)
}

.pc_navi>ul>li>a:hover,
.pc_navi>ul>li>p:hover {
    opacity: 0.8;
    color: var(--main-color)
}

.pc_navi>ul>li>a span,
.pc_navi>ul>li>p span {
    display: block;
    width: 100%;
    padding-top: 0px;
    font-size: 66.6666666667%;
    font-weight: 600
}

.pc_navi>ul>li:hover a,
.pc_navi>ul>li:hover p {
    color: var(--main-color)
}

.pc_navi>ul>li:hover a.title:after,
.pc_navi>ul>li:hover p.title:after {
    transform: translateY(5px)
}

.pc_navi>ul .subInner {
    position: absolute;
    width: 220px;
    right: 50%;
    bottom: -15px;
    padding-top: 0px;
    transform: translate(50%, 100%);
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.pc_navi>ul .subInner.active {
    opacity: 1;
    visibility: visible
}

.pc_navi>ul .subInner ul {
    background-color: var(--main-color);
    padding-bottom: 10px
}

.pc_navi>ul .subInner ul li {
    padding: 0 10px
}

.pc_navi>ul .subInner ul li a {
    position: relative;
    display: block;
    padding: 1em 0.5em 1em 1.5em;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-align: left;
    letter-spacing: 0px
}

.pc_navi>ul .subInner ul li a:before {
    content: "›";
    display: block;
    position: absolute;
    top: 50%;
    left: 0.5em;
    transform: translateY(-54%);
    font-size: 1em
}

@media only screen and (min-width:769px) {

    .ovh header,
    header.active {
        height: 80px
    }

    .ovh header .logo,
    header.active .logo {
        top: 0
    }

    .ovh header .logo a,
    .ovh header .logo img,
    header.active .logo a,
    header.active .logo img {
        height: 100%
    }

    .logo {
        width: 15%;
        max-width: 154px;
        height: 100%;
        top: 2.1875em
    }

    .pc_navi>ul>li:nth-last-child(2) .subInner {
        transform: translate(30%, 100%);
        right: 100%
    }

    .pc_navi>ul .col2 .subInner {
        width: 32em
    }

    .pc_navi>ul .col2 .subInner ul {
        display: flex;
        flex-wrap: wrap
    }

    .pc_navi>ul .col2 .subInner ul li {
        width: 50%
    }

    .menu_toggle .inside .ft_link {
        width: 100%;
        max-width: 900px;
        margin: auto;
        min-height: 100%;
        display: flex;
        align-items: center
    }

    .menu_toggle .inside .ft_link .link_list {
        width: 100%
    }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .header_top {
        padding: 5px 0 5px 10px
    }

    .pc_navi>ul .col2 .subInner {
        width: 35em
    }
}

@media only screen and (max-width:992px) and (min-width:769px) {
    :root {
        --ttl_size: 22px;
        --wrapper: 100px
    }
}

.box_info {
    font-size: 10px;
    border-radius: 15px;
    max-width: 465px;
    overflow: hidden
}

.box_info.st1 {
    padding-top: 41px;
    background: url(../images/box_info_bg.jpg) no-repeat center/cover
}

.box_info.st1 .info dl:first-child {
    margin-bottom: 9px
}

.box_info.st2 {
    background-color: #fff
}

.box_info .info {
    margin-bottom: 1.9em
}

.box_info .info dl {
    font-size: 1.6em;
    display: flex;
    --w: 5em
}

.box_info .tt_note{
    font-size: 1.4em;
    line-height: 1.85;
    margin-top: 0.5em;
}

.box_info .info dl:not(:last-child) {
    margin-bottom: 3px
}

.box_info .info dl dt {
    width: var(--w);
    height: 1.875em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 999em;
    color: var(--main-color)
}

.box_info .info dl dd {
    width: calc(100% - var(--w));
    padding-left: 0.625em
}

.box_info .info dl dd>p {
    margin-bottom: 0
}

.box_info .info_tel a {
    font-family: var(--f-en);
    font-size: 2em;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--main-color)
}

.box_info .info_address {
    color: var(--clr1);
    letter-spacing: 0.1em;
    font-size: 0.875em;
    line-height: 1.5;
    font-weight: 500;
    padding-top: 0.2857em;
    margin-bottom: 0.5em !important
}

.box_info .info_address>span {
    display: block;
    font-size: 1.1429em
}

.box_info .info_vehicle {
    border-radius: 7px;
    background-color: #f7f7f7;
    display: flex;
    padding: 0.5em 0.9375em
}

.box_info .info_vehicle .item {
    position: relative;
    display: flex;
    align-items: center
}

.box_info .info_vehicle .item01 {
    border-right: 1px solid #d9d8d8;
    padding-right: 1em;
    margin-right: 1em
}

.box_info .info_vehicle .item01 .tt:before {
    height: 1.5em;
    background-image: url(../images/ico_vehicle01.svg)
}

.box_info .info_vehicle .item02 .tt:before {
    height: 1.4167em;
    background-image: url(../images/ico_vehicle02.svg)
}

.box_info .info_vehicle .tt {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.75em;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--main-color);
    margin-right: 0.5833em;
    top: 0.1667em
}

.box_info .info_vehicle .tt:before {
    content: "";
    display: block;
    width: round(1.6667em, 1px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.box_info .info_vehicle .txt {
    font-size: 0.875em;
    font-weight: 500;
    line-height: 1.3571428571;
    letter-spacing: 0.1em
}

.box_info .time_sheet {
    font-size: 1em
}

@media only screen and (min-width:769px) {
    .box_info {
        padding: 48px 30px 39px
    }
}

.time_sheet {
    font-size: 0.625em;
    border: 2px solid #d9d8d8;
    border-radius: 7px;
    overflow: hidden;
    background-color: #fff
}

.time_sheet table {
    margin-top: 0 !important
}

.time_sheet table td,
.time_sheet table th {
    font-size: 1.3em;
    font-weight: 500;
    text-align: center;
    border: 1px solid #d9d8d8;
    border-right: 0;
    border-left: 0;
    width: 9%
}

.time_sheet table td:first-child,
.time_sheet table th:first-child {
    width: auto;
    padding-left: 11px !important
}

.time_sheet table td:last-child,
.time_sheet table th:last-child {
    padding-left: 10px !important;
    text-align: left;
    width: 11%
}

.time_sheet table td {
    padding: 10px 0 12px;
    text-align: center;
    color: var(--main-color)
}

.time_sheet table td.cls {
    color: #bebebe
}

.time_sheet table td:first-child {
    font-family: var(--f-en);
    font-size: 1.6em;
    color: var(--clr1);
    line-height: 1;
    letter-spacing: 0.05em
}

.time_sheet table td:first-child>span {
    display: block;
    font-family: var(--f-jp);
    font-size: 0.75em;
    color: var(--clr-pink);
    margin-top: 4px
}

.time_sheet table tr:first-child {
    background-color: #f7f7f7
}

.time_sheet table tr:first-child th {
    padding: 9px 0;
    border-bottom-width: 2px;
    border-top: 0
}

.time_sheet table tr:first-child th:last-child {
    padding-left: 3px !important
}

.time_sheet table tr:last-child td {
    border-bottom: 0
}

.totop {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    position: fixed;
    z-index: 10;
    bottom: 45px;
    right: 10px
}

.totop.active {
    opacity: 1;
    visibility: visible
}

.totop .icon {
    background-image: url(../images/totop.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 0px;
    width: 60px;
    height: 60px;
    margin: 0
}

@media only screen and (min-width:769px) {
    .totop:hover .icon {
        opacity: 0.9;
        animation-name: bounces
    }
}
@media only screen and (min-width:769px) and (max-height:790px){
    .totop{
        right: 80px;
    }
}
.bounce {
    animation-name: bounces
}

.animateds {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes bounces {

    0%,
    to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-5px)
    }
}

@keyframes fixed_banner {
    0% {
        left: 0;
        opacity: 1
    }

    to {
        left: -3px;
        opacity: 0.7
    }
}

.idx_gallery {
    position: relative;
    z-index: 1
}

.idx_gallery .list {
    display: flex
}

.idx_gallery .list .item:nth-child(odd) {
    margin-top: 50px
}

.idx_gallery .list .img {
    margin: 0 7px
}

.idx_gallery .list .img img {
    overflow: hidden;
    border-radius: 30px;
    margin: 0 1px
}

.fixed_banner {
    position: fixed;
    right: 0px;
    z-index: 15;
    transition: 0.3s ease-in-out;
    background-color: #fff
}

.fixed_banner:hover {
    right: 0
}

.fixed_banner>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease
}

.fixed_banner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1
}

.fixed_banner .f-tt {
    margin-bottom: 0;
    color: var(--clr1);
    letter-spacing: 0.12em;
    line-height: 1.2222222222;
    text-align: center
}

.fixed_banner .f-tt:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    display: block;
    width: 100%;
    margin-bottom: 0.5714em
}

.fixed_banner .tel p:before {
    width: 1.4286em;
    height: 1.4286em;
    background-image: url("../images/shared_fixed_bnr_icon01.svg")
}

.fixed_banner .web p:before {
    width: 1.4286em;
    height: 1.4286em;
    background-image: url("../images/shared_fixed_bnr_icon02.svg")
}

.fixed_banner .time p:before {
    width: 1.4286em;
    height: 1.4286em;
    background-image: url("../images/shared_fixed_bnr_icon03.svg")
}

.fixed_banner .map p:before {
    width: 1.2857em;
    height: 1.4286em;
    background-image: url("../images/shared_fixed_bnr_icon04.svg")
}


.fixed_banner .time .tt-close, .fixed_banner .map .tt-close{
    position: relative;
    display: none;
}
.fixed_banner .time .tt-close::before, .fixed_banner .map .tt-close::before{
    background-image: url(../images/close.png);
    margin-bottom: 5px;
}
.fixed_banner .time.active .f-tt, .fixed_banner .map.active .f-tt{
    display: none;
}
.fixed_banner .map.active .tt-close, .fixed_banner .time.active .tt-close{
    display: flex;
}
.fixed_banner .bx-map{
    width: 100%;
    height: 160px;
}
.fixed_banner .box_info{
    padding: 0;
    background-color: #f7f7f7;
    margin-top: 1em;
    border-radius: 0;
}
.fixed_banner .time_sheet{
    font-size: 10px;
}
.fixed_banner .tt_note{
    font-size: 1.4em;
}
.fixed_banner .box_info .info_vehicle{background-color: #ffffff;}
.fixed_banner .box_info .info{margin-bottom: 0;}
.fixed_banner .f-bn-map, .fixed_banner .f-bn-time{
    position: absolute;
    right: 104%;
    height: 100%;
    width: 440px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #f7f7f7;
    border: none;
    border-right: 0;
    padding: 15px;
    display: none;
    opacity: 0;
    cursor: default;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.fixed_banner .f-bn-map .btn-group{font-size: 10px;}
.fixed_banner .f-bn-map .btn-group .btn{
    max-width: 250px;
    margin: 20px auto 0;
}
.fixed_banner .f-bn-map .btn-group .btn a{min-height: auto;}
.fixed_banner .f-bn-map.active, .fixed_banner .f-bn-time.active{
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 1;
}

.fixed_banner .f-bn-map >div, .fixed_banner .f-bn-time >div{
    width: 100%;
}

@media only screen and (min-width:769px) {
.fixed_banner .time, .fixed_banner .map{cursor: pointer;}

.fixed_banner .time:hover, .fixed_banner .map:hover{opacity: 0.8;}
    .fixed_banner {
        font-size: 0.625em;
        top: 16.0625em;
        border-radius: 7px 0 0 7px;
        border: 2px solid #d9d8d8
    }

    .fixed_banner.active {
        top: 17.0625em
    }

    .fixed_banner>div {
        position: relative;
        width: 5.4em;
        border-right: 0
    }

    .fixed_banner>.tel p, .fixed_banner>.web p, .fixed_banner>.time p {
        border-bottom: 2px solid #d9d8d8
    }

    .fixed_banner .f-tt {
        display: flex;
        align-items: center;
        width: 1.7857em;
        font-size: 1.4em;
        font-weight: 500;
        letter-spacing: 0.1em;
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-text-orientation: upright;
        -moz-text-orientation: upright;
        -ms-text-orientation: upright;
        text-orientation: upright;
        padding: 1.3571em 0 1.2143em
    }

    .fixed_banner .f-tt:before {
        margin-bottom: 0.4286em
    }

    .fixed_banner .web p:before {
        margin-bottom: 0.2857em
    }

    .fixed_banner .time p {
        padding-bottom: 1.4286em
    }

    .fixed_banner .time p:before {
        margin-bottom: 0.3571em
    }

    .fixed_banner .map p:before {
        margin-bottom: 0.3571em
    }
}

@media only screen and (min-width:769px) and (max-height:675px) {
    .fixed_banner {
        font-size: 8.75px;
        top: 12em
    }

    .totop {
        bottom: 20px
    }

    .totop .icon {
        width: 50px;
        height: 50px
    }
}
footer{
    position: relative;
    z-index: 1;
}

footer p {
    margin-bottom: 0
}
footer .ft_bnr{
    display: table;
    width: 90%;
    max-width: 420px;
    margin: 30px auto 0;
}
footer .ft_logo {
    display: table;
    max-width: 380px;
    margin: 0 auto;
    margin-bottom: 37px
}

footer .ft_logo a:hover {
    opacity: 1
}

footer .ft_info {
    padding: 100px 0;
    background: url(../images/ft_info_bg.jpg) no-repeat center/cover
}

footer .ft_link {
    padding: 100px 0 0;
    background-color: #f7f7f7
}

footer .ft_link .link_list {
    background-color: #fff;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 31.1% 38.2% 30.7%;
    padding: 66px 90px 52px;
    gap: 43px 0
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    footer .ft_link {
        font-size: min(1vw, 8.75px)
    }

    footer .ft_link .link_list {
        padding: 50px 60px
    }
}

.idx_map {
    position: relative;
    z-index: 1
}

.idx_map iframe {
    height: 100%
}

@media only screen and (min-width:769px) {
    .idx_map {
        height: 500px
    }
}

@media only screen and (max-width:768px) {
    .idx_map {
        height: 299px
    }
}

.ft_link {
    font-size: 10px
}

.ft_link a {
    text-decoration: none
}

.ft_link .menu01 a,
.ft_link .title>a,
.ft_link .ttl {
    position: relative;
    padding-left: 2.1875em;
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    background-repeat: no-repeat;
    background-position: top 0.25em left;
    background-size: round(1.25em, 1px) round(1.25em, 1px)
}

.ft_link .menu01 a:before,
.ft_link .title>a:before,
.ft_link .ttl:before {
    content: none
}

.ft_link .ttl {
    pointer-events: none;
    margin-bottom: 1em
}

.ft_link .title>a:before {
    top: 0.1875em
}

.ft_link a {
    position: relative;
    padding-left: 1em;
    color: inherit;
    font-size: 1.4em;
    letter-spacing: 0.05em
}

.ft_link a:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
    color: currentColor
}

.ft_link .menu01 a {
    color: var(--clr1);
    background-image: url(../images/ico_link01.svg)
}

.ft_link .menu02 .ttl,
.ft_link .menu02 a {
    color: var(--clr-green)
}

.ft_link .menu02 .ttl {
    background-image: url(../images/ico_link02.svg)
}

.ft_link .menu03 .ttl,
.ft_link .menu03 a {
    color: var(--main-color)
}

.ft_link .menu03 .ttl {
    background-image: url(../images/ico_link03.svg)
}

.ft_link .menu04 .ttl,
.ft_link .menu04 a {
    color: var(--clr-pink)
}

.ft_link .menu04 .ttl {
    background-image: url(../images/ico_link04.svg)
}

.ft_link .menu05 .title>a {
    color: var(--clr-purple);
    background-image: url(../images/ico_link05.svg)
}

@media only screen and (min-width:769px) {
    .ft_link a:hover {
        opacity: 1;
        text-decoration: underline;
        text-underline-offset: 3px
    }

    .ft_link .link_list>div:has(.ttl) ul {
        display: flex;
        flex-flow: column wrap;
        align-content: flex-start;
        padding-left: 2.4em;
        position: relative
    }

    .ft_link .link_list>div:has(.ttl) ul:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px
    }

    .ft_link .link_list>div:has(.ttl) ul:last-child {
        margin-bottom: 0
    }

    .ft_link .link_list>div:has(.ttl) ul li.w-full {
        position: relative;
        white-space: nowrap
    }

    .ft_link .link_list>div:has(.ttl) ul li.w-full>a {
        position: absolute
    }

    .ft_link .link_list>div:has(.ttl) ul li:not(:last-child) {
        margin-bottom: 1.3em
    }

    .ft_link .menu01 {
        grid-row: 1/2 span
    }

    .ft_link .menu01 li:not(:last-child) {
        margin-bottom: 2.5em
    }

    .ft_link .menu02>ul {
        max-height: 23.7em
    }

    .ft_link .menu02>ul:before {
        background-color: #d3ece1 !important;
        height: calc(100% + 34px)
    }

    .ft_link .menu02>ul li:nth-child(-n+6) {
        width: 34.4%
    }

    .ft_link .menu03>ul {
        max-height: 29em
    }

    .ft_link .menu03>ul:before {
        background-color: #d1dff2 !important;
        height: calc(100% + 8px)
    }

    .ft_link .menu03>ul li:nth-child(-n+8) {
        width: 69%
    }

    .ft_link .menu04>ul {
        max-height: 9em
    }

    .ft_link .menu04>ul:before {
        background-color: rgba(241, 146, 130, 0.25) !important;
        height: calc(100% - 16px);
        left: -1px !important
    }

    .ft_link .menu04>ul li:nth-child(-n+2) {
        width: 34.5%
    }
}

.copyright {
    background-color: #f7f7f7;
    padding: 38px 0;
    position: relative;
    z-index: 1
}

.copyright p {
    font-family: var(--f-en);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--main-color);
    text-align: center
}

@media only screen and (max-width:1000px) and (min-width:769px) {
    .idx_gallery .list .img img {
        max-width: 260px
    }
}

/*# sourceMappingURL=style.css.map */