@charset "UTF-8";
:root {
    --f-notosans: "Noto Serif JP", serif;
    --f-jp: "Noto Serif JP", serif;
    --f-en: "Cormorant", serif;
    --f-en02: "Amiri", serif;
    --main-color: #f6efe7;
    --clr1: #302210;
    --clr2: #f6efe7;
    --ttl_size: 30px;
    --wrapper: 100px;
}
.home_page header .pc_navi>ul>li>a,
.home_page header .pc_navi>ul>li>p,
.home_page header .idx-fx-ct .idx-h-address,
.home_page header .idx-fx-ct .idx-h-tel a {
    color: var(--clr1);
    border-color: var(--clr1);
}
.home_page .pc_navi>ul>li.menu-item-has-children>a::after, .home_page .pc_navi>ul>li.menu-item-has-children>p::after{
	filter:none;
}
/*==========================================================================*/


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


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


/*//////  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;
    color: var(--clr1);
}

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) {
    a:not([target*=_blank]) {
        transition: opacity 0.3s ease;
    }
    a:not([target*=_blank]):hover {
        opacity: 0.7;
    }
    a.tel_click {
        pointer-events: none;
    }
    .f-list-btn li a:hover {
        background: var(--clr1);
        opacity: 1;
        transition: 0.3s all;
        color: var(--main-color);
    }
}

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;
    font-weight: 600;
    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: 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                                 */


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

.hamburger-btn {
    display: none;
}

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

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

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

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

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

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

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

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

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

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

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

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

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


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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


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


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


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


/*                              General                                     */


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

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

@media only screen and (min-width: 769px) {
    .sp_only {
        display: none !important;
    }
    .pc_navi>ul>li>a:hover,
    .pc_navi>ul>li>p:hover {
        text-shadow: none;
    }
    .ft_link a:hover {
        text-decoration: underline;
        color: #fff;
    }
}

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

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

.btn a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-ico-arr02.svg) no-repeat center;
    background-size: 100% auto;
    width: 10px;
    height: 5px;
}

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

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

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

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

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

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

header.active .pc_navi>ul>li.menu-item-has-children>a::after,
header.active .pc_navi>ul>li.menu-item-has-children>p::after {
    filter: none;
}



header.active .idx-fx-ct .idx-h-address,
header.active .idx-fx-ct .idx-h-tel a,
header.active .pc_navi>ul>li>a,
header.active .pc_navi>ul>li>p,
.ovh header .idx-fx-ct .idx-h-address,
.ovh header .idx-fx-ct .idx-h-tel a,
.ovh header .pc_navi>ul>li>a,
.ovh header .pc_navi>ul>li>p {
    color: var(--clr1);
}

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

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

.idx-fx-ct {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    top: 6px;
}

.idx-fx-ct .idx-h-address {
    font-size: max(0.75em, 9px);
    font-family: var(--f-jp);
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.09em;
    padding-right: 1.25em;
    border-right: 1px solid #fff;
    font-weight: 600;
    margin-right: 1.1666666667em;
    line-height: 1.3em;
}

.idx-fx-ct .idx-h-tel a {
    text-decoration: none;
    font-size: max(0.90625em, 10px);
    font-family: var(--f-en02);
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
}

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

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

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

.pc_navi {
    width: 100%;
    display: flex;
    align-items: center;
}

.pc_navi .idx-h-insta {
    position: relative;
    bottom: 0.9375em;
}

.pc_navi .idx-h-insta a {
    width: 2.8125em;
    height: 2.8125em;
    background: #faf5f1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.pc_navi .idx-h-insta a img {
    width: 1.25em;
    height: auto;
}

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

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

.pc_navi>ul>li.menu-item-has-children>a::after,
.pc_navi>ul>li.menu-item-has-children>p::after {
    content: "";
    background: url(../images/shared_pc_navi_arrow.png) center no-repeat;
    background-size: 100% auto;
    width: 9px;
    height: 5px;
    position: absolute;
    filter: brightness(0)invert(1);
    bottom: 0;
    left: calc(50% - 4.5px);
    transition: all 0.5s ease;
    /*border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  width: 0;
  height: 0;*/
}

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

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

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

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

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

.pc_navi>ul .subInner {
    position: absolute;
    width: 270px;
    right: 50%;
    bottom: 0px;
    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(--clr1);
    padding-bottom: 10px;
}

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

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

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

@media only screen and (min-width: 769px) {
    .pc_navi>ul .col2 .subInner {
        width: 28em;
    }
    .pc_navi>ul .col2 .subInner ul {
        display: flex;
        flex-wrap: wrap;
    }
    .pc_navi>ul .col2 .subInner ul li {
        width: 50%;
    }
    .menu_toggle .inside .ft_link {
        width: 100%;
        max-width: 900px;
        margin: auto;
        min-height: 100%;
        display: flex;
        align-items: center;
    }
    .menu_toggle .inside .ft_link .link_list {
        width: 100%;
    }
}

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

@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: 10;
    bottom: 30px;
    right: 30px;
}

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

.totop .icon {
    background: var(--clr2);
    border: 0px;
    width: 50px;
    height: 50px;
    margin: 0;
    box-shadow: 0 0 0 1px var(--clr1);
    position: relative;
}

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

@media only screen and (min-width: 769px) {
    .totop:hover .icon {
        opacity: 0.9;
        animation-name: bounces;
    }
    .btn-group .btn.style01 a:hover {
        background: var(--clr1);
        color: #fff;
    }
    .f-bnr:hover {
        transform: translateY(-5px);
        transition: 0.3s all;
    }
}

.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);
}
.btn-gg{
	position:relative;
}
.btn-gg a{
	text-decoration: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0.7em;
}
.btn-gg a .ico{
	margin-right:5px;
	line-height:0;
}
.fixed_banner .box-time,
.fixed_banner .box-map {
    position: absolute;
    right: 110%;
    height: 100%;
    width: 650px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: var(--main-color);
    padding: 22px 15px;
	border:0;
    display: none;
    opacity: 0;
    cursor: default;
}

.fixed_banner .box-time .tbl-time th,
.fixed_banner .box-time .tbl-time td {
    padding: 1em 0.1em;
    font-size: 1.1em;
    text-align: center;
    margin-top: 0;
}

.fixed_banner .under .udr-box-tbl table tr .txt-time span {
    font-size: 0.7em
}

.fixed_banner .box-time .udr-box-tbl {
    padding: 10px;
    border-radius: 0;
}

.fixed_banner .under .udr-box-tbl table tr th .ico,
.fixed_banner .under .udr-box-tbl table tr td .ico {
    right: 0;
}

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

.fixed_banner>div.access.active p.open {
    display: none;
}

.fixed_banner>div.access.active p.close {
    display: flex;
}

.fixed_banner p.close {
    display: none;
}

.fixed_banner .box-time.active {
    display: flex;
    opacity: 1;
}

.fixed_banner .box-map.active {
    display: flex;
    opacity: 1;
}

.fixed_banner .box-time .under {
    width: 100%;
}

.fixed_banner p.close:before {
    background-image: url(../images/idx-close.png) !important;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.fixed_banner .under .udr-box-tbl .txt-tbl-time {
    writing-mode: initial;
    text-align: left;
    font-size: 1.1em;
    display: block;
    color: var(--clr1);
}

.fixed_banner .under .udr-box-tbl .txt-tbl-time:before {
    display: none;
}



.box-map .idx-address .ico {
    margin-right: 5px;
}

.box-map .idx-address br {
    display: none !important;
}

.box-map .idx-address {
     display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0.85em !important;
    color: var(--clr1) !important;
	flex-direction:row;
}
.fixed_banner>div.access{
	border-bottom:0;
	cursor:pointer;
}

.box-map .f-list-address {
    background: #fff;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    width: 100%;
    border-radius: 10px;
	border-bottom:0;
}

.box-map iframe {
    height: auto;
    min-height: 15.625em;
}

.box-map .f-list-address .f-ttl {
display: flex !important;
    color: var(--clr1);
    font-size: 0.85em !important;
    margin-top: 0 !important;
    font-weight: bold !important;
}

.box-map .f-list-address .f-ttl .ico {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px dotted var(--clr2);
}

.fixed_banner .box-time .txt-time,
.fixed_banner .box-map p {
    writing-mode: initial;
    color: #fff;
    font-size: 1.5em;
    text-align: left;
    display: block;
    margin-top: 10px;
    width: 100%;
}

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

.fixed_banner>div.time.active p.close {
    display: flex;
}

.fixed_banner>div.time.active p.open {
    display: none;
}

.fixed_banner>div.map.active p.close {
    display: flex;
}

.fixed_banner>div.map.active p.open {
    display: none;
}
.fixed_banner {
    position: fixed;
    top: 106px;
    right: 0px;
    z-index: 15;
    transition: right 0.3s ease-in-out;
    border: 1px solid #e6dedf;
    border-right: 0;
}

.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;
    width: 45px;
    background: #fff;
    border-bottom: 1px solid #e6dedf;
    padding: 10px 5px;
    min-height: 127px;
}

.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: var(--clr1);
    line-height: 1.2222222222;
    text-align: center;
    font-size: 13px;
    writing-mode: tb-rl;
    text-orientation: upright;
    display: flex;
    flex-direction: row;
    align-items: center;
    letter-spacing: 0.05em;
    font-weight: 600;
    justify-content: center;
}

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

.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 p::before {
    background-image: url("../images/idx-sliderbar-ico02.svg");
}

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

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

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

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

.f-list-address {
    border-bottom: 1px solid #d6c9ca;
}

.f-list-address li {
    display: flex;
    align-items: center;
    padding: 0.625em 1.5em 0.5625em;
    border-top: 1px solid #d6c9ca;
}

.f-list-address li .ttl {
    font-size: max(1em, 12px);
    color: var(--clr1);
    font-weight: 600;
    letter-spacing: -0.03125em;
    margin-right: 1.5em;
    padding-right: 1.5em;
    height: 2.5em;
    background: url(../images/f-ico-hr.svg) no-repeat right center;
    background-size: 3px 40px;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    min-width: 7.1875em;
}

.f-list-address li .txt {
    font-size: max(1em, 12px);
    color: var(--clr1);
    font-weight: 600;
}

.cl_pink {
    color: #e2a4a5 !important;
}

.txt-fx-tbl {
    display: flex;
    justify-content: space-between;
    color: var(--clr1);
    margin-top: 0.7375em;
}

.txt-fx-tbl p {
    color: var(--clr1);
    font-size: 0.875em;
    line-height: 1.57em;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-family: var(--f-jp);
}

.tbl-time tr td .img img {
    width: 1em;
    height: auto;
}

.tbl-time tr td .img-hr img {
    width: 4.125em;
    height: auto;
}

.tbl-time tr th,
.tbl-time tr td {
    border-color: #e6dedf;
    text-align: center;
    padding: 0.8125em;
}

.tbl-time tr th:not(:first-child),
.tbl-time tr td:not(:first-child) {
    padding: 0;
    width: 11%;
}

.tbl-time tr th:first-child,
.tbl-time tr td:first-child {
    width: 8.8125em !important;
}

.tbl-time tr td {
    background: #fff;
}

.tbl-time tr td:first-child {
    padding: 0.6525em;
    font-size: 1.125em;
    font-family: var(--f-en02);
    letter-spacing: 0;
    font-weight: 600;
}

.tbl-time tr th {
    background: #faf5f1;
    font-size: 1em;
}

.f-list-ct {
    display: flex;
    border: 1px solid #e6dedf;
    margin-top: 1.875em;
    margin-bottom: 1.6875em;
}

.f-list-ct li {
    width: 50%;
}

.f-list-ct li:last-child a {
    justify-content: flex-start;
    padding-left: 1.5625em;
    padding-right: 5.3125em;
    position: relative;
}

.f-list-ct li:last-child a:before {
    content: "";
    position: absolute;
    right: 1.1875em;
    top: -0.125em;
    bottom: 0;
    margin: auto 0;
    background: url(../images/f-ico-arr.svg) no-repeat center;
    background-size: 100% auto;
    width: 3.5625em;
    height: 1.875em;
}

.f-list-ct li:last-child a .ttl .sub-ttl02 {
    font-size: 0.75em;
    font-weight: 600;
    position: relative;
    right: 0.2083333333em;
}

.f-list-ct li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--clr1);
    padding-left: 1.0625em;
    padding-top: 1.0625em;
    padding-right: 1.5em;
    padding-bottom: 1.0625em;
    min-height: 6.25em;
}

.f-list-ct li a .ico {
    width: 2.8125em;
    height: 2.8125em;
    background: #faf5f1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 0.9375em;
    flex-shrink: 0;
}

.f-list-ct li a .ico img {
    width: 1.25em;
    height: auto;
}

.f-list-ct li a .ttl {
    font-size: 2.0625em;
    font-family: var(--f-en02);
    letter-spacing: -0.5px;
    line-height: 1.3em;
    position: relative;
    top: 0.1515151515em;
}

.f-list-ct li a .ttl .sub-ttl {
    display: block;
    line-height: 1em;
    font-weight: 500;
    font-size: 0.4242424242em;
}

.f-list-ct li:first-child {
    border-right: 1px solid #e6dedf;
}

.f-list-btn {
    display: flex;
    margin-top: 3.875em;
}

.f-list-btn li {
    margin-right: 0.9375em;
}

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

.f-list-btn li a {
    min-width: 10.1034482759em;
    border-radius: 2.0689655172em;
    color: var(--clr1);
    font-size: max(0.90625em, 10px);
    background: #f6efe7;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600;
    padding: 0.3448275862em 1.3793103448em 0.3448275862em 1.724137931em;
    min-height: 4.1379310345em;
    position: relative;
}

.f-list-btn li a:before {
    content: "";
    position: absolute;
    right: 1.3793103448em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-ico-arr02.svg) no-repeat center;
    background-size: 100% auto;
    width: 0.6896551724em;
    height: 0.3448275862em;
}

.f-bnr {
    border: 1px solid #e6dedf;
    max-width: 38.875em;
    margin: 4.3125em auto 0;
    background: #faf5f1;
    padding: 0.5625em;
    position: relative;
    left: 0.9375em;
}

.f-bnr .link-in {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.f-bnr-fx {
    display: flex;
    background: #fff;
    border: 1px solid #e6dedf;
    position: relative;
}

.f-bnr-fx:before {
    content: "";
    position: absolute;
    right: 0.9375em;
    bottom: 1.0625em;
    width: 3.5625em;
    height: 1.875em;
    background: url(../images/f-ico-arr.svg) no-repeat center;
    background-size: 100% auto;
}

.f-bnr-fx .img {
    flex-shrink: 0;
}

.f-bnr-fx .img img {
    width: 13.125em;
    height: auto;
}

.f-bnr-fx .ttl {
    flex: 1;
    text-align: center;
    line-height: 1.6em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 0.25em;
}

.f-bnr-fx .ttl img {
    width: 19.75em;
    height: auto;
}

.f-bnr-fx .ttl .sub-ttl {
    font-size: 1.375em;
    color: var(--clr1);
    font-family: var(--f-en);
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 0.4545454545em;
}

footer {
    padding: 0;
    position: relative;
    background-size: cover;
}

footer .f-logo {
    padding-bottom: 0 !important;
    margin-bottom: 2em;
}

footer .f-img {
    height: 43.75em;
    margin-top: -12.8125em;
}

footer .f-img .img {
    height: 100%;
}

footer .f-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

footer .f-box02 {
    background: #302210;
}

footer .f-box02 .inner_big {
    position: relative;
}

footer .f-box02 .inner_big>.fblock {
    padding: 7.4375em 3.75em 4.0625em 6.25em;
}

footer .f-box01 {
    background: #f6efe7;
    padding-top: 4.3125em;
}

footer .f-box01-bg {
    background: #fff;
    width: calc(100% - 6.25em);
    max-width: 73.75em;
    padding-bottom: 7.3125em;
    position: relative;
    z-index: 1;
}

footer .f-box01-bg:before {
    content: "";
    position: absolute;
    left: -1px;
    bottom: 0px;
    background: url(../images/f-ico01.png) no-repeat center;
    background-size: 100% auto;
    width: 17.875em;
    height: 18.375em;
}

footer .f-box01-bg:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    background: #fff;
    height: 100%;
    z-index: -1;
}

footer .f-box01-fx {
    display: flex;
    padding: 7.5em 4.375em 3.9375em 6.25em;
    position: relative;
}

footer .f-box01-fx:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: #d6c9ca;
    max-width: 63.125em;
}

footer .f-box01-l {
    width: 37.8125em;
    flex-shrink: 0;
    margin-right: 6.25em;
    position: relative;
}

footer .f-box01-l:before {
    content: "";
    position: absolute;
    right: -3.1875em;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: url(../images/f-ico-hr02.svg) no-repeat center;
    background-size: 100% 100%;
    max-height: 38.125em;
}

footer .f-box01-r {
    padding-top: 4.375em;
}

footer .f-box01-r .ttl {
    font-size: 1.375em;
    font-family: var(--f-en);
    color: var(--clr1);
    font-weight: 600;
    position: relative;
    padding-left: 0.8181818182em;
    letter-spacing: 0;
    margin-bottom: 1.1363636364em;
    line-height: 1em;
}

footer .f-box01-r .ttl:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2727272727em;
    width: 0.3636363636em;
    height: 0.3636363636em;
    background: url(../images/idx-ico-en.svg) no-repeat center;
    background-size: 100% auto;
}

footer .f-box01-r .img img {
    width: fit-content;
    height: 17em;
}

footer .f-box01-r .f-address-note {
    display: flex;
    align-items: center;
    color: var(--clr1);
    font-size: 1em;
    font-weight: 600;
    margin-top: 1.25em;
}

footer .f-box01-r .f-address-note .ico {
    margin-right: 0.9375em;
    width: 2.8125em;
    height: 2.8125em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #faf5f1;
    border-radius: 50%;
}

footer .f-box01-r .f-address-note .ico img {
    width: 1.25em;
    height: auto;
}

footer .f-box01-r .txt {
    color: var(--clr1);
    letter-spacing: 0.05em;
    line-height: 2em;
    font-weight: 600;
    margin-top: 0.375em;
    font-size: max(1em, 11px);
}

footer p {
    margin-bottom: 0;
}

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

footer .ft_logo {
    padding: 0px 0 1.875em;
}

footer .ft_logo img {
    width: 26.875em;
    height: auto;
}

footer .ft_link {
    margin-top: 3px;
    width: 100%;
}

footer .ft_info {
    width: 15.625em;
    margin-right: 5.8125em;
    flex-shrink: 0;
}

footer .ft_info .ft_logo {
    padding-bottom: 0.9375em;
}

footer .ft_info .des {
    margin-bottom: 0.7142857143em;
    color: #fff;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    line-height: 1.35em;
}

footer .ft_info .f-tel a {
    line-height: 1em;
    text-decoration: none;
    color: #fff;
    font-family: var(--f-en02);
    letter-spacing: 0;
    font-size: 1.5em;
}

footer .ft_info .f-tel a span {
    font-size: 0.625em;
}

.ft_link a {
    text-decoration: none;
}

@media only screen and (min-width: 769px) {
	.fixed_banner>div.access:hover{
	opacity:0.8;
	transition:0.3s all;
}
    .ft_link .menu01 {
        width: 100%;
        max-width: 16.375em;
        margin-right: 2.9375em;
    }
    .ft_link .menu02 {
        width: 100%;
        margin-right: 2.625em;
        max-width: 14.375em;
    }
    .ft_link .menu03 {
        flex: 1;
    }
    .ft_link ul {
        display: flex;
        flex-flow: column;
    }
    .ft_link ul li {
        width: 100%;
    }
}

.ft_link .ttl {
    margin-bottom: 1.0967741935em;
    padding-left: 0;
    font-size: max(0.96875em, 12px);
    font-weight: 400;
    color: #fff;
    line-height: 1;
    pointer-events: none;
    font-family: var(--f-en);
    border-bottom: 1px solid #d6c9ca;
    padding-bottom: 0.3225806452em;
    letter-spacing: 0;
}

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

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

.ft_link li {
    margin-bottom: 9.5px;
    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: inherit;
    font-size: max(0.875em, 10px);
    letter-spacing: 0.05em;
}

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

.ft_link a:hover {
    opacity: 1;
}

.copyright {
    margin: 0 auto 0;
    color: #fff;
    position: absolute;
    left: 6.875em;
    bottom: 3.8125em;
    z-index: 1;
    text-align: left;
    letter-spacing: 0.05em;
}

.copyright>p {
    font-size: 0.75em;
}

@media only screen and (max-width: 1366px) and (min-width: 769px) {
    .fixed_banner>div {
        width: 35px;
		min-height:100px;
        padding: 10px 5px;
    }
    .fixed_banner p {
        font-size: 10px;
    }
    .fixed_banner p:before {
        width: 14px;
        height: 14px;
    }
	.box-map iframe {
    height: auto;
    min-height: 11.625em;
}
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    header,
    footer {
        font-size: 1.25vw;
    }
    .f-box01 .inner_big {
        padding: 0;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1080px) {
    .right_head {
        width: 70%;
        max-width: 37.125em;
        padding-right: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    footer .ft_info {
        margin-right: 4em;
    }
	.box-map iframe {
    height: auto;
    min-height: 13.625em;
}
}


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


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


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


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


/*                                INDEX                                     */


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


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


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


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


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


/*                                Under                                     */


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


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


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


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


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