@charset "UTF-8";

:root {
    --f-jp: "Noto Sans JP", sans-serif;
    --f-en: "Zen Maru Gothic", sans-serif;
    --main-color: #227fc4;
    --clr1: #323b4d;
    --clr2: #2fc07b;
    --clr3: #f9c158;
    --cl-tl: #2399d3;
    --ttl_size: 28px;
    --wrapper: 100px;
    --border-radius: 10px
}

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

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 {
    display: table;
    vertical-align: bottom;
    max-width: 100%;
    height: auto
}

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

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

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

    a.tel_click {
        pointer-events: none
    }

    a:not(.tel_click, [target*=_blank]):active,
    a:not(.tel_click, [target*=_blank]):hover {
        color: #64b5f7
    }
}

.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
}

.flex {
    display: flex;
    flex-wrap: wrap
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

li,
p {
    line-height: 2.222;
    letter-spacing: 0.1em;
    word-wrap: break-word;
    word-break: break-word
}

li:empty,
p:empty {
    display: none !important
}

p {
    margin-bottom: 15px
}

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 {
    overflow: hidden
}

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

.inner_max {
    max-width: 1480px
}

.inner_big {
    max-width: 1320px
}

.inner {
    max-width: 1210px
}

.inner_sm {
    max-width: 1020px
}

.inner_full {
    max-width: 1920px
}

.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
    }
}

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

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

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

.TabContainer .TabContent .content {
    transition: all 0.3s ease-in-out;
    background-color: #ccc
}

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

.TabContainer .TabContent .content>div.active {
    opacity: 1;
    z-index: 1;
    visibility: visible
}

.TabContainer .TabPager {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0px auto;
    max-width: 1118px
}

.TabContainer .TabPager>div {
    background-color: #a4c7ce;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 20px 20px;
    width: calc(50% - 0px);
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px 10px 0px 0px
}

.TabContainer .TabPager>div p {
    margin: 0;
    font-size: 1.5em;
    line-height: 2
}

.TabContainer .TabPager>div.active {
    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
}

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

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

.link>a {
    position: absolute;
    inset: 0;
    z-index: 1
}

.tel_click {
    display: table;
    text-decoration: none
}

.tel_click .icon {
    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 .icon: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)
}

.f-palt {
    font-feature-settings: "palt"
}

.btn {
    width: 100%
}

.btn.style01 a {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    background-color: var(--main-color);
    font-size: 20px;
    line-height: 1.3;
    padding: 0.5em 0.5em 0.5em 2.7em;
    min-height: 4em;
    display: flex;
    align-items: center;
    border-radius: 4px;
    font-feature-settings: "palt";
    overflow: hidden;
    transition: all 0.3s ease
}

.btn.style01 a:after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    top: 0;
    left: 0;
    width: 2.15em;
    height: 100%;
    mask-image: url(../images/btn_before.svg);
    -webkit-mask-image: url(../images/btn_before.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: auto 100%;
    -webkit-mask-size: auto 100%;
    mask-position: center right;
    -webkit-mask-position: center right;
    background: url(../images/ic_arr.svg) no-repeat center/0.8em auto;
    background-color: var(--clr2)
}

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

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

    .btn.style01 a:hover:after {
        background-color: var(--clr2)
    }
}

.yt {
    max-width: 960px;
    margin: 0px auto
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

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

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

.slick-arrow:focus {
    outline: 0
}

.slick-prev {
    left: -1em
}

.slick-next {
    right: -1em
}

.br_auto {
    display: inline-block
}

@media (min-width:769px) and (max-height:650px),
only screen and (min-width:769px) and (max-width:1300px) {
    body {
        font-size: 16px
    }

    .btn.style01 a {
        font-size: 16px
    }
}

@keyframes ani_header {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

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

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    --cl_ac: #fff;
    --h_hd: 12em;
    height: var(--h_hd);
    z-index: 20;
    font-size: 10px
}

header.active {
    animation: ani_header 0.6s ease-in-out alternate
}

.ovh header,
header.active {
    background-color: #fff;
    --cl_ac: var(--clr1)
}

.ovh header #nav-icon span,
header.active #nav-icon span {
    background-color: var(--main-color)
}

.ovh header .hamburger-btn,
header.active .hamburger-btn {
    top: 4.2em
}

.ovh header .hamburger-btn #menu_btn,
header.active .hamburger-btn #menu_btn {
    color: var(--main-color)
}

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

.ovh header .logo img,
header.active .logo img {
    filter: none
}

.ovh header .pc_navi>ul>li,
header.active .pc_navi>ul>li {
    margin-bottom: 0
}

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

.logo {
    width: 30%;
    max-width: 49.6em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 2.2em
}

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

.logo img {
    width: auto;
    filter: brightness(0) invert(1)
}

.right_head {
    width: 70%;
    padding-right: 7.9em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.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;
    margin: 0 3em 3.5em 2.9em
}

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

.pc_navi>ul>li.menu-item-has-children>a:after,
.pc_navi>ul>li.menu-item-has-children>p:after {
    content: "";
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: var(--cl_ac);
    width: 0.5em;
    height: 0.3333333333em;
    position: absolute;
    bottom: -0.1666666667em;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s ease
}

.pc_navi>ul>li.menu-item-has-children:hover>a:after,
.pc_navi>ul>li.menu-item-has-children:hover>p: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;
    height: 2.7777777778em;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    font-size: 1.8em;
    line-height: 1.5;
    letter-spacing: 0.1em;
    transition: all 0.2s ease;
    color: var(--cl_ac)
}

.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 .subInner {
    position: absolute;
    width: 26em;
    right: 50%;
    bottom: 0;
    padding-top: 0px;
    transform: translate(50%, 100%);
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    padding-top: 15px
}

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

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

.pc_navi>ul .subInner ul li {
    padding: 0 1em
}

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

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

@media only screen and (min-width:769px) {
    .pc_navi>ul .col2 .subInner {
        width: 54em
    }

    .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: 1200px;
        margin: auto;
        min-height: 100%;
        display: flex;
        align-items: center;
        font-size: 1.8em
    }

    .menu_toggle .inside .ft_link .menu01 {
        width: 25%;
        display: block;

    }

    .menu_toggle .inside .ft_link .menu01 ul {
        width: 100%
    }

    .menu_toggle .inside .ft_link .menu02 {
        margin-top: 0;
        width: 70%
    }

    .menu_toggle .inside .ft_link .link_list {
        width: 100%;
        align-items: flex-start
    }
}
.menu_toggle .inside .ft_link li.tl_mn >a{
    background: var(--cl-tl);
    color: #ffffff;
    border-color: var(--cl-tl);
}
@media (min-width:769px) and (max-height:650px){
    .menu_toggle .inside .ft_link{font-size: 1.6em;}
    .menu_toggle .inside .ft_link .link_list li{margin-bottom: 7px;}
    .menu_toggle .inside .ft_link .link_list li.tl_mn{margin-bottom: 12px;}
}
@media only screen and (min-width:769px) and (max-width:1400px) {
    .logo {
        width: 30.6em;
        max-width: 30%
    }
}

@media only screen and (min-width:769px) and (max-width:1600px) {
    header {
        --h_hd: 10em;
        font-size: min(10px, 0.9vw)
    }

    .logo {
        top: 0.2em
    }

    .right_head {
        padding-right: 5.5em
    }

    .pc_navi>ul>li {
        margin: 0 2em 2.5em 1.9em
    }

    .header_top {
        padding: 0.5em 3em
    }
}

@media only screen and (min-width:769px) and (max-width:1200px) {
    .pc_navi>ul>li {
        margin: 0 1em 1.5em 1em
    }
}

.fixed_bnr {
    position: fixed;
    bottom: 30px;
    left: 51px;
    width: 48em;
    height: 18em;
    z-index: 3;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.2);
    background-color: #323b4d;
    font-size: 8px;
}

.fixed_bnr .ic_close {
    width: 5.8em;
    height: 5.8em;
    border-radius: 50%;
    position: absolute;
    right: -1.6em;
    top: -1.9em;
    background: #323b4d url(../images/ic_close.svg) no-repeat bottom 1.6em left 1.8em/1em auto;
    z-index: 2;
    cursor: pointer
}

.fixed_bnr figure {
    max-width: 25.2em;
    margin-bottom: 0.9em
}

.fixed_bnr .box_in {
    padding-left: 18.2em;
    padding-top: 2.1em;
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #323b4d;
    border-radius: 10px;
    background: url(../images/fixed_bnr_bg.jpg) no-repeat center/48em 18em
}

.fixed_bnr .box_in:before {
    content: "";
    position: absolute;
    bottom: 0.9em;
    right: 1.2em;
    background: url(../images/fixed_arr.svg) no-repeat center/contain;
    width: 1.5em;
    height: 1.3em
}

.fixed_bnr .fixed_tl {
    text-align: center;
    font-size: 2em;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    max-width: 13em;
    width: 100%;
    line-height: 1.5
}

.fixed_bnr .fixed_tl span {
    display: block;
    font-size: 1.3em;
    letter-spacing: 0.05em;
    color: #4c8cff;
    border-top: 1px solid rgba(179, 181, 186, 0.5);
    padding-top: 0.2307692308em;
    margin-top: 0.1153846154em
}

.idx_gallery .list {
    display: flex
}

.idx_gallery .list .img {
    margin: 1px 0.5px
}

.idx_gallery .list .img img {
    overflow: hidden
}

.time_sheet .note {
    margin-top: 19px;
    margin-left: 18px;
    line-height: 1.764705;
    font-size: 17px;
    letter-spacing: 0.1em;
    font-feature-settings: "palt"
}

.time_sheet .note span {
    display: inline-block
}

.time_sheet table {
    font-feature-settings: "palt"
}

.time_sheet table td,
.time_sheet table th {
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.1em;
    width: 10.33%;
    border-bottom: 1px solid var(--clr1)
}

.time_sheet table td:first-child,
.time_sheet table th:first-child {
    width: auto;
    padding-left: 0;
    letter-spacing: 0.05em
}

.time_sheet table th {
    padding: 1.0555555556em 0.2em
}

.time_sheet table td {
    padding: 0.7222222222em 0.2em 1.0555555556em
}

.time_sheet table tr:nth-child(2) td {
    padding-bottom: 1em
}

.time_sheet.tbl_white table td,
.time_sheet.tbl_white table th {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5)
}

@media only screen and (min-width:769px) {
    .fixed_bnr .ic_close:hover {
        background-color: #3380c5
    }
}

@media only screen and (min-width:769px) and (max-width:1600px) {
    .fixed_bnr {
        left: 20px;
        bottom: 20px;
        font-size: min(7px, 1vw)
    }
}

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

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

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

.totop .icon {
    background-image: url(../images/totop.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #5792be;
    border: 0px;
    width: 66px;
    height: 66px;
    margin: 0;
    border-radius: 50%
}

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

.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
    }
}

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

.fixed_banner>div {
    position: relative;
    transition: all 0.3s ease
}

.fixed_banner a {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.fixed_banner p {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.2222222222;
    text-align: center;
    text-decoration: none
}

.fixed_banner p:hover {
    color: #fff
}

.fixed_banner p .tt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    font-weight: 400
}

.fixed_banner p .tt:before {
    content: "";
    display: block;
    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: #fff
}

.fixed_banner .tel p {
    background-color: #e7a522
}

.fixed_banner .tel p .tt:before {
    margin-bottom: 0.5em;
    width: 1.5em;
    height: 1.5em;
    --mask: url(../images/ic_tel.svg)
}

.fixed_banner .web p {
    background-color: #2399d3
}

.fixed_banner .web p .tt:before {
    margin-bottom: 0.5em;
    width: 1.75em;
    height: 1.75em;
    --mask: url(../images/ic_web.svg)
}

.fixed_banner .line p {
    background-color: #2fc07b
}

.fixed_banner .line p .tt:before {
    margin-bottom: 0.1875em;
    width: 2.375em;
    height: 2.25em;
    --mask: url(../images/ic_line.svg)
}

.fixed_banner .instagram p {
    background-image: linear-gradient(15deg, rgba(253, 83, 146, 0.99608) -6%, rgb(248, 111, 100) 95%)
}

.fixed_banner .instagram p .tt:before {
    margin-bottom: 0.3125em;
    width: 1.8125em;
    height: 1.8125em;
    --mask: url(../images/ic_instagram.svg)
}

@media only screen and (min-width:769px) {
    .fixed_banner {
        font-size: 10px;
        top: 409px;
        --size: 9em;
        width: 9em
    }

    .fixed_banner>div {
        width: var(--size);
        height: var(--size);
        margin-bottom: 1px
    }

    .fixed_banner p {
        width: var(--size);
        height: var(--size);
        border-radius: 6px 0 0 6px
    }

    .fixed_banner p .tt {
        font-size: 1.6em;
        letter-spacing: 0.05em
    }

    .fixed_banner .tel {
        --w_tel: 20em;
        transform: translateX(calc(-var(--size) - var(--w_tel)));
        transition: all 0.3s ease
    }

    .fixed_banner .tel .tt {
        padding-top: 1px
    }

    .fixed_banner .tel .tt:before {
        margin-bottom: 0.45em
    }

    .fixed_banner .tel:hover {
        transform: translateX(calc(0em - var(--w_tel)))
    }

    .fixed_banner .tel:hover a {
        width: calc(var(--size) + var(--w_tel))
    }

    .fixed_banner .tel .ov {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #e7a522;
        position: absolute;
        left: var(--size);
        height: 100%;
        top: 0;
        width: var(--w_tel);
        border-left: 1px solid #fff
    }

    .fixed_banner .tel .ov .text {
        font-size: 2.5em;
        font-weight: 500;
        font-family: var(--f-en)
    }

    .fixed_banner .web p {
        padding-bottom: 2px
    }

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

    .fixed_banner .instagram p {
        padding-top: 2px
    }
}

@media (min-width:769px) and (max-height:650px),
only screen and (min-width:769px) and (max-width:1600px) {
    .fixed_banner {
        font-size: 7px;
        top: calc(50% - 15em)
    }

    .totop .icon {
        width: 60px;
        height: 60px
    }
}

@media only screen and (min-width:769px) and (max-height:620px) {
    .totop {
        right: 100px
    }
}

.b_tel {
    margin-top: 16px;
    padding-left: 28px
}

.b_tel a {
    text-decoration: none;
    font-size: 48px;
    font-weight: 500;
    font-family: var(--f-en);
    line-height: 1;
    letter-spacing: 0.1em;
    padding-left: 1.0416666667em;
    position: relative
}

.b_tel a:before {
    content: "";
    position: absolute;
    top: 0.3125em;
    left: 0;
    background: url(../images/ic_tel.svg) no-repeat center/contain;
    width: 0.625em;
    height: 0.625em
}

.address_txt {
    font-feature-settings: "palt";
    line-height: 2
}

.ft_map {
    height: 299px;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 41px
}

.ft_bnr {
    margin-top: 42px;
    padding-right: 38px
}

.ft_bnr .bnr_it {
    margin: 20px auto;
    max-width: 480px;
    width: 100%
}

.ft_bnr .bnr_it:last-child {
    margin-bottom: 0
}

footer {
    padding: 85px 0 82px;
    position: relative;
    background: url(../images/ft_bg.jpg) no-repeat center/cover
}

footer .time_sheet {
    margin-top: 23px
}

footer p {
    margin-bottom: 0
}

footer a,
footer p {
    color: #fff;
    text-decoration: none
}

footer .ft_logo {
    padding: 0px 0 7px;
    max-width: 496px
}

footer .ft_info {
    width: 47.5%;
    max-width: 600px
}

footer .ft_menu {
    width: 47%;
    max-width: 592px;
    padding-top: 7px
}

footer .ft_link a {
    color: #fff
}

footer .ft_link a:before {
    background-color: #ffffff
}

footer .ft_link .title {
    color: #ffffff
}

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

    .ft_link .menu01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%
    }

    .ft_link .menu01>ul{
        width: 48%
    }

    .ft_link .menu02 {
        margin-top: 26px        
    }
    .ft_link .menu02 .ft_wrap{
        width: 48%;
    }

}

.ft_link .title {
    margin-bottom: 0.8666666667em;
    padding-left: 0;
    font-size: 1.6666666667em;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    pointer-events: none;
    font-family: var(--f-en);
    color: var(--main-color);
    text-transform: uppercase;
    width: 100%
}

.ft_link .title:before {
    display: none
}

.ft_link ul:last-child {
    margin-bottom: 0
}

.ft_link li {
    margin-bottom: 13px;
    letter-spacing: 0.1em;
    line-height: 1.6
}
.ft_link li.tl_mn{
    margin-bottom: 30px;
}
.ft_link li.tl_mn >a{
    pointer-events: none;
    padding-left: 0;
    font-size: 1.1111111111em;
    font-weight: 500;
    border: 1px solid;
    padding: 0.2em 0.5em;
    margin-bottom: 0.6em;
    border-radius: 5px;
}
.ft_link li.tl_mn >a::before{display: none;}

.ft_link a {
    text-decoration: none;
    display: table;
    position: relative;
    padding-left: 1.1111111111em;
    letter-spacing: 0.1em;
    color: var(--clr1);
    line-height: 1.6
}

.ft_link a:before {
    content: "";
    position: absolute;
    top: 0.722222222em;
    left: 0.388888889em;
    border-radius: 50%;
    width: round(0.2222222222em, 1px);
    height: round(0.2222222222em, 1px);
    background-color: var(--clr1)
}

.ft_link a:hover {
    opacity: 1
}

.ft_link a:hover {
    opacity: 1;
    color: var(--clr1)
}

@media only screen and (min-width:769px) {
    .ft_link a:hover {
        color: var(--main-color)
    }

    .ft_link a:hover:after {
        background-color: var(--main-color)
    }
}

.copyright {
    margin: 0 auto 0;
    color: #fff;
    padding: 17px 0px 23px;
    position: relative;
    z-index: 1
}

.copyright .flex {
    align-items: center;
    justify-content: center;
    min-height: 40px
}

.copyright .inner_big {
    max-width: 1135px
}

.copyright .textwidget {
    display: block;
    margin-top: 2px;
    line-height: 20px;
    padding-left: 22px;
    padding-bottom: 3px;
    margin-left: 23px;
    border-left: 1px solid white;
    font-weight: 400;
    letter-spacing: 0.1em
}

.copyright .textwidget p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 0.1em
}

.copyright .grits {
    margin-bottom: 0;
    line-height: 2.501
}

.copyright .grits a {
    display: block
}

.copyright .grits img {
    max-width: 120px
}

@media only screen and (min-width:769px) {
    footer .address_txt {
        padding-left: 28px
    }

    footer .ft_info {
        padding-bottom: 100px
    }

    footer .ft_link a:hover {
        color: #9ca4ab
    }

    footer .ft_link a:hover:before {
        background-color: #9ca4ab
    }

    .copyright {
        position: absolute;
        bottom: -28px;
        left: 0;
        width: 49%;
        max-width: 642px
    }
}

@media only screen and (min-width:769px) and (max-width:1300px) {
    .b_tel a {
        font-size: 38px
    }

    .time_sheet .note {
        font-size: min(17px, 1.7vw);
        margin-left: 0.5em;
        margin-top: 1em
    }

    .time_sheet table td,
    .time_sheet table th {
        font-size: min(18px, 1.8vw);
        width: 10%
    }

    .time_sheet table td:first-child,
    .time_sheet table th:first-child {
        width: auto
    }

    footer .ft_link a {
        padding-left: 1em
    }

    footer .ft_menu {
        width: 49%
    }
}

@media only screen and (min-width:769px) and (max-width:1200px) {
    footer {
        padding: 65px 0 55px
    }

    footer .ft_link a {
        font-size: min(16px, 1.8vw);
        letter-spacing: 0.05em
    }

    footer .ft_link .menu01>ul,
    footer .ft_link .menu02>ul {
        width: 50%
    }
}

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

    footer .ft_link .menu01>ul:last-child,
    footer .ft_link .menu02>ul:last-child {
        width: 46%
    }

    .copyright .textwidget {
        padding-left: 10px;
        margin-left: 10px
    }

    .copyright .textwidget p {
        font-size: 12px
    }
}

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