@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
    --f-notosans: "Noto Sans JP", sans-serif;
    --f-jp: "Zen Kaku Gothic New", sans-serif;
    --f-en: "Josefin Sans", serif;
    --f-zennew: "Zen Kaku Gothic New", sans-serif;
    --f-jose: "Josefin Sans", serif;
    --f-mont: "Montserrat", serif;
    --main-color: #5A9F4D;
    --clr1: #222222;
    --clr2: #5A9F4D;
    --ttl_size: 30px;
    --wrapper: 100px;
}


/*==========================================================================*/


/*//////////////////////////////////////////////////////////////////////////*/


/*//////                                                              //////*/


/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/


/*//////                                                              //////*/


/*//////////////////////////////////////////////////////////////////////////*/


/*                                                                          */


/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */


/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */


/*                                                                          */


/*==========================================================================*/


/*==========================================================================*/


/*                           Common-Setting                                 */


/*==========================================================================*/

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

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

header,
section,
footer,
aside,
nav,
main,
article,
figure,
picture {
    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):hover,
a:not(.tel_click):active {
    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;
    }
}

a.logo:hover,
.logo a:hover,
a.ft_logo:hover,
.ft_logo a: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: 2em;
    letter-spacing: inherit;
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 15px;
    font-weight: 500;
}

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


/*==========================================================================*/


/*                            Container                                     */


/*==========================================================================*/

html {
    overflow-x: auto !important;
}

.wrapper {
    padding-top: var(--wrapper);
    overflow: hidden;
}

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

.inner_big {
    max-width: 1300px;
}

.inner {
    max-width: 1100px;
}

.inner_sm {
    max-width: 1000px;
}

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


/*==========================================================================*/


/*==========================================================================*/


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


/*==========================================================================*/


/*                           WordPress Core                                 */


/*==========================================================================*/

.sp_navi {
    display: none;
}

.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%;
    /* Image does not overflow the content area */
    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;
}


/* Text meant only for screen readers. */

.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;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
    /* Above WP toolbar. */
}


/*==========================================================================*/


/*==========================================================================*/


/*==========================================================================*/


/*                              General                                     */


/*==========================================================================*/

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

@media only screen and (min-width: 769px) {
    .sp_only {
        display: none !important;
    }
    .index05 .index05-frame .index05-fx-frame .box-left .idx-btn a:hover {
        box-shadow: 0 0 0 1px #E88C3E;
        background: #fff;
    }
    .index05 .index05-frame .index05-fx-frame .box-left .idx-btn a:hover:before {
        background: url(../images/idx-arr-howto.svg) no-repeat center;
        background-size: contain;
        transition: 0.3s all;
    }
    .idx-btn a:hover {
        color: var(--clr1);
        box-shadow: 0 0 0 1px var(--main-color);
        background: #fff;
    }
    .idx-btn a:hover:before {
        background: url(../images/idx-arr-howto.svg) no-repeat center;
        background-size: contain;
        transition: 0.3s all;
    }
    footer .f-box-menu .f-fx-menu .f-menu02 ul li a:hover,
    footer .f-box-menu .f-fx-menu .f-menu ul li a:hover {
        text-decoration: underline;
        color: var(--main-color)
    }
    footer .f-box02 .f-box02-fx .box-left .f-logo a:hover {
        opacity: 1;
    }
}

.accBtn::before,
.accBtn::after {
    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);
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.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;
    /* Lets it scroll lazy */
}

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

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

.btn a::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    right: 15px;
    top: 14px;
    background: url(../images/udr-ico-btn02.png) no-repeat center;
    background-size: contain;
    width: 26px;
    height: 26px;
}

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

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

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

.btn-group .btn.style01 a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 53px;
    padding: 12px 20px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    text-align: left;
    background-color: var(--main-color);
    transition: all 0.3s;
    border-radius: 20px;
}

.btn-group .btn.bg01 a {
    background-color: transparent;
    color: var(--main-color);
}

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


/* Tablet
-------------------------------------------*/

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


/*==========================================================================*/


/*==========================================================================*/


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


/*==========================================================================*/


/*                           Header - Footer                                */


/*==========================================================================*/

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

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

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

.h-box-ct {
    position: relative;
    top: -10px;
}

.h-box-ct a {
    min-width: 295px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #F8B600;
    border-bottom-left-radius: 20px;
    padding-left: 5px;
    color: #fff;
}

.h-box-ct a .ico {
    margin-right: 10px;
}

.h-box-ct a .ttl {
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}

.h-box-ct a .ttl .sub-ttl {
    font-size: 14px;
    display: block;
}

.h-box-ct a .ttl .sub-ttl:last-child {
    font-size: 12px;
}

.h-box-ct a .ttl .tel {
    font-size: 29px;
    letter-spacing: 0;
    font-weight: 600;
}

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

.logo {
    width: 25%;
    max-width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.right_head {
    display: flex;
    align-items: center;
    padding-left: 27px;
    flex: 1;
}

.pc_navi {
    width: 100%;
    margin-right: 16px;
}

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

.pc_navi>ul>li {
    position: relative;
}

.pc_navi>ul>li>a:before {
    content: "";
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 24px;
    height: 20px;
    background: url(../images/idx-ico-menu01.svg) no-repeat center;
    background-size: contain;
    margin-bottom: 5px;
}

.pc_navi>ul>li:nth-child(2)>a:before {
    width: 25px;
    background: url(../images/idx-ico-menu02.svg) no-repeat center;
    background-size: contain;
}

.pc_navi>ul>li:nth-child(3)>a:before {
    width: 21px;
    background: url(../images/idx-ico-menu03.svg) no-repeat center;
    background-size: contain;
}

.pc_navi>ul>li:nth-child(4)>a:before {
    width: 17px;
    background: url(../images/idx-ico-menu04.svg) no-repeat center;
    background-size: contain;
}

.pc_navi>ul>li:nth-child(5)>a:before {
    width: 16px;
    background: url(../images/idx-ico-menu05.svg) no-repeat center;
    background-size: contain;
}

.pc_navi>ul>li:nth-child(6)>a:before {
    width: 25px;
    background: url(../images/idx-ico-menu06.svg) no-repeat center;
    background-size: contain;
}

.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: -12px;
    left: calc(50% - 4.5px);
    transition: all 0.5s ease;
    /*border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  width: 0;
  height: 0;*/
}

.pc_navi>ul>li>a,
.pc_navi>ul>li>p {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    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 .ico,
.pc_navi>ul>li>p .ico {
    margin-bottom: 5px;
}

.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: 300px;
    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: 13px;
    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) {
    .pc_navi>ul .col2 .subInner {
        width: 28em;
    }
    .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%;
    }
}

.time_sheet {
    margin: 0px auto;
}

.time_sheet .note {
    margin-top: 15px;
    margin-left: -2px;
    line-height: 2;
    font-size: 14px;
    letter-spacing: 0.1em;
}

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

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

.time_sheet table th:first-child,
.time_sheet table td:first-child {
    width: auto;
    padding-left: 1.9%;
}

.time_sheet table th:last-child,
.time_sheet table td:last-child {
    width: 16.05%;
    padding-left: 0.8em;
    text-align: left;
}

.time_sheet table th {
    padding: 0.6em 0.2em;
}

.time_sheet table td {
    padding: 1.35em 0.2em 1.65em;
    color: var(--main-color);
}

.time_sheet table td:first-child {
    color: #333;
}

.time_sheet table tr:nth-child(3) td {
    padding-bottom: 1.6em;
}

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

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

.totop .icon {
    background: var(--main-color);
    width: 60px;
    height: 60px;
    margin: 0;
    position: relative;
    border-radius: 50%;
}

.totop .icon:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

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

.bounce {
    animation-name: bounces;
}

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

@keyframes bounces {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes fixed_banner {
    0% {
        left: 0;
        opacity: 1;
    }
    100% {
        left: -3px;
        opacity: 0.7;
    }
}

.idx_gallery ul {
    display: flex;
}

.idx_gallery ul li .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--main-color);
    width: 300px;
    height: 300px;
}

.idx_gallery ul li .img01 {
    background-image: url(../images/idx_gallery01.jpg);
}

.idx_gallery ul li .img02 {
    background-image: url(../images/idx_gallery02.jpg);
}

.idx_gallery ul li .img03 {
    background-image: url(../images/idx_gallery03.jpg);
}

.idx_gallery ul li .img04 {
    background-image: url(../images/idx_gallery04.jpg);
}

.idx_gallery ul li .img05 {
    background-image: url(../images/idx_gallery05.jpg);
}

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

.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 p {
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 0.12em;
    line-height: 1.2222222222;
    text-align: center;
}

.fixed_banner p::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

.tbl-time.udr-tbl-time {
    max-width: 100%;
}

.tbl-time.udr-tbl-time tr th,
.tbl-time.udr-tbl-time tr td {
    color: var(--main-color);
    border-color: var(--main-color);
    letter-spacing: 0.05em;
    font-weight: 600;
}

.tbl-time.udr-tbl-time tr th:first-child {
    width: 295px;
}

.tbl-time.udr-tbl-time tr th:not(:first-child) {
    position: relative;
    text-align: left;
    left: -10px;
}

.tbl-time.udr-tbl-time tr td:not(:first-child) {
    position: relative;
    text-align: left;
    left: -10px;
}

.tbl-time.udr-tbl-time tr .txt-special {
    position: relative;
}

.tbl-time.udr-tbl-time tr .txt-special:before {
    content: "※";
    position: absolute;
    left: 20px;
    top: 5px;
    font-size: 10px;
    color: var(--main-color);
}

@media only screen and (min-width: 769px) {
    .fixed_banner {
        font-size: 10px;
    }
    .fixed_banner>div {
        width: 9em;
        height: 9em;
    }
    .fixed_banner p {
        font-size: 1.5em;
        letter-spacing: 0.05em;
    }
    .fixed_banner .tel {
        height: 12em;
    }
    .fixed_banner .web p::before {
        height: 1.9333em;
    }
    .fixed_banner .mail p::before {
        height: 1.9333em;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1366px),
(min-width: 769px) and (max-height: 720px) {
    .fixed_banner {
        font-size: 8.75px;
    }
    .totop {
        right: 10px;
    }
    .totop .icon {
        width: 45px;
        height: 45px;
    }
    .totop .icon:before {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #fff;
    }
}

.f-box-ct {
    padding: 0 6px;
    display: flex;
}

.f-box-ct li {
    border-radius: 10px;
    background: #fff;
    width: calc(100% / 2 - 10px);
    margin-bottom: 0 !important;
    margin-right: 20px;
}

.f-box-ct li a {
    display: flex;
    align-items: center;
    color: var(--clr2) !important;
    height: 100%;
    padding: 0 5px 0 10px;
}

.f-box-ct li a .ico {
    margin-right: 10px;
}

.f-box-ct li a .tel {
    color: var(--clr2) !important;
    font-weight: 600;
    font-size: 0.9375em;
    line-height: 1.5em;
}

.f-box-ct li a .tel span {
    display: block;
}

.f-box-ct li:first-child .tel {
    text-align: center;
}

.f-box-ct li:first-child .sub-tel {
    margin-top: -5px;
}

.f-box-ct li:first-child {
    margin-bottom: 20px;
}

.f-box-ct li:last-child {
    background: #fff;
    margin-right: 0;
}

.f-box-ct li:last-child a {
    display: flex;
    align-items: center;
    min-height: 80px;
    padding-left: 25px;
    padding-right: 20px;
}

.f-box-ct li:last-child a .ico {
    margin-right: 10px;
}

.f-box-ct li:last-child a .tel {
    font-size: 26px;
    color: var(--clr2);
    font-weight: bold;
    line-height: 0.8em;
    flex: 1;
    letter-spacing: -1px;
    padding-bottom: 2px;
}

.f-box-ct li:last-child a .tel span {
    font-size: 14px;
    display: block;
    font-weight: 600;
    letter-spacing: 0.07em;
    margin-bottom: 2px;
}

.f-box-ct li .f-fx-ward {
    display: flex;
    align-items: center;
    min-height: 110px;
    padding-left: 30px;
}

.f-box-ct li .f-fx-ward .ico {
    padding-right: 23px;
    margin-right: 20px;
    position: relative;
}

.f-box-ct li .f-fx-ward .ico:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/f-ico-hr.svg) no-repeat center;
    background-size: cover;
    width: 2px;
    height: 80px;
}

.f-box-ct li .f-fx-ward .txt {
    line-height: 1.7em;
}

footer .f-map iframe {
    height: 650px;
}

footer .f-box02 {
    background: var(--main-color);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    margin-top: -145px;
    position: relative;
    padding: 68px 0 0;
}

footer .f-box02 .inner {
    max-width: 1110px;
}

footer .f-box02 .f-box02-fx {
    display: flex;
    position: relative;
}

footer .f-box02 .f-box02-fx:before {
    content: "";
    position: absolute;
    left: -36px;
    top: -164px;
    background: url(../images/f-ico-people.svg) no-repeat center;
    background-size: contain;
    width: 76px;
    height: 150px;
}

footer .f-box02 .f-box02-fx .box-left {
    min-width: 380px;
    margin-right: 60px;
}

footer .f-box02 .f-box02-fx .box-left .f-logo {
    text-align: center;
    margin-bottom: 8px;
}

footer .f-box02 .f-box02-fx .box-left .f-address {
    text-align: center;
    letter-spacing: 0.06em;
    margin-bottom: 11px;
}

footer .f-box02 .f-box02-fx .box-right {
    flex: 1;
}

footer .f-box02 .f-box02-fx .box-right .tbl-time {
    margin-bottom: 11px;
}

footer .f-box02 .f-box02-fx .box-right .f-txt-tbl {
    letter-spacing: -0.17px;
    font-size: 12px;
    line-height: 1.8em;
}

footer .f-box02 .f-box02-fx .box-right .f-txt-tbl span {
    display: inline-block;
    margin-bottom: 10px;
}

footer .f-box-menu {
    margin-top: 66px;
    background: #fff;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

footer .f-box-menu .f-fx-menu {
    display: flex;
    padding: 63px 0 33px 5px;
    justify-content: center;
}

footer .f-box-menu .f-fx-menu .f-menu {
    flex-shrink: 0;
    margin-right: 43px;
}

footer .f-box-menu .f-fx-menu .f-menu ul li {
    margin-bottom: 13px;
}

footer .f-box-menu .f-fx-menu .f-menu ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: var(--main-color);
}

footer .f-box-menu .f-fx-menu .f-menu02 {
    margin-right: 50px;
}

footer .f-box-menu .f-fx-menu .f-menu02:nth-child(3) {
    margin-right: 40px;
}

footer .f-box-menu .f-fx-menu .f-menu02:nth-child(4) {
    margin-right: 42px;
}

footer .f-box-menu .f-fx-menu .f-menu02:last-child {
    margin-right: 0;
}

footer .f-box-menu .f-fx-menu .f-menu02 .f-tit {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: var(--main-color);
    line-height: 1.5em;
    margin-bottom: 15px;
}

footer .f-box-menu .f-fx-menu .f-menu02 ul li {
    margin-bottom: 6px;
}

footer .f-box-menu .f-fx-menu .f-menu02 ul li:last-child {
    margin-bottom: 0;
}

footer .f-box-menu .f-fx-menu .f-menu02 ul li a {
    text-decoration: none;
    color: #909090;
    font-size: 12px;
    position: relative;
    padding-left: 10px;
    font-weight: 500;
    letter-spacing: 0;
}

footer .f-box-menu .f-fx-menu .f-menu02 ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 2px;
    background: #909090;
}

footer p {
    margin-bottom: 0;
}

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

footer .ft_logo {
    padding: 0px 0 30px;
}

footer .ft_info {
    width: 47.5%;
}

footer .ft_info .des {
    margin-bottom: 26px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.tbl-time {
    margin-top: 0;
    max-width: 645px;
}

.tbl-time tr th,
.tbl-time tr td {
    border: 1px solid #fff;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: #fff;
    font-size: 14px;
    padding: 14px 10px 16px;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.tbl-time tr td span {
    font-size: 12px;
}

.tbl-time tr th {
    padding-top: 0;
    padding-bottom: 10px;
}

.tbl-time tr th:first-child {
    width: 155px;
}

.tbl-time tr:last-child td {
    padding: 7px 10px;
}

.tbl-time tr .txt-special {
    position: relative;
}

.tbl-time tr .txt-special:before {
    content: "※";
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 10px;
    color: #fff;
}

.ft_link a {
    text-decoration: none;
}

@media only screen and (min-width: 769px) {
    .ft_link .menu01 {
        width: 100%;
    }
    .ft_link .menu01 ul {
        max-height: 8em;
    }
    .ft_link .menu02 {
        margin-top: 32px;
        width: 100%;
    }
    .ft_link .menu02 ul {
        max-height: 10em;
    }
    .ft_link .menu02 ul li:nth-child(n+3) {
        max-width: 13em;
    }
    .ft_link ul {
        display: flex;
        flex-flow: column wrap;
        align-content: space-between;
    }
    .ft_link ul li {
        width: 50%;
    }
}

.ft_link .ttl {
    margin-bottom: 28px;
    padding-left: 0;
    font-size: 2em;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 1;
    pointer-events: none;
}

.ft_link .ttl::before {
    display: none;
}

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

.ft_link li {
    margin-bottom: 1.15em;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #fff;
}

.ft_link li.last {
    margin-bottom: 29px;
}

.ft_link li:last-child {
    margin-bottom: 0;
}

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

.ft_link a::before {
    content: "・";
    margin-left: -0.35em;
    border-radius: 100%;
    width: auto;
    height: auto;
}

.ft_link a:hover {
    opacity: 1;
}

.copyright .inner_sm {
    margin: 0 auto 0;
    color: #fff;
    padding: 17px 0px 17px;
    position: relative;
    z-index: 1;
    text-align: center;
    border-top: 1px solid #909090;
    max-width: 1140px;
}

.copyright .inner_sm>p {
    font-size: 12px;
    color: #909090;
    font-weight: bold;
    letter-spacing: 0.03em;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    footer .f-box-menu .f-fx-menu {
        padding: 63px 15px 33px 15px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1250px) {
     :root {
        --wrapper: 90px;
    }
    .f-box-ct li a .tel {
        font-size: 1.175em;
        line-height: 1.5em;
    }
    .f-box-ct li {
        border-radius: 10px;
        background: #fff;
        width: calc(100% / 2 - 5px);
        margin-bottom: 0 !important;
        margin-right: 10px;
    }
    footer .f-map iframe {
        height: 50.781vw;
    }
    footer .f-box02 {
        border-top-left-radius: 7.813vw;
        border-top-right-radius: 7.813vw;
        margin-top: -11.328vw;
        padding: 5.313vw 0 0;
    }
    footer .f-box02 .f-box02-fx:before {
        left: 0 !important;
        top: -12.813vw;
        width: 5.938vw;
        height: 11.719vw;
    }
    footer .f-box02 .f-box02-fx .box-left {
        min-width: 29.688vw;
        margin-right: 2.688vw;
    }
    footer .f-box02 .f-box02-fx .box-left .f-logo {
        text-align: center;
        margin-bottom: 0.625vw;
    }
    footer .f-box02 .f-box02-fx .box-left .f-logo img {
        height: auto;
        width: max(28.75vw, 280px);
    }
    footer .f-box02 .f-box02-fx .box-left .f-address {
        margin-bottom: 0.859vw;
    }
    footer .f-box02 .f-box02-fx .box-right {
        flex: 1;
    }
    footer .f-box02 .f-box02-fx .box-right .tbl-time {
        margin-bottom: 0.859vw;
    }
    footer .f-box02 .f-box02-fx .box-right .f-txt-tbl {
        font-size: max(0.938vw, 9px);
        letter-spacing: 0;
    }
    footer .f-box-menu {
        margin-top: 5.156vw;
        border-top-left-radius: 7.813vw;
        border-top-right-radius: 7.813vw;
    }
    footer .f-box-menu .f-fx-menu {
        display: flex;
        padding: 4.922vw 10px 2.578vw 10px;
    }
    footer .f-box-menu .f-fx-menu .f-menu {
        margin-right: 3.359vw;
    }
    footer .f-box-menu .f-fx-menu .f-menu ul li {
        margin-bottom: 1.016vw;
    }
    footer .f-box-menu .f-fx-menu .f-menu ul li a {
        font-size: max(1.25vw, 10px);
    }
    footer .f-box-menu .f-fx-menu .f-menu02 {
        margin-right: 3.906vw;
    }
    footer .f-box-menu .f-fx-menu .f-menu02:nth-child(3) {
        margin-right: 3.125vw;
    }
    footer .f-box-menu .f-fx-menu .f-menu02:nth-child(4) {
        margin-right: 3.281vw;
    }
    footer .f-box-menu .f-fx-menu .f-menu02 .f-tit {
        font-size: max(1.25vw, 10px);
        margin-bottom: 1.172vw;
    }
    footer .f-box-menu .f-fx-menu .f-menu02 ul li {
        margin-bottom: 0.469vw;
    }
    footer .f-box-menu .f-fx-menu .f-menu02 ul li a {
        font-size: max(0.938vw, 9px);
        padding-left: max(0.781vw, 8px);
    }
    footer .f-box-menu .f-fx-menu .f-menu02 ul li a:before {
        top: 0.703vw;
        width: max(0.391vw, 4px);
        background: #909090;
    }
    .f-box-ct {
        padding: 0 0.469vw;
    }
    .f-box-ct li:first-child {
        margin-bottom: 1.563vw;
    }
    .f-box-ct li:last-child {
        background: #fff;
    }
    .f-box-ct li:last-child a {
        min-height: max(6.25vw, 60px);
        padding-left: 1.672vw;
        padding-right: 1.563vw;
    }
    .f-box-ct li:last-child a .ico {
        margin-right: 0.781vw;
    }
    .f-box-ct li:last-child a .ico img {
        width: max(3.516vw, 35px);
        height: auto;
    }
    .f-box-ct li:last-child a .tel {
        font-size: max(2.266vw, 20px);
        padding-bottom: 0.156vw;
        letter-spacing: 0;
    }
    .f-box-ct li:last-child a .tel span {
        font-size: max(1.094vw, 10px);
    }
    .f-box-ct li:last-child a .ico-arr img {
        width: max(1.953vw, 18px);
        height: auto;
    }
    .f-box-ct li .f-fx-ward {
        min-height: max(8.594vw, 85px);
        padding-left: 2.344vw;
    }
    .f-box-ct li .f-fx-ward .ico {
        padding-right: 1.797vw;
        margin-right: 1.563vw;
    }
    .f-box-ct li .f-fx-ward .ico img {
        width: max(3.359vw, 35px);
    }
    .f-box-ct li .f-fx-ward .ico:before {
        width: 2px;
        height: 6.25vw;
    }
    .f-box-ct li .f-fx-ward .txt {
        font-size: max(1.25vw, 12px);
    }
    .tbl-time {
        max-width: 100%;
    }
    .tbl-time tr th,
    .tbl-time tr td {
        font-size: max(1.094vw, 12px);
        padding: 1.094vw 0.781vw 1.25vw;
    }
    .tbl-time tr td span {
        font-size: max(0.938vw, 9px);
    }
    .tbl-time tr th {
        padding-bottom: 0.781vw;
    }
    .tbl-time tr th:first-child,
    {
        width: 12.109vw;
    }
    .tbl-time tr:last-child td {
        padding: 0.547vw 0.781vw;
    }
    .pc_navi>ul>li>a,
    .pc_navi>ul>li>p {
        font-size: max(1.094vw, 10px);
    }
    .logo {
        max-width: 100%;
        width: fit-content;
    }
    .logo a img {
        width: max(22.813vw, 180px);
        height: auto;
    }
    .header_top {
        padding-left: 2.344vw;
    }
    .pc_navi {
        margin-right: 1.25vw;
    }
    .right_head {
        padding-left: 2.109vw;
    }
    .h-box-ct a {
        min-width: max(23.047vw, 160px);
        min-height: max(6.25vw, 70px);
    }
    .h-box-ct a .ico {
        margin-right: 0.781vw;
    }
    .h-box-ct a .ico img {
        width: max(3.516vw, 28px);
        height: max(3.516vw, 28px);
    }
    .h-box-ct a .ttl .sub-ttl {
        font-size: max(1.094vw, 9px);
    }
    .h-box-ct a .ttl .tel {
        font-size: max(2.266vw, 19px);
    }
    .copyright .inner_sm {
        padding: 1.328vw 0px 1.328vw;
        max-width: max(89.063vw, 750px);
    }
    .copyright .inner_sm>p {
        font-size: max(0.938vw, 10px);
    }
    .h-box-ct a .ttl .sub-ttl:last-child {
        font-size: 10px;
        position: relative;
        top: -4px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    footer .f-box-menu .f-fx-menu .f-menu02 {
        margin-right: 2.506vw;
    }
    .pc_navi>ul .subInner ul li a {
        font-size: 11px;
    }
    .pc_navi>ul .subInner {
        width: 220px;
    }
    footer .f-box-menu .f-fx-menu {
        padding: 4.922vw 0 2.578vw 0;
    }
    footer .f-box-menu .f-fx-menu .f-menu {
        margin-right: 2.359vw;
    }
    footer .f-box02 .f-box02-fx:before {
        left: 40px !important;
    }
    .tbl-time tr .txt-special:before {
        right: -20px;
        left: 0;
        margin: 0 auto;
    }
    .f-box-ct li a .tel {
        font-size: 0.7em;
        line-height: 1.5em;
    }
    .h-box-ct a .ttl .sub-ttl:last-child {
        font-size: 7px;
    }
}


/*==========================================================================*/


/*==========================================================================*/


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


/*==========================================================================*/


/*                                INDEX                                     */


/*==========================================================================*/


/*==========================================================================*/


/*==========================================================================*/


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


/*==========================================================================*/


/*                                Under                                     */


/*==========================================================================*/


/*==========================================================================*/


/*==========================================================================*/


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


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