@charset "UTF-8";
:root {
    --f-notosans: "Zen Kaku Gothic New", sans-serif;
    --f-jp: "Zen Kaku Gothic New", sans-serif;
    --f-en: "Zen Kaku Gothic Antique", sans-serif;
    --main-color: #338ea8;
    --clr1: #423e3e;
    --clr2: #f2f1f1;
    --ttl_size: 30px;
    --wrapper: 88px;
}


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


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


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


/*//////  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-notosans);
}

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

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

a:not(.tel_click):hover,
a:not(.tel_click):active {
    color: var(--clr1);
}

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

@media only screen and (min-width: 769px) {
    .fixed-bnr .close:hover {
        opacity: 0.8;
        transition: 0.3s all;
    }
    .f-list-ct li a:hover {
        opacity: 1;
        color: #007292
    }
    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: 2;
    letter-spacing: inherit;
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 15px;
    font-weight: 600;
}

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

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

.inner_big {
    max-width: 1300px;
}

.inner {
    max-width: 1190px;
}

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


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


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


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


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


/*                           WordPress Core                                 */


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

.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;
    }
    .idx-btn-link li a.active:hover:after {
        filter: brightness(0) invert(1);
        transition: 0.3s all;
    }
    .idx-btn-link li a:hover {
        background: var(--main-color);
        color: #fff;
        border: 1px solid #fff;
        box-shadow: 0 0 0 1px var(--clr1);
        transition: 0.3s all;
        opacity: 1;
    }
    .idx-btn-link li a:hover:before {
        filter: brightness(0) invert(1);
    }
}

.hamburger-btn {
    display: none;
}

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

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

.f-calendar {
    width: 100%;
    aspect-ratio: 464 / 380;
}

.f-calendar iframe {
    height: 100%;
    width: 100%;
}

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

.f-fx-bnr {
    display: flex;
    justify-content: center;
    padding-bottom: 4.25em;
    padding-left: 1em;
    padding-right: 1em;
	align-items:flex-end
}

.f-fx-bnr .f-bnr .ttl-bnr {
	color:var(--clr1);
    font-size: 1.125em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1.25em;
}

.f-fx-bnr .f-bnr {
    margin-right: 1.875em;
}

.f-fx-bnr .f-bnr:last-child {
    margin-right: 0;
	margin-bottom:10px;
}

.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;
    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;
    width: 23px;
    height: 12px;
    right: 0.9em;
    top: calc(50% - 6px);
    background: url(../images/udr-ico-arr.svg) no-repeat center;
    background-size: contain;
}

.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;
    min-height: 60px;
    padding: 1em 1.2em;
    position: relative;
    font-size: 16px;
    color: #423e3e;
    border: 1px solid #423e3e;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    background-color: #fff;
    transition: all 0.3s;
}

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

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

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

.sliderbar-fixed .close {
    display: none;
}

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

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

.idx-btn-link li {
    width: calc(50% - 0.5125em);
    margin-right: 0.9375em;
    max-width: 15.0625em;
    margin-bottom: 0.75em;
}

.idx-btn-link li:nth-child(2n) {
    margin-right: 0;
}

.idx-btn-link li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    min-height: 3.75em;
    font-size: 1em;
    color: var(--clr1);
    font-family: var(--f-jp);
    border: 1px solid #423e3e;
    padding-left: 1.125em;
    font-weight: 600;
    line-height: 1.4em;
    padding-bottom: 0.1875em;
    letter-spacing: 0.01em;
    position: relative;
    background: #fff;
    transition: 0.3s all;
    height: 100%;
}

.idx-btn-link li a:before {
    content: "";
    position: absolute;
    right: 0.825em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-ico-arr03.svg) no-repeat center;
    background-size: cover;
    width: 1.25em;
    height: 0.6875em;
}

.idx-btn-link li.bg a {
    background: var(--main-color);
    color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px var(--clr1);
}

.idx-btn-link li.bg a:before {
    filter: brightness(0) invert(1);
}

.idx-btn-link li.last {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
}

.idx-btn-link li.last a {
    width: 100%;
    min-width: 100%;
    min-height: 3em;
    cursor: pointer;
}

.idx-btn-link li.active a:before {
    display: none;
}

.idx-btn-link li.active a:after {
    opacity: 1 !important;
}

.idx-btn-link li.last a:beforE {
    background: url(../images/idx-ico-toggle.svg) no-repeat center;
    background-size: cover;
    width: 0.8125em;
    height: 0.8125em;
    transition: 0.3s all;
}

.idx-btn-link li.last a:after {
    content: "";
    position: absolute;
    right: 13px;
    width: 0.8125em;
    height: 1px;
    background: var(--main-color);
    top: 0;
    bottom: 0;
    margin: auto 0;
    opacity: 0;
    transition: 0.3s all;
}


/* 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: 96.875em;
    height: 5.5em;
    z-index: 20;
    background: transparent;
    font-size: 0.832vw;
}

header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    clip-path: polygon(100% 0, 100% 74%, 98.5% 100%, 0 100%, 0 0);
    background: #fff;
}

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

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

.logo {
    width: 14%;
    max-width: 14.25em;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.logo a img {
    width: 13em;
    height: auto;
}

.idx-list-ct ul {
    display: flex;
}

.idx-list-ct ul li:not(:last-child) {
    margin-right: 0.625em;
}

.idx-list-ct ul li:not(:last-child) a .ico img {
    width: 2.1875em;
    height: auto;
}

.idx-list-ct ul li a {
    clip-path: polygon(100% 0, 100% 85%, 95% 100%, 0 100%, 0 0);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 10.75em;
    min-height: 4.125em;
    background: #e5f1f4;
}

.idx-list-ct ul li a .ico img {
    width: 1.28em;
    height: auto;
}

.idx-list-ct ul li a .ttl {
    font-size: 1.4375em;
    color: #007292;
    font-weight: 600;
    letter-spacing: 0.015em;
    display: flex;
    align-items: center;
}

.idx-list-ct ul li a .ttl img {
    line-height: 0;
    margin-left: 0.375em;
    width: 0.7em;
    height: 0.48em;
    position: relative;
    top: 2px;
    object-fit: contain;
}

.right_head {
    width: 85.5%;
    display: flex;
    justify-content: flex-end;
}

.pc_navi {
    width: 100%;
    padding-top: 1.4375em;
}

.pc_navi>ul {
    padding-left: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.pc_navi>ul>li {
    position: relative;
    width: auto !important;
    min-width: 8.3125em;
}

.pc_navi>ul>li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.3125em;
    bottom: 0;
    margin: auto 0;
    background: #a09e9e;
    height: 1.875em;
    width: 1px;
}

.pc_navi>ul>li:nth-child(2) {
    width: 18%;
}

.pc_navi>ul>li:nth-child(4) {
    width: 28%;
}

.pc_navi>ul>li:last-child {
    width: 18%;
    padding-right: 0.4375em;
}

.pc_navi>ul>li:last-child:after {
    display: none;
}

.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: 0.5625em;
    height: 0.3125em;
    position: absolute;
    bottom: -0.5em;
    left: calc(50% - 0.28125em);
    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.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-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 0.85em;
    font-family: var(--f-jp);
    line-height: 1.5;
    letter-spacing: 0.01em;
    transition: all 0.2s ease;
    color: var(--clr1);
    padding: 0 1em;
}

.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: fit-content;
    padding-top: 0px;
    font-size: 75%;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--main-color);
    font-family: var(--f-en);
}

.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: 530px;
    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;
    display: flex;
    flex-wrap: wrap;
}

.pc_navi>ul .subInner ul li {
    padding: 0 10px;
    width: calc(100% / 2);
}

.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) {
    .idx-list-ct ul li a:hover {
        opacity: 1;
    }
    footer .f-box02 .ft_link .menu01 ul li a:hover,
    .ft_link .f-box-menu ul li a:hover {
        color: var(--main-color);
        transition: 0.3s all;
    }
    .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%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
     :root {
        --wrapper: 88px;
    }
    header {
        font-size: 1.25vw;
        width: 96.5%;
    }
    header:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        clip-path: polygon(100% 0, 100% 75%, 98% 100%, 0 100%, 0 0);
        background: #fff;
    }
    .header_top {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        margin: 0 auto;
        padding: 0 1.375em 0 1.25em;
    }
    .idx-list-ct ul li a .ttl img {
        width: 0.74em;
        height: auto;
    }
}

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

.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: 9;
    bottom: 95px;
    right: 25px;
}

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

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

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

@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%,
    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-bnr-fx {
    display: flex;
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 11;
}

.fixed-bnr {
    position: relative;
    width: 9.375em;
    height: 9.375em;
    z-index: 10;
    margin-right: 15px;
}

.fixed-bnr:last-child {
    margin-right: 0;
}

.fixed-bnr:last-child .ico img {
    filter: brightness(0)invert(1);
}


/* .fixed-bnr.active {
    left: 30px;
    bottom: 30px;
    transition: 0.3s all;
} */

.fixed-bnr .close {
    position: absolute;
    right: 1.125em;
    top: 0.375em;
    z-index: 1;
    cursor: pointer;
}

.fixed_banner02 {
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #007292;
    border-radius: 50%;
    padding: 0.3125em;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: 0.3s all;
    color: #fff;
}

.fixed_banner02 .bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    background: #007292;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 0.875em;
    line-height: 1.5em;
    font-weight: 500;
    padding-top: 1.1em;
    letter-spacing: 0;
}

.fixed_banner02 .bg .ico {
    margin-bottom: 0.5em;
}

.fixed_banner02 .bg:before {
    background: url(../images/f-ico-arr.svg) no-repeat center;
    background-size: contain;
    width: 1.15em;
    height: 0.75em;
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
    content: "";
    position: absolute;
    bottom: 1.5em;
    left: 0;
    right: 0;
}

.fixed_banner .address_box {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    bottom: 3.375em;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--clr1);
    padding: 0px 0.625em 20px;
    z-index: 99;
}

.fixed_banner .address_box p {
    position: relative;
}

.fixed_banner .address_box .btn-tbl a {
    text-decoration: none;
    color: var(--clr1);
    display: flex;
    justify-content: center;
    font-weight: 500;
    align-items: center;
}

.fixed_banner .address_box .btn-tbl a .ico {
    margin: 0 5px;
}

.fixed_banner .address_box .f-list-ct {
    margin: 15px auto 20px;
}

.fixed_banner .address_box .f-list-ct li a {
    position: relative;
}

.fixed_banner .address_box .f-address {
    color: var(--clr1);
}

.fixed_banner .address_box .f-address span {
    display: block;
}

.fixed_banner .time_sheet {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    bottom: 3.375em;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--clr1);
    padding: 0px 0.625em 15px;
    z-index: 99;
}

.fixed_banner .time_sheet .btn-tbl a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clr1);
    font-family: var(--f-jp);
    font-weight: 500;
    text-decoration: none;
    width: fit-content;
    margin: 0 auto;
}

.fixed_banner .time_sheet .btn-tbl a .ico {
    margin-left: 0.4375em;
    line-height: 0;
}

.fixed_banner .time_sheet .txt-tbl-time {
    text-align: left;
    color: var(--clr1);
    margin-bottom: 20px;
    width: 100%;
}

.fixed_banner .time_sheet table th:last-child,
.fixed_banner .time_sheet table td:last-child {
    text-align: center;
}

.fixed_banner .tbl-time tr th,
.fixed_banner .tbl-time tr td {
    padding-left: 0;
    padding-right: 0;
}

.fixed_banner .time_sheet .txt-tbl-time span {
    margin-top: 5px;
}

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

.fixed_banner.active .address_box {
    display: block;
}

.fixed_banner.active02 .time_sheet {
    display: block;
}

.fixed_banner.active {
    bottom: 30px;
    right: 25px;
}

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

.fixed_banner .tel {
    background-color: #b3b3b3;
}

.fixed_banner .tel p::before {
    background-image: url("../images/shared_fixed_bnr_icon01.png");
}

.fixed_banner .tel p i {
    font-style: normal;
}

.fixed_banner .tel p span {
    writing-mode: tb-rl;
}

.fixed_banner .web {
    background-color: #ccc;
}

.fixed_banner .web p::before {
    background-image: url("../images/shared_fixed_bnr_icon02.png");
}

.fixed_banner .mail {
    background-color: #dcdcdc;
}

.fixed_banner .mail p::before {
    background-image: url("../images/shared_fixed_bnr_icon03.png");
}

@media only screen and (min-width: 769px) {
    .sliderbar-fixed li a:hover {
        color: var(--clr1) !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1366px),
(min-width: 769px) and (max-height: 720px) {
    .totop {
        right: 10px;
    }
    .totop .icon {
        width: 40px;
        height: 40px;
    }
}

footer {
    padding: 0;
    position: relative;
    background-color: #fff;
}

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

footer .f-map iframe {
    height: 31.25em;
}

footer .copyright {
    border-top: 1px solid #a09e9e;
}

footer .copyright>p {
    font-size: 0.75em;
    color: #a09e9e;
    font-weight: 500;
    letter-spacing: 0;
}

footer .f-box02 {
    padding-top: 4.625em;
    background: var(--clr1);
}

footer .f-box02 .inner {
    max-width: 68.75em;
    padding-bottom: 2.9em;
}

footer .f-box02 .ttl {
    font-size: 1.625em;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 0.75em;
}

footer .f-box02 .ft_link {
    width: 100%;
}

footer .f-box02 .ft_link .menu01 ul {
    display: flex;
    flex-direction: column;
}

footer .f-box02 .ft_link .menu01 ul li {
    width: 20%;
    margin-bottom: 0.625em;
}

footer .f-box02 .ft_link .menu01 ul li:nth-child(1),
footer .f-box02 .ft_link .menu01 ul li:nth-child(6) {
    width: 24%;
}

footer .f-box02 .ft_link .menu01 ul li:nth-child(2),
footer .f-box02 .ft_link .menu01 ul li:nth-child(7) {
    width: 15.6%;
}

footer .f-box02 .ft_link .menu01 ul li:nth-child(3),
footer .f-box02 .ft_link .menu01 ul li:nth-child(8) {
    width: 15.6%;
}

footer .f-box02 .ft_link .menu01 ul li:nth-child(4),
footer .f-box02 .ft_link .menu01 ul li:nth-child(9) {
    width: 24.2%;
}

footer .f-box02 .ft_link .menu01 ul li a {
    width: 100%;
    display: inline-block;
    padding-left: 1.1em;
    letter-spacing: 0;
    font-size: 0.875em;
    transition: 0.3s all;
}

footer .f-box02 .ft_link .menu01 ul li a:before {
    font-size: initial;
    background: url(../images/f-ico-arr.svg) no-repeat center;
    background-size: contain;
    width: 0.6875em;
    height: 0.5em;
    margin-left: 0;
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
}

.f-box01 {
    padding-top: 4.35em;
}

.f-logo {
    text-align: center;
    margin-bottom: 2em;
}

footer .f-box01-fx {
    display: flex;
    padding-bottom: 4.35em;
}

footer .f-box01-l {
    margin-right: 5em;
    padding-top: 0;
    min-width: 38em;
}

.f-img {
    margin-bottom: 0;
}

.f-img img {
    height: 38.1em;
    object-fit: cover;
}

footer .f-box01-l .f-logo {
    text-align: center;
    padding-left: 1.8em;
    margin-bottom: 1.8em;
}

footer .f-box01-l .f-address {
    padding-left: 0;
    color: var(--clr1);
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 1.05em;
    margin-right: 2.5em;
    margin-left: 2.5em;
}

footer .f-box01-l .f-address span {
    font-weight: 600;
    line-height: 1em;
    display: block;
    color: #7b7878;
}

footer .f-box01-r {
    flex: 1;
    padding-right: 0.625em;
    padding-top: 0;
}

footer .f-box01-r .idx-btn-link li:last-child {
    margin-right: 0;
}

footer .f-box01-r .idx-btn-link li:nth-child(2n) {
    margin-right: 10px;
}

.sliderbar-fixed {
    display: flex;
}

.sliderbar-fixed li {
    width: 33.3%;
    margin-right: 0.6em;
}

.sliderbar-fixed li:last-child {
    margin-right: 0;
}

.sliderbar-fixed li.active .close {
    display: block;
}

.sliderbar-fixed li.active .open {
    display: none;
}

.sliderbar-fixed li.time.active .time_sheet {
    display: block;
}

.sliderbar-fixed li:last-child a {
    padding-left: 0.4em;
    line-height: 1.2em;
    letter-spacing: 0.05em;
}

.sliderbar-fixed li a {
    width: 100%;
    min-width: 10.145em;
    min-height: 3.578em;
    border: 1px solid var(--clr1);
    color: var(--clr1);
    display: flex;
    align-items: center;
    text-decoration: none;
    padding-left: 0.8em;
    letter-spacing: 0.05em;
    font-size: 0.875em;
    font-weight: 600;
    position: relative;
    background: #fff;
    cursor: pointer;
}

.sliderbar-fixed li a:before {
    content: "";
    position: absolute;
    right: 0.725em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-ico-arr03.svg) no-repeat center;
    background-size: cover;
    width: 1.2em;
    height: 0.725em;
}

.sliderbar-fixed li a .ico {
    margin-right: 0.6em;
}

.cl-blue {
    color: #007292 !important;
    border-color: #a09e9e !important
}

.tbl-time tr th,
.tbl-time tr td {
    border-right: 0;
    border-left: 0;
    border-top: 0;
    padding: 1.756em 1.55em 1.35em;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 0.6em;
    border-color: #a09e9e;
}

.tbl-time tr:last-child th,
.tbl-time tr:last-child td {
    border-bottom: 0;
}

.tbl-time tr .pd-tbl {
    padding: 0;
    line-height: 1.2em;
    font-weight: 600;
}

.tbl-time tr td {
    position: relative;
    left: -8px;
    font-weight: 600;
}

.tbl-time tr td:first-child {
    left: 0;
}

.tbl-time tr:first-child th {
    position: relative;
    left: -8px;
}

.f-list-ct {
    display: flex;
    margin-top: 1.45em;
    margin-bottom: 1.55em;
    margin-left: 2em;
    margin-right: 2em;
}

.f-list-ct li {
    width: 50%;
    margin-right: 10px;
}

.f-list-ct li:last-child {
    margin-right: 0;
}

.f-list-ct li:last-child a {
    padding-left: 1.5em;
}

.f-list-ct li:last-child a .ico {
    position: relative;
    bottom: 0.3em;
}

.f-list-ct li a {
    min-height: 2.95em;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #007292;
    font-size: 0.8em;
    font-weight: 600;
    background: #e5f1f4;
    padding-left: 1.9em;
    letter-spacing: 0.05em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    height: 100%;
}

.f-list-ct li a .ico {
    margin-right: 0.5em;
}

.txt-tbl-time {
    color: var(--clr1);
    font-size: 0.875em;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-top: -0.3125em;
    line-height: 1.6em;
}

.txt-tbl-time span {
    color: #007292;
}

.ft_link a {
    display: inline-block !important;
    text-decoration: none;
    width: fit-content !important;
}

@media only screen and (min-width: 769px) {
    .idx-btn-link li.active a:hover:after {
        filter: brightness(0)invert(1)
    }
    .ft_link .menu01 {
        width: 20%;
    }
    .ft_link .menu02 {
        margin-top: 0;
        width: 77%;
    }
    .ft_link .f-box-menu {
        width: calc(100% / 2);
    }
    .ft_link .f-box-menu:first-child {
        margin-right: 1em;
        width: 53%;
    }
    .ft_link .f-box-menu:last-child {
        width: 45%;
    }
    .ft_link .f-box-menu .ttl02 {
        width: 100%;
        display: block;
        padding-left: 1.1em;
        letter-spacing: 0;
        font-size: 1.3em;
        position: relative;
        line-height: 1.4em;
        margin-bottom: 0.5em;
    }
    .ft_link .f-box-menu .ttl02:before {
        font-size: initial;
        background: url(../images/f-ico-arr.svg) no-repeat center;
        background-size: contain;
        width: 0.6875em;
        height: 0.5em;
        margin-left: 0;
        content: "";
        position: absolute;
        top: 0.7em;
        left: 0;
    }
    .f-map {
        line-height: 0;
    }
    .f-fx-menu {
        display: flex;
        width: 100%;
    }
    .ft_link .f-box-menu ul {
        flex-direction: column;
    }
    .ft_link .f-box-menu ul li {
        width: 25%;
        margin-bottom: 0.35em;
    }
    .ft_link .f-box-menu ul li:nth-child(1),
    .ft_link .f-box-menu ul li:nth-child(5),
    .ft_link .f-box-menu ul li:nth-child(9) {
        width: 25.65%;
    }
    .ft_link .f-box-menu ul li:nth-child(2),
    .ft_link .f-box-menu ul li:nth-child(6),
    .ft_link .f-box-menu ul li:nth-child(10) {
        width: 25.65%;
    }
    .ft_link .f-box-menu ul li:nth-child(3),
    .ft_link .f-box-menu ul li:nth-child(7),
    .ft_link .f-box-menu ul li:nth-child(11) {
        width: 25.5%;
    }
    .ft_link .f-box-menu ul li:nth-child(4),
    .ft_link .f-box-menu ul li:nth-child(8),
    .ft_link .f-box-menu ul li:nth-child(12) {
        width: 17%;
    }
    .ft_link .f-box-menu ul li a {
        padding-left: 0.8em;
        display: block;
        font-size: 0.875em;
        letter-spacing: -0.5px;
        transition: 0.3s all;
    }
    .ft_link .f-box-menu ul li a:before {
        content: "";
        width: 0.35em;
        height: 0.0625em;
        background: #fff;
        margin-left: 0;
        position: absolute;
        left: 0;
        top: 0.85em;
    }
    .ft_link ul {
        display: flex;
        flex-flow: column wrap;
        align-content: space-between;
    }
    .menu02 ul {
        max-height: 15.625em;
    }
    .ft_link ul li {
        width: 50% !important;
    }
    .menu01 ul li {
        width: 100% !important;
    }
}

.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;
    font-family: var(--f-en);
}

.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 {
    margin: 0 auto 0;
    color: #fff;
    padding: 1.9375em 0px 2.0625em;
    position: relative;
    z-index: 1;
    text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 1440px) {
    header {
        font-size: 1vw;
    }
    .header_top {
        padding-left: 10px;
    }
    .pc_navi {
        width: 100%;
        padding-top: 1em;
    }
    .pc_navi>ul>li {
        min-width: 11em;
    }
    .pc_navi>ul>li>a,
    .pc_navi>ul>li>p {
        font-size: 1em;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    footer .f-box01-l {
        margin-right: 3em;
        padding-top: 0;
        min-width: auto;
    }
    .pc_navi>ul>li:last-child {
        padding-right: 0;
    }
    .pc_navi>ul>li {
        min-width: 11.125em;
    }
    .pc_navi>ul>li>a,
    .pc_navi>ul>li>p {
        padding: 0 1em;
    }
    .pc_navi>ul>li {
        width: auto !important;
    }
    .f-map,
    .f-box01,
    footer .f-box02 {
        font-size: 1.25vw;
    }
    .f-map .inner_big,
    .f-box01 .inner_big,
    footer .f-box02 .inner_big {
        padding: 0;
    }
    .fixed-bnr {
        font-size: 1.25vw;
    }
    .fixed-bnr .fixed_banner02 .bg .ico img {
        width: 2.125em;
        height: auto;
    }
    .fixed-bnr .close img {
        width: 1.4375em;
        height: auto;
    }
    .fixed_banner {
        bottom: 30px;
        right: 10px;
        font-size: 1.25vw;
    }
    .fixed_banner.active {
        right: 10px;
    }
    .fixed_banner .sliderbar-fixed li a .ico img {
        width: 1.78em;
        height: auto;
    }
    .fixed_banner .sliderbar-fixed li:nth-child(2) a .ico img {
        width: 1.5em;
        height: auto;
    }
    .fixed_banner .sliderbar-fixed li:nth-child(4) a .ico img {
        width: 2.22em;
        height: auto;
    }
    .f-list-ct li:last-child a .ico img {
        width: 2.3125em;
        height: auto;
    }
    .f-list-ct li a .ico img {
        width: 1.375em;
        height: auto;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .idx-list-ct ul li a .ttl {
        font-size: 1.1em
    }
    .f-calendar {
        width: 100%;
    }
    footer .f-box01-l .f-address {
        padding-left: 3.3em;
    }
    .sliderbar-fixed li a .ico img {
        width: 1.5625em;
        height: auto;
    }
    .sliderbar-fixed li:last-child a .ico img {
        width: 1.9375em;
    }
    footer .f-box02 .ft_link .menu01 ul li a:before {
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    .ft_link .f-box-menu ul li a:before {
        top: 0.65em;
    }
    .ft_link .f-box-menu .ttl02:before {
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    footer .f-box02 .ft_link .menu01 ul li a:before,
    .ft_link .f-box-menu .ttl02:before {
        width: 0.5em;
    }
    .fixed_banner.active {
        right: 10px;
    }
    footer .f-box02 .inner {
        padding-bottom: 3.9em;
    }
    .pc_navi>ul .subInner ul li a {
        font-size: 11px;
    }
    .pc_navi>ul .subInner {
        width: 420px;
    }
    footer .f-box01-l {
        margin-right: 30px;
        padding-top: 71px;
        padding-left: 10px;
    }
    footer .f-box01-l .f-address {
        padding-left: 0;
        font-size: 12px;
        letter-spacing: 0;
    }
    footer .f-box01-l .f-logo {
        text-align: left;
    }
    footer .f-box02 {
        font-size: 1.45vw;
    }
}

.calender {
    padding: 10px 0;
    background: #fff;
    position: relative;
    z-index: 1
}

.calender .business-calendar {
    font-size: 1rem;
    margin: 0
}

.calender .business-calendar .today {
    background: #fff;
    opacity: 1;
    text-decoration: underline
}

.calender .business-calendar .attr0,
.calender .business-calendar .attr1,
.calender .business-calendar .attr2,
.calender .business-calendar .attr3,
.calender .business-calendar .attr4 {
    position: relative;
    color: #fff;
    background: #fff;
    z-index: 0
}

.calender .business-calendar .attr0:after,
.calender .business-calendar .attr1:after,
.calender .business-calendar .attr2:after,
.calender .business-calendar .attr3:after,
.calender .business-calendar .attr4:after {
    content: "";
    width: 25px;
    height: 25px;
    top: 3px;
    bottom: 0;
    margin: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}

.calender .business-calendar .attr0:after {
    background: #ef866b
}

.calender .business-calendar .attr1:after {
    background: #a8dba8
}

.calender .business-calendar .attr2:after {
    background: #b0d7d5
}

.calender .business-calendar .attr3:after {
    background: #a8dba8
}

.calender .business-calendar .attr4:after {
    background: #b0d7d5
}

.calender .business-calendar th,
.calender .business-calendar td {
    padding: 11px;
    font-family: var(--f-jp);
    line-height: 1.4em;
}

.calender .business-calendar th {
    background: #333;
    color: #fff
}

.calender .business-calendar caption {
    position: relative;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 12px;
    font-weight: 600
}

.calender .business-calendar-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .calender .business-calendar-box {
        padding: 0
    }
}

.calender .business-calendar-box div {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .calender .business-calendar-box div {
        width: 100%
    }
}

.calender .business-calendar-attribute {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .calender .business-calendar-attribute {
        display: block
    }
}

.calender .business-calendar-attribute .attr0,
.calender .business-calendar-attribute .attr1,
.calender .business-calendar-attribute .attr2,
.calender .business-calendar-attribute .attr3,
.calender .business-calendar-attribute .attr4 {
    color: #000;
    background: transparent;
    padding-left: 20px;
    position: relative
}

.calender .business-calendar-attribute .attr0:before,
.calender .business-calendar-attribute .attr1:before,
.calender .business-calendar-attribute .attr2:before,
.calender .business-calendar-attribute .attr3:before,
.calender .business-calendar-attribute .attr4:before {
    content: "";
    width: 13px;
    height: 13px;
    top: 0.5em;
    left: 0;
    border-radius: 50%;
    position: absolute
}

.calender .business-calendar-attribute .attr0:before {
    background: #ef866b
}


/* .calender .business-calendar-attribute .attr1:before {
    background: #d1a543
}

.calender .business-calendar-attribute .attr2:before {
    background: #f7b46b
} */

.calender .business-calendar-attribute .attr1:before {
    background: #a8dba8
}

.calender .business-calendar-attribute .attr2:before {
    background: #b0d7d5
}

.calender .business-calendar-attribute .attr3 {
    width: 100%;
    margin-top: 0.9375em;
    color: #cd2424;
    font-size: 1.25em;
    padding: 0
}

@media only screen and (max-width: 767px) {
    .calender .business-calendar-attribute .attr3 {
        font-size: 16px
    }
}

.calender .business-calendar-past {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px
}

.calender .business-calendar-future {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px
}

.calender .business-calendar-attribute {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}


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


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


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


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


/*                                INDEX                                     */


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


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


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


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


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


/*                                Under                                     */


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


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


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


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


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