@charset "UTF-8";
:root {
    --f-notosans: "Zen Maru Gothic", sans-serif;
    --f-jp: "Zen Maru Gothic", sans-serif;
    --f-en: "Baloo 2", sans-serif;
    --main-color: #514327;
    --clr1: #514327;
    --clr2: #ee804d;
    --ttl_size: 30px;
    --wrapper: 100px;
}


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


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


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


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


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


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


/*                                                                          */


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


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


/*                                                                          */


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


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


/*                           Common-Setting                                 */


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

body {
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.1em;
    color: var(--clr1);
    font-family: var(--f-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(--clr2);
}

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

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

@media only screen and (min-width: 769px) {
    a:not([target*=_blank]) {
        transition: opacity 0.3s ease;
    }
    a:not([target*=_blank]):hover {
        opacity: 0.7;
    }
    a.tel_click {
        pointer-events: none;
    }
}

a.logo:hover,
.logo a:hover,
a.ft_logo:hover,
.ft_logo a:hover,
a.tel_click:hover {
    opacity: 1 !important;
}

table {
    width: 100%;
}

iframe {
    width: 100%;
    height: 100%;
}

.captcha_box iframe {
    height: auto;
}

.link>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

p {
    line-height: 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                                 */


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

.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-btn a:hover {
        background: #fff;
        color: var(--clr1);
        transition: 0.3s all;
        opacity: 1;
        box-shadow: 0 0 0 1px var(--clr1);
    }
}

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

.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;
    border-radius: 15px;
    background: #ffffff;
    position: relative;
    padding: 1.625em 2.125em 0.625em;
}

.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: 14px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: 100% auto;
    width: 28px;
    height: 28px;
}

.cl-orange {
    color: #ee804d !important;
}

.tbl-fx-txt {
    display: flex;
    justify-content: space-between;
    margin-top: 0.625em;
}

.tbl-fx-txt>p {
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: 0.875em;
    line-height: 1.7em;
}

.tbl-time {
    box-shadow: 0 0 0 1px #e2d6bc;
    border-radius: 10px;
}

.tbl-time tr th,
.tbl-time tr td {
    font-size: 1em;
    text-align: center;
    border-top: 0;
    border-color: #e2d6bc !important;
    padding: 0.875em;
    width: 11.88%;
}

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

.tbl-time tr th:first-child,
.tbl-time tr td:first-child {
    border-left: 0;
    width: 6.25em !important;
}

.tbl-time tr .td-img {
    padding: 0 !important;
}

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

.tbl-time tr td:not(:first-child) {
    color: #ee804d;
}

.tbl-time tr td:last-child {
    border-bottom-right-radius: 10px;
}

.tbl-time tr td:first-child {
    border-bottom-left-radius: 10px;
    font-weight: 600;
}

.tbl-time tr th {
    background: #fcf7f1;
}

.tbl-time tr th:last-child {
    border-top-right-radius: 10px;
}

.tbl-time tr th:first-child {
    border-top-left-radius: 10px;
}

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

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

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

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

.btn-group .btn.style01 a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 50px;
    padding: 0.5em 1.5em 0.7em;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    text-align: left;
    background-color: #ab8763;
    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 {
        box-shadow: 0 0 0 1px #ab8763;
        color: #ab8763;
        background: #fff;
        transition: all 0.3s;
    }
}

.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%;
    z-index: 20;
    padding-top: 1.875em;
}

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

header.active .header_top,
.ovh header .header_top {
    padding: 0.5em 1.25em 0.9em 3.125em;
}

.header_top {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 3.75em);
    justify-content: space-between;
    margin: 0 auto;
    padding: 0.75em 1.25em 1.125em 3.125em;
    height: 100%;
    background: #fff;
    border-radius: 3em;
    transition: all 0.3s ease-in-out;
}

.h-fx-ct {
    display: flex;
    align-items: center;
}

.h-fx-ct>div a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.5em;
    color: #ab8763;
}

.h-fx-ct>div .ico {
    line-height: 0;
    margin-right: 0.5625em;
}

.h-fx-ct>div a .ico img {
    height: 1.125em;
    width: auto;
}

.h-fx-ct>div.address {
    margin-right: 0.9375em;
}

.h-fx-ct>div.address {
    font-size: 0.875em;
    display: flex;
    color: #ab8763;
    font-weight: 500;
    line-height: 1.5em;
    font-weight: 600;
    align-items: center;
}

.h-fx-ct>div.tel a {
    font-size: 1.4375em;
    font-family: var(--f-en);
    letter-spacing: 0.1em;
    font-weight: 600;
}

.h-fx-ct>div.tel a .ico {
    margin-right: 0.3043478261em;
}

.h-fx-ct>div.tel a .ico img {
    height: 0.7826086957em;
    width: auto;
}

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

.logo {
    width: 32%;
    max-width: 28.125em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.625em;
}

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

.right_head {
    width: 55.2%;
    max-width: 39.6875em;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.right_head .h-insta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.0625em;
    height: 4.0625em;
    background: #fcf7f1;
    text-decoration: none;
    border-radius: 50%;
}

.right_head .h-insta a img {
    width: 2em;
    height: auto;
}

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

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

.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;
    bottom: -0.5em;
    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: 1.875em;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.1em;
    transition: all 0.2s ease;
    color: var(--clr1);
}

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

.pc_navi>ul>li>a 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: 250px;
    right: 50%;
    bottom: -15px;
    padding-top: 0px;
    transform: translate(50%, 100%);
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

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

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

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

.pc_navi>ul .subInner ul li a {
    position: relative;
    display: block;
    padding: 1em 0.5em 1em 1.5em;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease;
    font-size: 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;
}

.pc_navi>ul .col2 .subInner>ul .subInner {
    position: relative;
    bottom: initial;
    right: initial;
    transform: none;
    width: auto;
}

.pc_navi>ul .col2 .subInner>ul .subInner>ul {
    flex-direction: column;
}

.pc_navi>ul .col2 .subInner>ul .subInner>ul li {
    width: 100%;
    padding: 0;
}

/*.pc_navi>ul .col2 .subInner>ul .subInner>ul li a {
    font-size: 0.8125em;
}*/

.pc_navi>ul .col2 .subInner>ul .ttl>a {
    padding-left: 0;
    /*font-size: 0.875em;*/
    font-weight: bold;
    padding: 0.7em 0 0.5em;
}

.pc_navi>ul .col2 .subInner>ul .ttl>a:before {
    display: none;
}

@media only screen and (min-width: 769px) {
    .pc_navi>ul .col2 .subInner {
        width: 34em;
        right: 70%;
    }
    .pc_navi>ul .col2 .subInner ul {
        display: block;
        flex-wrap: wrap;
    }
    .pc_navi>ul .col2 .subInner ul li {
        width: 100%;
    }
	.pc_navi>ul .col2 .subInner ul li .subInner ul{
		display:flex;
		flex-direction:row;
	}
	.pc_navi>ul .col2 .subInner ul li .subInner ul li{
	        width: calc(50% - 10px);
        margin: 0 5px;
	}
    .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: 5;
    bottom: 45px;
    right: 45px;
}

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

.totop .icon {
    background: var(--clr2);
    border: 0px;
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 10px;
    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_banner > div.tel.active p.close {
    display: flex;
	align-items:center;
}
.fixed_banner > div.tel.active p.open {
    display: none;
}
.fixed_banner > div.time.active p.close {
    display: flex;
	align-items:center;
}
.fixed_banner > div.time.active p.open {
    display: none;
}
.fixed_banner > div.access.active p.close {
    display: flex;
	align-items:center;
}
.fixed_banner > div.access.active p.open {
    display: none;
}
.fixed_banner p.close {
    display: none;
}
.fixed_banner p.close:before {
    background-image: url(../images/close.png) !important;
    width: 20px;
    height: 20px;
}
.fixed_banner .box-map p:before{
	display:none;
}

.fixed_banner .box-time,
.fixed_banner .box-map {
    position: absolute;
    right: 100%;
    height: 100%;
    width: 540px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #fff;
    border: none;
    border-right: 0;
    padding: 15px;
    display: none;
    opacity: 0;
    cursor: default;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}

.fixed_banner .box-tel {
    position: absolute;
    right: 100%;
    height: 100%;
    width: 300px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #fff;
    border: none;
    border-right: 0;
    padding: 15px;
    display: none;
    opacity: 0;
    cursor: default;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}

.fixed_banner .box-tel:before{
	display:none;
}
.fixed_banner .box-tel.active {
   display: flex;
	align-items: center;
	justify-content: center;
    opacity: 1;
    margin: 0;
    height: 90px;
}

.fixed_banner .box-tel a {
    display: flex;
    text-decoration: none;
    color: var(--clr1);
	position: relative;
}

.fixed_banner .box-tel a .ico {
    width: 2.8125em;
    height: 2.8125em;
    background: #fcf7f1;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin-right: 0.9375em;
}

.fixed_banner .box-tel a .ico img {
    width: 1.25em;
    height: auto;
}

.fixed_banner .box-tel a .sub-ttl {
    display: block;
    font-size: 0.4375em;
    line-height: 1em;
    margin-bottom: 0.3571428571em;
}

.fixed_banner .box-tel a .ttl {
    line-height: 1em;
    font-size: 2em;
    font-weight: 500;
    font-family: var(--f-en);
    letter-spacing: 0.05em;
}


.box-time .tbl-time tr th, .box-time .tbl-time tr td{
	padding-left:0.2em;
	padding-right:0.2em;
	font-size:0.8em;
}
.fixed_banner .box-time .txt-tbl-time{
	margin-top:1em;
}
.fixed_banner .access:before{
	display:none;
}
.fixed_banner .box-map.active {
     display: flex;
    opacity: 1;
    height: 60%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    top: initial;
}
.fixed_banner .box-map .box{
	flex-shrink:0;
	margin-right:0.5em;
}
.fixed_banner .box-map .address-map{
	    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1em;
}
.fixed_banner .box-map .address-map02{
	    font-size: 0.8em;
    position: relative;
    padding-left: 1.5em;
    margin: 1em 0;
}
.fixed_banner .box-map .address-map02::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/f-ico-access.svg) no-repeat center;
    background-size: 100% auto;
    width: 1.125em;
    height: 1.25em;
	display:block !important;
}
.fixed_banner .box-map .txt-address{
	text-align:center;
	font-size:1em;
}
.fixed_banner .box-map .txt-address02{
	padding: 5px 10px;
    background: #fff;
    border-radius: 10px;
    margin: 10px auto;
    text-align: center;
    width: fit-content;
    color: var(--main-color);
    font-size: 0.9em;
}
.fixed_banner .box-map .img img{
height: 16.5em;
    width: auto;
	object-fit:contain;
}
.box-map .f-logo{
	    width: 15em;
    margin: 0 auto 1em;
}
.box-map .f-logo a{
	position:relative;
	display:block
}
.fixed_banner .box-time.active {
   display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: initial;
    margin: 0;
    height: 63%;
}
.fixed_banner .box-time p,.fixed_banner .box-map p{
    writing-mode: initial;
    display: block;
    text-align: left;
    font-size: 0.8em;
    color: var(--clr1);
    width: 100%;
}
.fixed_banner .box-time p:before{
	display:none;
}
.fixed_banner {
    position: fixed;
    top: 8.6875em;
    right: 0px;
    z-index: 15;
    transition: right 0.3s ease-in-out;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: initial;
}

.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: 4.8125em;
    background: #fff;
    padding: 0.9375em 0;
}

.fixed_banner>div:last-child:before {
    display: none;
}

.fixed_banner>div:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 30px;
    height: 1px;
    background: #e2d6bc;
}

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

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

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

.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: #fff;
}

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

.fixed_banner .line {
    background-color: #fff;
}

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

.fixed_banner .time {
    background-color: #fff;
}

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

.fixed_banner .access {
    background-color: #fff;
}

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

@media only screen and (min-width: 769px) and (max-width: 1366px),
(min-width: 769px) and (max-height: 720px) {
    .totop {
        right: 50px;
        bottom: 10px;
    }
    .totop .icon {
        width: 35px;
        height: 35px;
    }
    .fixed_banner {
        font-size: 12px;
        top: 6em;
    }
}

footer {
    padding: 0;
    position: relative;
}

footer .f-box02 {
    position: relative;
    background: #fcf7f1;
    padding-top: 6.625em;
    padding-bottom: 4.375em;
    margin-top: -40px;
}

footer .f-box02:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    margin: 0 auto;
    background: url(../images/f-bg02.png) no-repeat center;
    background-size: cover;
    height: 52px;
    width: 1920px;
}

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

footer .f-box01-fx {
    display: flex;
    justify-content: space-between;
    padding-left: 6.25em;
}

footer .f-box01 .f-right {
    width: 31.5625em;
}

footer .f-box01 .f-right .box-img {
    height: 65em;
    overflow: hidden;
    border-top-left-radius: 0.9375em;
    border-bottom-left-radius: 0.9375em;
}

footer .f-box01 .f-right .box-img .img {
    line-height: 0;
    border: 0;
}

footer .f-box01 .f-right .box-img .slick-list {
    height: 100% !important;
}

footer .f-box01 .f-left {
    margin-top: 0.125em;
    width: 37.8125em;
    flex-shrink: 0;
}

footer .f-box01 .f-left .f-logo {
    margin-bottom: 0.125em;
}

footer .f-box01 .f-left .f-logo img {
    width: 26.875em;
    height: auto;
}

footer .f-box01 .f-left .f-list-ct li {
    display: flex;
    border-top: 1px solid #e2d6bc;
    padding-top: 0.75em;
    padding-bottom: 0.9375em;
    padding-left: 1.5625em;
}

footer .f-box01 .f-left .f-list-ct li:last-child {
    border-bottom: 1px solid #e2d6bc;
}

footer .f-box01 .f-left .f-list-ct li .ttl {
    font-size: 1em;
    color: var(--clr2);
    margin-right: 2.6875em;
    min-width: 6.875em;
    font-weight: 600;
    width: 6.875em;
    position: relative;
}

footer .f-box01 .f-left .f-list-ct li .ttl:after {
    content: "";
    position: absolute;
    right: -1.1875em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0.125em;
    height: 2.5em;
    background: url(../images/f-ico-hr.svg) no-repeat center;
    background-size: 100% auto;
}

footer .f-box01 .f-left .f-list-ct li .txt {
    color: var(--clr1);
    font-weight: 600;
}

footer .f-box01 .f-left .f-list-tel {
    display: flex;
    border: 1px solid #e2d6bc;
    overflow: hidden;
    border-radius: 0.625em;
    margin-top: 1.875em;
}

footer .f-box01 .f-left .f-list-tel li {
    width: 50%;
}

footer .f-box01 .f-left .f-list-tel li.web {
    background: #ee804d;
}

footer .f-box01 .f-left .f-list-tel li.web a {
    padding-left: 1.5625em;
    position: relative;
}

footer .f-box01 .f-left .f-list-tel li.web a:before {
    content: "";
    position: absolute;
    right: 1.1875em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/f-web-arr.svg) no-repeat center;
    background-size: 100% auto;
    width: 1.75em;
    height: 1.75em;
}

footer .f-box01 .f-left .f-list-tel li.web a .sub-ttl {
    color: #fff;
}

footer .f-box01 .f-left .f-list-tel li.web a .ttl {
    color: #fff;
}

footer .f-box01 .f-left .f-list-tel li.web a .ttl .sub-ttl02 {
    font-size: 0.75em;
    font-weight: 600;
    margin-left: -0.3333333333em;
}

footer .f-box01 .f-left .f-list-tel li a {
    display: flex;
    text-decoration: none;
    color: var(--clr1);
    padding: 1.3125em 0.9375em 0.9375em 1.1875em;
}

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

footer .f-box01 .f-left .f-list-tel li a .ico img {
    width: 1.25em;
    height: auto;
}

footer .f-box01 .f-left .f-list-tel li a .sub-ttl {
    display: block;
    font-size: 0.4375em;
    line-height: 1em;
    margin-bottom: 0.3571428571em;
}

footer .f-box01 .f-left .f-list-tel li a .ttl {
    line-height: 1em;
    font-size: 2em;
    font-weight: 500;
    font-family: var(--f-en);
    letter-spacing: 0.05em;
}

footer .f-box01 .f-left .tbl-time {
    margin-top: 1.875em;
}

footer .f-box01 .f-left .tbl-time tr th,
footer .f-box01 .f-left .tbl-time tr td {
    width: 11%;
}

footer .f-box01 .f-left .tbl-time tr th {
    padding: 0.74375em;
}

footer .f-box01 .f-left .tbl-time tr td {
    padding: 0.8642857143em;
    font-weight: 600;
}

footer .f-box01 .f-left .tbl-fx-txt>p {
    color: var(--clr1);
}

footer .f-box01 .f-left .tbl-fx-txt .f-txt-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0.3125em;
}

footer .f-box01 .f-left .tbl-fx-txt .txt-tbl-time02 {
    color: var(--clr1);
    font-size: 0.875em;
    text-align: right;
    letter-spacing: 0.05em;
    font-weight: 500;
}

footer .f-bnr {
    max-width: 38.75em;
    margin: 4.3125em auto 0;
    border-radius: 5.3125em;
    background: #f7eada;
    border: 1px solid #e2d6bc;
    padding: 0.625em;
    position: relative;
    z-index: 1;
}

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

footer .f-bnr:before {
    content: "";
    position: absolute;
    right: -1.25em;
    top: -0.1875em;
    bottom: 0;
    margin: auto 0;
    background: url(../images/f-ico-arr.svg) no-repeat center;
    background-size: 100% auto;
    width: 3em;
    height: 3em;
}

footer .f-bnr-bg {
    display: flex;
    align-items: center;
    border-radius: 5.3125em;
    background: #fff;
    border: 1px solid #e2d6bc;
    border-radius: 5.3125em;
}

footer .f-bnr-bg .img {
    margin-right: 2.25em;
}

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

footer .f-bnr-bg .ttl {
    line-height: 0;
    margin-bottom: 0.625em;
}

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

footer .f-bnr-bg .sub-ttl {
    font-size: 1.125em;
    color: #ab8763;
    font-family: var(--f-en);
    width: fit-content;
    font-weight: 500;
    padding: 0.2777777778em 0.5555555556em;
    line-height: 1em;
    background: #fcf7f1;
    border-radius: 5px;
    margin: 0 auto;
}

footer .f-frame-access {
    display: flex;
    border-radius: 15px;
    background: #fcf7f1;
    color: var(--clr1);
    padding: 1.25em 1.75em 1.875em;
    margin-top: 1.6875em;
}

footer .f-frame-access .f-frame-l {
    margin-right: 1.375em;
    flex-shrink: 0;
}

footer .f-frame-access .f-frame-l .img img {
    height: 14.375em;
    width: auto;
}

footer .f-frame-access .f-frame-l .ttl {
    color: var(--clr1);
    font-size: 1.125em;
    font-weight: 600;
    position: relative;
    padding-left: 1.1111111111em;
    margin-bottom: 0.5555555556em;
}

footer .f-frame-access .f-frame-l .ttl:before {
    content: "";
    position: absolute;
    left: 0.1111111111em;
    top: 0.8888888889em;
    width: 0.3333333333em;
    height: 0.3333333333em;
    background: #ee804d;
    border-radius: 50%;
}

footer .f-frame-access .f-frame-r {
    margin-top: 0.3125em;
    width: 100%;
}

footer .f-frame-access .f-frame-r .ttl02 {
    color: var(--clr1);
    font-size: 1em;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 0.75em;
    font-weight: 600;
    background: url(../images/f-access-hr.svg) no-repeat bottom center;
    background-size: 100% 3px;
    margin-bottom: 0.5em;
}

footer .f-frame-access .f-frame-r .ttl02:before {
    content: "";
    position: relative;
    left: 0;
    top: 0;
    background: url(../images/f-ico-access.svg) no-repeat center;
    background-size: 100% auto;
    width: 1.125em;
    height: 1.25em;
    margin-right: 0.625em;
}

footer .f-frame-access .f-frame-r .txt {
    color: var(--clr1);
    padding-bottom: 0.625em;
    background: url(../images/f-access-hr.svg) no-repeat bottom center;
    background-size: 100% 3px;
    line-height: 1.8em;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 0.3125em;
}

footer .f-frame-access .f-frame-r .txt.last {
    margin-bottom: 0.84375em;
    background: none;
}

footer .f-btn {
    max-width: 8.90625em;
}

footer .f-btn a {
    text-decoration: none;
    color: #fff;
    min-width: 10.1428571429em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.3571428571em 1.7142857143em;
    min-height: 3.5714285714em;
    border-radius: 1.7857142857em;
    font-size: 0.875em;
    position: relative;
    background: #ab8763;
}

footer .f-btn a:before {
    content: "";
    position: absolute;
    right: 0.9285714286em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: 100% auto;
    width: 2em;
    height: 2em;
}

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) {

    .pc_navi>ul .col2 .subInner>ul .ttl>a:hover {
        opacity: 1;
    }
    .ft_link .menu01 {
        width: 100%;
        max-width: max(14.5625em, 170px);
        flex-shrink: 0;
    }
    .ft_link .menu01:first-child {
        margin-right: 2.5em;
    }
    .ft_link .menu01:nth-child(2) {
        margin-right: 2.3125em;
        max-width: max(9.5625em, 110px);
    }
    .ft_link .menu01:nth-child(2) .ttl {
        background: url(../images/f-ico-hr03.svg) no-repeat bottom center;
    }
    .ft_link .menu01:last-child {
        flex: 1;
        max-width: 100%;
    }
    .ft_link .menu01:last-child .ttl {
        background: url(../images/f-hr-menu.svg) no-repeat bottom center;
        margin-bottom: 0.9375em;
    }
    .ft_link .menu02 {
        width: 100%;
    }
    .ft_link ul {
        display: flex;
        flex-flow: column;
    }
    .ft_link ul li {
        width: 100%;
    }
.fixed_banner .time:hover,.fixed_banner .access:hover{
	opacity:0.7;
}
}

.ft_link .f-fx-menu {
    display: flex;
    margin-bottom: 1.5625em;
}

.ft_link .f-fx-menu:last-child .f-menu:first-child {
    margin-right: 0.5em;
}

.ft_link .f-fx-menu:last-child .f-menu:nth-child(2) {
    margin-right: 0.5em;
}

.ft_link .f-fx-menu .ttl02 {
    font-size: max(0.875em, 9px);
    border-radius: 5px;
    background: #fcf7f1;
    color: #ab8763;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0.3571428571em 0.7142857143em;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 0.7142857143em;
}

.ft_link .f-fx-menu .f-menu:first-child {
    margin-right: 4.125em;
}

.ft_link .ttl {
    margin-bottom: 0.625em;
    padding-left: 0;
    font-size: max(1em, 11px);
    font-weight: 600;
    color: #ee804d;
    letter-spacing: 0.1em;
    line-height: 1;
    pointer-events: none;
    background: url(../images/f-menu-hr02.png) no-repeat bottom center;
    padding-bottom: 0.8125em;
    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.5625em;
    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;
    color: var(--clr1);
    padding-left: 1em;
    font-weight: 600;
    font-size: max(0.875em, 10px);
    letter-spacing: 0.05em;
    line-height: 1.4em;
    display: flex;
    align-items: center;
    width: fit-content;
    transition: 0.3s all;
}

.ft_link a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.4857143em;
    width: 0.4285714286em;
    height: 0.4285714286em;
    background: var(--clr2);
    border-radius: 50%;
}

.ft_link a:hover {
    opacity: 1;
}

.copyright {
    position: absolute;
    left: 4.1875em;
    bottom: 2.625em;
    letter-spacing: 0.07em;
    font-weight: 500;
}

.copyright>p {
    font-size: max(0.75em, 10px);
    color: var(--clr1);
}

@media only screen and (min-width: 769px) and (max-width: 1440px) {
    .fixed_banner {
        font-size: 0.85em;
		top: 9.6875em;
    }
	.pc_navi>ul .col2 .subInner>ul .subInner>ul li a{
		font-size:0.7em;
	}
	.pc_navi>ul .col2 .subInner>ul .ttl>a{
		font-size:0.75em;
		padding-top:0.5em;
	}
}

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

@media only screen and (min-width: 769px) and (max-width: 1270px) {
    .fixed_banner {
        font-size: 1.25vw;
    }
}


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


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


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


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


/*                                INDEX                                     */


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


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


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


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


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


/*                                Under                                     */


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


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


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


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


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