@charset "UTF-8";
:root {
    --f-notosans: "Noto Sans JP", "Yu Gothic", sans-serif;
    --f-jp: "Noto Sans JP", "Yu Gothic", sans-serif;
    --f-en: "Ephesis", cursive;
    --f-en02: "M PLUS Rounded 1c", sans-serif;
    --main-color: #2F9C7E;
    --clr1: #242424;
    --clr2: #2F9C7E;
    --clr3: #F06795;
    --clr4: #FFB426;
    --ttl_size: 30px;
    --wrapper: 6.25em;
}

.txt-tbl-time {
    font-size: 0.75em;
    line-height: 1.6em;
    margin-top: 0.5em;
    color: var(--clr1);
}

table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

table tr:first-child th:last-child {
    border-top-right-radius: 10px;
    padding-right: 1.2498984457512827em;
    padding-left: 0;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.tbl-time tr th,
.tbl-time tr td {
    border: 0;
    text-align: center;
    padding: 0.5em 0.625em 0.625em;
}

.tbl-time tr th img,
.tbl-time tr td img {
    margin: 0 auto;
    display: block;
}

.tbl-time tr td {
    background: #fff;
    font-size: 1.1em;
    color: var(--clr3);
}

.tbl-time tr td:first-child {
    font-size: 0.9375em;
    color: #242424;
    letter-spacing: 0.05em;
}

.tbl-time tr td.td-time {
    font-size: 0.7271428571em;
    line-height: 2em;
}

.tbl-time tr:not(:first-child) td {
    padding: 1.075em 0.625em 1.575em;
    position: relative;
}

.tbl-time tr:not(:first-child) td:first-child:before {
    left: 15px;
}

.tbl-time tr:not(:first-child) td:last-child:before {
    left: initial;
    right: 15px;
}

.tbl-time tr:not(:first-child) td:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    margin: 0 auto;
    width: 100%;
    background: #E8E8E8;
    height: 1px;
}

.tbl-time tr:last-child td {
    padding: 1em 0.625em 1.2em;
}

.tbl-time tr:last-child td:before {
    display: none;
}

.tbl-time tr th {
    background: var(--clr3);
    color: #fff;
    font-size: 1em;
    font-weight: 400;
}


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


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


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


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


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


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


/*                                                                          */


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


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


/*                                                                          */


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


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


/*                           Common-Setting                                 */


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

.hamburger-btn {
    display: none;
}

body {
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.1em;
    line-height: 2em;
    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;
    color: var(--main-color);
}

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

@media only screen and (min-width: 769px) {
	.fixed_banner .access:hover,.fixed_banner .map:hover{
		opacity:0.8
	}
    a:not(.tel_click):hover,
    a:not(.tel_click):active {
        color: var(--main-color);
    }
    a:not([target*=_blank]) {
        transition: opacity 0.3s ease;
    }
    a:not([target*=_blank]):hover {
        opacity: 0.7;
    }
    a.tel_click {
        pointer-events: none;
    }
    .btn-group .btn.style01 a:hover {
        background: #fff;
        box-shadow: 0 0 0 1px var(--main-color);
        color: var(--main-color);
    }
    .btn-group .btn.style01 a:hover:after {
        filter: 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;
}

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: 1120px;
}

.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;
    }
    .pc_navi>ul>li>a:hover,
    .pc_navi>ul>li>p:hover {
        text-shadow: none;
    }
    footer .f-box02 .menu01 ul li a:hover {
        opacity: 0.8;
    }
}

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

.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 {
    align-items: center;
    display: flex;
}

.key {
    position: relative;
}

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

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

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

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

.tel_click {
    text-decoration: none;
}

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

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

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

.btn a::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    top: 0;
    right: 1.25em;
    transition: all 0.3s;
    background: url(../images/udr-ico-arr02.svg) no-repeat center;
    background-size: 100% 100%;
    width: 0.875em;
    height: 0.8125em;
    filter: brightness(0) invert(1);
    bottom: 0;
    margin: auto 0;
}

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

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

.btn-group .btn.style01 {
     width: fit-content;
    min-width: 29em;
}

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

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

@media only screen and (min-width: 769px) {
    .btn-group .btn.style01 a:hover::after {
        right: 1em;
    }
}

.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;
    margin: 0 auto;
}

header.active,
.ovh header {
    background-color: #fff;
    border-radius: 0.625em;
    max-width: calc(100% - 1.875em);
    right: 0;
    top: 0.625em;
}

header.active .pc_navi>ul>li>a,
header.active .pc_navi>ul>li>p,
.ovh header .pc_navi>ul>li>a,
.ovh header .pc_navi>ul>li>p {
    color: var(--clr1);
}

header.active .pc_navi>ul>li.menu-item-has-children>a::after,
header.active .pc_navi>ul>li.menu-item-has-children>p::after,
.ovh header .pc_navi>ul>li.menu-item-has-children>a::after,
.ovh header .pc_navi>ul>li.menu-item-has-children>p::after {
    background: url(../images/udr-ico-menu.svg) center no-repeat;
    background-size: 100% auto;
}

header.active .right_head .idx-h-ct .h-btn img,
.ovh header .right_head .idx-h-ct .h-btn img {
    filter: none;
}

header.active .right_head .idx-h-ct .h-btn img.img-under,
.ovh header .right_head .idx-h-ct .h-btn img.img-under {
    display: block;
}

header.active .right_head .idx-h-ct .h-btn img.img-top,
.ovh header .right_head .idx-h-ct .h-btn img.img-top {
    display: none;
}

header.active .right_head,
.ovh header .right_head {
    padding-bottom: 0;
    max-width: 68.5em;
    padding-right: 0;
}

header.active .header_top,
.ovh header .header_top {
    padding: 0 1.875em;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 30%);
    border-radius: 0.625em;
}

header.active .pc_navi,
.ovh header .pc_navi {
    margin-right: 1.75em;
}

header.active .logo,
.ovh header .logo {
    height: auto;
    border-radius: 0;
    max-width: fit-content;
    padding-top: 0.3125em;
    background: transparent;
}

.sdxdeic {
    margin: 0;
    width: fit-content;
    margin-left: auto;
}

header.active .logo img,
.ovh header .logo img {
    height: 4.7em;
    width: auto;
}

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

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

.logo {
    width: 25%;
    max-width: 21.25em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7.625em;
    background: #fff;
    border-bottom-right-radius: 0.625em;
    padding-top: 0.4375em;
    padding-right: 1em;
}

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

.logo a img {
    height: 5.375em;
    width: 100%;
    object-fit: contain;
}

.right_head {
    width: 70%;
    max-width: 70.125em;
    padding-right: 1.875em;
    padding-bottom: 0.9375em;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.right_head .idx-h-ct {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.right_head .idx-h-ct .h-btn {
    flex-shrink: 0;
    line-height: 0;
    margin-right: 1.375em;
}

.right_head .idx-h-ct .h-btn:last-child {
    margin-right: 0;
}

.right_head .idx-h-ct .h-btn:last-child a img {
    width: 2.375em;
}

.right_head .idx-h-ct .h-btn a img {
    width: 2.0625em;
    filter: brightness(0) invert(1);
}

.right_head .idx-h-ct .h-btn a img.img-top {
    display: block;
}

.right_head .idx-h-ct .h-btn a img.img-under {
    display: none;
}

.pc_navi {
    width: 100%;
    margin-right: 2.5em;
}

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

.pc_navi>ul>li {
    position: relative;
    margin-right: 1.25em;
}

.pc_navi>ul>li:last-child {
    margin-right: 0;
}

.pc_navi>ul>li.menu-item-has-children>a,
.pc_navi>ul>li.menu-item-has-children>p {
    padding-right: 1.25em;
}

.pc_navi>ul>li.menu-item-has-children>a::after,
.pc_navi>ul>li.menu-item-has-children>p::after {
    content: "";
    background: url(../images/idx-ico-menu.svg) center no-repeat;
    background-size: 100% auto;
    width: 0.625em;
    height: 0.625em;
    position: absolute;
    top: 1px;
    bottom: 0;
    margin: auto 0;
    left: initial;
    right: 0;
    /*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-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 2.5em;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.05em;
    transition: all 0.2s ease;
    padding: 0 0 0 0;
    color: #fff;
}

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

.pc_navi>ul>li>a:hover:after,
.pc_navi>ul>li>p:hover:after {
    height: 2px;
    background: url(../images/idx-hover-menu.png) center no-repeat;
    background-size: 100% auto;
}

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

.pc_navi>ul>li:nth-child(4) .subInner {
    width: 43.40277777777778em;
}

.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(9) a {
    cursor: default;
}

.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(9) a {
    padding-left: 0;
    border-bottom: 0;
}

.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(10) a {
    border-bottom: 0;
}

.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(9) a:before {
    display: none;
}

.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(12),
.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(13),
.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(14),
.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(15),
.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(16),
.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(11) {
    width: 100%;
    margin-left: 0.6200396825396826em;
    margin-bottom: 0.5em;
}

.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(16) {
    margin-bottom: 0;
}

.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(12) a,
.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(13) a,
.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(14) a,
.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(15) a,
.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(16) a,
.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(11) a {
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(12) a:before,
.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(13) a:before,
.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(14) a:before,
.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(15) a:before,
.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(16) a:before,
.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(11) a:before {
    background: #d4d4d4;
    width: 0.49603174603174605em;
    height: 1px;
}

.pc_navi>ul>li.col3>.subInner>ul {
    display: flex;
    flex-wrap: wrap;
    padding: 2.4801587301587302em 1.601190476190477em;
}

.pc_navi>ul>li.col3>.subInner>ul>li>a {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    color: var(--main-color);
    width: fit-content;
    font-size: 1.1160714285714286em;
}

.pc_navi>ul>li.col3>.subInner>ul>li {
    padding: 0;
}

.pc_navi>ul>li.col3>.subInner>ul>li>a:before {
    display: none;
}

.pc_navi>ul>li.col3>.subInner .subInner {
    margin: 0.6200396825396826em auto 0.9300595238095238em;
    margin-left: 0.6200396825396826em;
}

.pc_navi>ul>li.col3>.subInner .subInner>ul {
    padding: 0;
}

.pc_navi>ul>li.col3>.subInner .subInner>ul>li {
    margin-bottom: 0.6200396825396826em;
}

.pc_navi>ul>li.col3>.subInner .subInner>ul>li>a:before {
    transform: none;
    top: 0.4340277777777778em;
}

.pc_navi>ul>li.col3>.subInner .subInner>ul>li>a {
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: fit-content;
    line-height: 1.6em;
}

.pc_navi>ul>li.col3>.subInner {
    width: 55.80357142857143em;
}

.pc_navi>ul>li.col3>.subInner>ul>li {
    width: calc(100% / 3);
}

.pc_navi>ul>li>.subInner {
    position: absolute;
    width: 23.261309523809522em;
    right: 50%;
    bottom: -10px;
    padding-top: 0px;
    transform: translate(50%, 100%);
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 30%)
}

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

.pc_navi>ul .subInner ul {
    background-color: #fff;
    border-radius: 0.6200396825396826em;
    padding-bottom: 0.6200396825396826em;
    padding-top: 0.6200396825396826em;
    padding-left: 1.2400793650793651em;
    padding-right: 1.2400793650793651em;
}

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

.pc_navi>ul .subInner ul li:last-child a {
    border-bottom: 0;
}

.pc_navi>ul .subInner ul li a {
    position: relative;
    display: block;
    padding: 1.3em 0.5em 1.3em 1.6em;
    border-bottom: 1px solid #d4d4d4;
    transition: all 0.2s ease;
    font-size: 0.8680555555555556em;
    font-weight: 400;
    color: var(--clr1);
    line-height: 1.6em;
    text-decoration: none;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0px;
}

.pc_navi>ul .subInner ul li a:hover {
    color: var(--main-color);
    opacity: 1;
}

.pc_navi>ul .subInner ul li a:hover:before {
    background: url(../images/udr-ico-arr02.svg) no-repeat center;
    background-size: 100% 100%;
}

.pc_navi>ul .subInner ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 52%;
    left: 0;
    transform: translateY(-54%);
    font-size: 1em;
    background: url(../images/idx-ico-arr-new.svg) no-repeat center;
    background-size: 100% 100%;
    width: 0.875em;
    height: 0.8125em;
}

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

@media only screen and (min-width: 769px) and (max-width: 1280px) {
     :root {
        --wrapper: 6.25em;
    }
}

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

.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: 10;
    bottom: 45px;
    right: 45px;
}

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

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

.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_banner .ttl-map{
	color:var(--clr1);
	font-size:1em;
	margin-bottom:0.7em
}
.fixed_banner .box-map iframe{
	height:14em;
}
.fixed_banner .box-time,.fixed_banner .box-map {
       background: rgba(230, 239, 225, 1);
    position: absolute;
    right: 100%;;
    bottom: 0;
	top:0;
    margin: auto 0;
    height: 100%;
    width: 30em;
    border: 0;
    padding: 0.9375em;
    border-radius: 0;
    display: none;
}
.fixed_banner .box-time.active, .fixed_banner .box-map.active {
display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.fixed_banner .access.active .close,.fixed_banner .map.active .close {
    display: block;
}
.fixed_banner .access .close,.fixed_banner .map .close {
    display: none;
}
.fixed_banner .access,.fixed_banner .map{
cursor:pointer}
.fixed_banner .txt-tbl-time:before{
	display:none;
}
.fixed_banner .f-address{
	display:flex;align-items:flex-start;
	font-size:0.7em;
	margin-bottom:0.9em
}
.fixed_banner .box-map .btn_map a .ico {
    margin-right: 0.625em;
}

.fixed_banner .box-map .btn_map a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.3em;
    width: fit-content;
    margin: 0 auto;
}
.fixed_banner .box-map .btn_map a .ico img{
    width: 0.8em;
    height: auto;
}
.fixed_banner .box-map .btn_map a .ico{
    width: 2em;
    height: 2em;
	background:#fff;
	border-radius:50%;
	display:flex;align-items:center;
	justify-content:center;
}
.fixed_banner .f-address .ico{
	width:1em;
	margin-right:0.5em
}
.fixed_banner .txt-tbl-time,.fixed_banner .f-address{
	text-align: left;
    color: var(--clr1);
    font-size: 0.85em;
    line-height: 1.5em;
    font-weight: 500;
}

.fixed_banner .access.active p::before,.fixed_banner .map.active p::before{
	      background-image: url(../images/idx-close.png);
    filter: brightness(0) invert(1);
    height: 1.1em;
    margin-top: 0.4em;
}
.fixed_banner .txt-tbl-note .box-txt:before{
	display:none;
}
.fixed_banner .txt-tbl-note .box-txt .txt,.fixed_banner .txt-tbl-note .box-txt .txt02{
	color:var(--clr1);
	font-size:0.8em
}
.fixed_banner .access.active .open,.fixed_banner .map.active .open {
    display: none;
}
.fixed_banner .box-time .tbl-time tr th,
.fixed_banner .box-time .tbl-time tr td {
    padding: 0.85em 0.525em 0.85em;
    font-size: 0.75em
}

.fixed_banner .box-time .txt-tbl:before,
.fixed_banner .box-map p:before {
    display: none;
}

.fixed_banner .box-map .btn_map a .ico {
    margin-right: 0.625em;
}

.fixed_banner .box-map .btn_map a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.3em;
    width: fit-content;
    margin: 0 auto;
}
.fixed_banner .box-map .btn_map a .ico{
    width: 2em;
    height: 2em;
	background:#fff;
	border-radius:50%;
	display:flex;align-items:center;
	justify-content:center;
}
.fixed_banner .box-map .txt-map{
	text-align:center !important;
}
.fixed_banner .box-map .txt-map .fx-ico{
	display:flex;
	align-items:center;
	justify-content:center;
}
.fixed_banner .box-map .txt-map .fx-ico .ico{
	line-height:0;
	margin-right:5px;
}
.fixed_banner .box-map .txt-map {
    font-size: 1em !important;
    margin-bottom: 10px;
}

.fixed_banner .box-time .tbl-time {
    margin-top: 0;
}

.fixed_banner .box-time .txt-tbl,
.fixed_banner .box-map .txt-map,
.fixed_banner .box-map .btn_map {
    writing-mode: initial;
    font-size: 0.75em;
    text-align: left;
    display: block;
    width: 100%;
    height: fit-content;
    margin-top: 1em;
    line-height: 1.5em;
}

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

.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;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 5px;
}

.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;
    font-size: 0.9375em;
    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%;
    height: 1.8666666667em;
    margin-bottom: 0.5333333333em;
}

.fixed_banner .tel {
    background-color: var(--clr2);
}

.fixed_banner .tel p::before {
    background-image: url("../images/idx-sliderbar-ico01.svg");
}

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

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

.fixed_banner .web {
    background-color: var(--clr3);
}

.fixed_banner .web p::before {
    height: 1.6em;
    background-image: url("../images/idx-sliderbar-ico02.svg");
}

.fixed_banner .access {
    background-color: var(--clr4);
}

.fixed_banner .access p::before {
    height: 2.0666666667em;
    background-image: url("../images/idx-sliderbar-ico03.svg");
}

.fixed_banner .map {
    background-color: var(--clr1);
}

.fixed_banner .map p::before {
    height: 2em;
    background-image: url("../images/idx-sliderbar-ico04.svg");
}

@media only screen and (min-width: 769px) {
    .fixed_banner>div {
        width: 6.25em;
        height: 6.25em;
    }
}

@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: 40px;
        height: 40px;
    }
	.fixed_banner .box-time, .fixed_banner .box-map{
		width:40em;
	}
}

footer {
    padding: 0;
    position: relative;
}

footer .f-map {
    line-height: 0;
}

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

footer .f-box02 {
    background: url(../images/f-bg-box02.jpg) no-repeat center;
    background-size: cover;
    padding-top: 1.875em;
    padding-left: 7.8125em;
    padding-right: 1.5625em;
    padding-bottom: 1.6875em;
    font-size: 0.834vw;
}

footer .f-box02 .f-bg-menu {
    background: rgba(255, 255, 255, 0.8);
    flex: 1;
    border-radius: 1.875em;
    display: flex;
    padding: 6.1875em 7.1875em 5.125em;
    position: relative;
}

footer .f-box02 .f-bg-menu .copyright {
    position: absolute;
    right: 5.5em;
    bottom: 2.75em;
}

footer .f-box02 .f-bg-menu .copyright>p {
    color: var(--clr1);
    font-size: 0.75em;
    letter-spacing: 0.05em;
}

footer .f-box02 .f-bg-menu .f-fx-menu {
    display: flex;
    justify-content: space-between;
}

footer .f-box02 .f-bg-menu .f-box-menu.last .ttl {
    margin-bottom: 1.5014285714em;
}

footer .f-box02 .f-bg-menu .f-box-menu.last .f-menu {
    margin-bottom: 46px;
}

footer .f-box02 .f-bg-menu .f-box-menu:nth-child(2) {
    margin-right: 4.375em;
    max-width: 14.6875em;
}

footer .f-box02 .f-bg-menu .f-box-menu:nth-child(2) .ttl {
    margin-bottom: 1.5214285714em;
}

footer .f-box02 .f-bg-menu .f-box-menu:nth-child(2) .f-menu {
    margin-bottom: 1.6875em;
}

footer .f-box02 .f-bg-menu .f-box-menu:first-child {
    width: 31.25em;
    flex-shrink: 0;
    margin-right: 4.375em;
}

footer .f-box02 .f-bg-menu .f-box-menu:first-child .f-fx-menu .f-menu:last-child {
    margin-bottom: 1.625em;
}

footer .f-box02 .f-bg-menu .f-box-menu:first-child .f-menu.st02 {
    margin-top: -5.25em;
    margin-bottom: 1.75em;
}

footer .f-box02 .f-bg-menu .f-box-menu:first-child .f-menu.st03 {
    max-width: 14.6875em;
    margin-right: 1.875em;
}

footer .f-box02 .f-bg-menu .f-box-menu .ttl {
    font-size: 1.5625em;
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
    display: block;
    padding-bottom: 0.6em;
    font-weight: 600;
    font-family: var(--f-jp);
    margin-bottom: 1.2em;
    letter-spacing: 0.05em;
}

footer .f-box02 .f-bg-menu .f-menu:first-child {
    margin-right: 5.125em;
    flex-shrink: 0;
}

footer .f-box02 .f-bg-menu .f-menu .ttl02 {
    font-size: max(1.125em, 10px);
    font-family: var(--f-jp);
    font-weight: 500;
    margin-bottom: 0.444444444em;
    color: var(--main-color);
}

footer .f-box02 .menu01 {
    margin-bottom: 13em;
    margin-right: 8.125em;
}

footer .f-box02 .menu01 ul li {
    margin-bottom: 0;
}

footer .f-box02 .menu01 ul li a {
    font-size: max(1.125em, 12px);
    border-bottom: 2px solid #fff;
    display: block;
    padding: 1.4333333333em 1.5em 1.4333333333em 0.8333333333em;
    position: relative;
    color: #fff;
}

footer .f-box02 .menu01 ul li a:after {
    content: "";
    position: absolute;
    right: 0.5555555556em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0.6666666667em;
    height: 0.5555555556em;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: 100% 100%;
    filter: brightness(0) invert(1);
}

footer .f-box02 .menu01 ul li a:before {
    display: none;
}

footer .f-box01 {
    background: url(../images/f-box01-bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 8.875em;
    padding-bottom: 7.5625em;
}

footer .f-box01 .ft_logo {
    text-align: center;
    padding-bottom: 2.625em;
    padding-right: 2.3125em;
}

footer .f-box01-fx {
    display: flex;
    margin-bottom: 4.0625em;
}

footer .f-box01 .f-box-btn {
    max-width: 55.625em;
    margin: 0 auto;
}

footer .f-box01 .f-box-btn .btn {
    margin-right: 0.625em !important;
    margin-left: 0 !important;
}

footer .f-box01 .f-box-btn .btn:nth-child(3n) {
    margin-right: 0 !important;
}

footer .f-box01-r {
    flex: 1;
    padding-top: 5px;
}

footer .f-box01-l {
    width: 33.25em;
    flex-shrink: 0;
    margin-right: 3.625em;
}

footer .f-box01-l .f-address {
    color: var(--clr1);
    display: flex;
    align-items: center;
    line-height: 1.625em;
    letter-spacing: 0.06em;
    font-size: max(1em, 12px);
}

footer .f-box01-l .f-address.st02 {
    margin-bottom: 3.125em;
    margin-top: 1.25em;
}

footer .f-box01-l .f-address.st02 span {
    font-size: 1em;
    display: block;
}

footer .f-box01-l .f-address.st02 span>span {
    margin-top: 2px;
    font-size: 0.875em;
}

footer .f-box01-l .f-address.st02 .ico {
    margin-left: 0;
}

footer .f-box01-l .f-address .ico {
    flex-shrink: 0;
    margin-right: 0.9375em;
    margin-left: 0.3125em;
}

footer .f-box01-l .f-list-address {
    display: flex;
}

footer .f-box01-l .f-list-address li {
    width: 50%;
    margin-right: 0.625em;
}

footer .f-box01-l .f-list-address li:last-child {
    margin-right: 0;
}

footer .f-box01-l .f-list-address li a {
    text-decoration: none;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 5.875em;
    position: relative;
    text-decoration: none;
}

footer .f-box01-l .f-list-address li a:before {
    content: "";
    position: absolute;
    inset: 0.3125em;
    border: 1px solid rgba(240, 103, 149, 0.3);
    width: calc(100% - 0.625em);
    height: calc(100% - 0.625em);
    margin: auto;
}

footer .f-box01-l .f-list-address li a .ico {
    width: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    height: 2.5em;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--clr3);
}

footer .f-box01-l .f-list-address li a .ttl {
    color: var(--clr1);
    text-align: center;
    line-height: 1.5em;
    font-size: max(0.875em, 10px);
    letter-spacing: 0.05em;
}

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

.ft_link {
    width: 100%;
}

.ft_link a {
    text-decoration: none;
}

@media only screen and (min-width: 769px) {
    .ft_link .menu01 {
        width: 18.125em;
    }
    .ft_link .menu02 {
        width: 100%;
    }
    .ft_link ul {
        display: flex;
        flex-direction: column;
    }
}

.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: 0.5875em;
    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: 0;
    color: var(--clr1);
    font-size: max(1em, 9px);
    display: flex;
    letter-spacing: 0.05em;
    line-height: 1.35em;
}

.ft_link a::before {
    content: "";
    position: relative;
    top: 0.75em;
    left: 0;
    margin-left: 0;
    width: 0.5em;
    height: 1px;
    background: #707070;
    margin-right: 0.4375em;
    flex-shrink: 0;
}

.ft_link a:hover {
    opacity: 1;
}

.copyright {
    margin: 0 auto 0;
    color: #fff;
    padding: 17px 0px 23px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.fixed_banner .box-time{
height:17.5em;
}

@media only screen and (min-width: 769px) and (max-width: 1440px) {
    header {
        font-size: 1.08vw;
    }
	.fixed_banner .box-time, .fixed_banner .box-map{
		width:40em
	}
	.fixed_banner .box-time .tbl-time tr th, .fixed_banner .box-time .tbl-time tr td {
    padding: 0.85em 0.525em 0.85em;
    font-size: 1em;
    line-height: 1.4em;
}
	.fixed_banner .txt-tbl-time, .fixed_banner .f-address{
		font-size:1em;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    header {
        font-size: 1vw;
    }
    footer .f-box01,
    .f-map {
        font-size: 1.25vw;
    }
    .tbl-time tr td img {
        width: max(1em, 10px);
        height: auto;
    }
    footer .f-box01-l .f-address .ico img {
        height: 1.6875em;
        width: auto;
    }
    footer .f-box01-l .f-list-address li a .ico img {
        width: 1.8125em;
        height: auto;
    }
    .txt-tbl-time {
        font-size: max(1em, 11px);
    }
    footer .f-box01 .ft_logo img {
        width: 25.25em;
        height: auto;
    }
    footer .f-box02 {
        padding-left: 4em;
        font-size: 0.9vw;
    }
    footer .f-box02 .f-bg-menu {
        padding: 6.1875em 5.1875em 5.125em;
    }
    footer .f-box02 .menu01 {
        margin-right: 6.125em;
    }
    .pc_navi>ul .subInner ul li a {
        font-size: 1em
    }
    .pc_navi>ul>li:nth-child(5) .subInner {
        width: 54.402778em;
    }
    .pc_navi>ul>li>.subInner {
        width: 23.5em;
    }
		.fixed_banner .box-time, .fixed_banner .box-map{
		width:40em;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1080px) {
    header {
        font-size: 1.15vw;
    }
    header .right_head {
        max-width: 75em;
        width: 75%;
    }
    .logo a img {
        height: auto;
    }
    .logo {
        width: 25%;
        max-width: 15.25em;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 7.625em;
        background: #fff;
        border-bottom-right-radius: 0.625em;
        padding-top: 0.4375em;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }
    .pc_navi>ul .subInner ul li a {
        font-size: 1.2em
    }
    footer .f-box02 .f-bg-menu .f-menu:first-child {
        margin-right: 3.125em;
        flex-shrink: 0;
    }
    .ft_link a::before {
        top: 0.5em;
    }

}


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


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


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


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


/*                                INDEX                                     */


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


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


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


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


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


/*                                Under                                     */


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


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


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


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


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