@charset "UTF-8";
:root {
    --f-notosans: "Zen Old Mincho", serif;
    --f-jp: "Zen Old Mincho", serif;
    --f-en: "Cinzel", serif;
    --main-color: #2c3545;
    --clr1: #2c3545;
    --clr2: #a78f45;
    --clr3: linear-gradient(180deg, rgba(44, 53, 69, 1) 0%, rgba(116, 66, 10, 0) 44%, rgba(167, 143, 69, 1) 100%);
    --ttl_size: 30px;
    --wrapper: 100px;
}


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


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


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


/*//////  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;
    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: #64b5f7;
}

a:not(.tel_click):hover,
a:not(.tel_click):active {
    color: #64b5f7;
}

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

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

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: 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-box01 .f-list-ct li a:hover {
        opacity: 1;
    }
    .f-btn a:hover {
        background: var(--clr2);
        color: #fff;
        transition: 0.3s all;
        opacity: 1;
    }
    .ft_link a:hover {
        color: var(--clr2);
    }
}

.page-lp footer {
    display: none;
}

.page-lp .img {
    line-height: 0
}

.page-lp .key,
.page-lp .inner_sm {
    display: none;
}

.page-lp img {
    margin: 0;
}

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

.cl-yellow {
    color: var(--clr2) !important;
}

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

.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 1em 1.1em;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    color: var(--main-color);
    text-decoration: none;
    text-align: left;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    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;
    right: 0;
    width: 100%;
    height: var(--wrapper);
    z-index: 20;
}

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

.header_top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 3px;
    height: 100%;
    max-width: 1280px;
    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: 16.25em;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.right_head {
    width: 72.2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 1.25em;
}

.pc_navi {
    width: 100%;
}

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

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

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

.pc_navi>ul>li:last-child .subInner {
    left: initial;
    right: 0;
    transform: translate(0, 100%);
}

.under header.active .pc_navi>ul>li.menu-item-has-children>a::after,
.under header.active .pc_navi>ul>li.menu-item-has-children>p::after {
    filter: brightness(0) invert(1);
}

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

.pc_navi>ul>li.menu-item-has-children>a::after,
.pc_navi>ul>li.menu-item-has-children>p::after {
    content: "";
    background: url(../images/shared_pc_navi_arrow.png) center no-repeat;
    background-size: 100% auto;
    width: 11px;
    height: 6px;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 4.5px);
    transition: all 0.5s ease;
    filter: brightness(0) invert(1);
    /*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);
}

.idx-logo {
    display: block;
}

.udr-logo {
    display: none;
}

.under header.active .udr-logo {
    display: none;
}

.under header.active .idx-logo {
    display: block;
}

.under .udr-logo {
    display: block;
}

.under .idx-logo {
    display: none;
}

.pc_navi>ul>li>a,
.pc_navi>ul>li>p {
    position: relative;
    display: block;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    height: auto;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.625em;
    line-height: 1.5;
    letter-spacing: 0.05em;
    transition: all 0.2s ease;
    color: #fff;
    text-align: left;
}

.pc_navi>ul>li>a:hover,
.pc_navi>ul>li>p:hover {
    opacity: 1;
    color: #d4d4d4 !important;
}

.pc_navi>ul>li>a span,
.pc_navi>ul>li>p span {
    display: block;
    width: 100%;
    padding-top: 0px;
    font-size: 150%;
    font-weight: 300;
    font-family: var(--f-en);
    width: fit-content;
}

.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: 26.875em;
    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>li:nth-child(5) .subInner{
	    width: 50em;
}
.pc_navi>ul>li:nth-child(5) .subInner ul li{
	width:calc(100% / 5);
}
.pc_navi>ul>li:nth-child(5) .subInner ul li a{
	font-size:11px;
}
.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(1) a:before,.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(2) a:before,.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(3) a:before,.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(4) a:before,.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(5) a:before{
	display:none;
}
.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(18){
	margin-left:10em;
}
.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(22){
    margin-left: 20em;
}
.pc_navi>ul .subInner.active {
    opacity: 1;
    visibility: visible;
}
.pc_navi>ul>li:nth-child(3) .subInner ul li:nth-child(5){
	width:100%;
}
.pc_navi>ul>li:nth-child(3) .subInner ul li:nth-child(5) a{
	padding-left:0;
	font-size:14px;
	font-weight:600;
}
.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(20) 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(3) .subInner ul li:nth-child(5) a:before,.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(1) a:before,.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(2) a:before{
	display:none;
}
.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(1) a,.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(2) a,.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(3) a,.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(4) a,.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(5) a{
	padding-left:0;
	font-size:14px;
	font-weight:bold;
}
.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(11),.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(19){
   
    margin-left: auto;
}
/* .pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(21),.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(22),.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(23),.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(24),.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(20){
	min-width:50.3%;
}
.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(20){
	margin-top:0.6em;
} */
.pc_navi>ul .subInner ul {
    background-color: var(--main-color);
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

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

.pc_navi>ul .subInner ul li a {
    position: relative;
    padding: 1em 0.5em 1em 1.5em;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-align: left;
    letter-spacing: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

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

header.active {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(167, 143, 69, 0.5);
}

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

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

.totop .icon {
    border: 0;
    background: var(--clr2);
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 5px;
    position: relative;
}

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

@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 {
    position: fixed;
    top: 19.4375em;
    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;
}

.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(--clr2);
    letter-spacing: 0.12em;
    line-height: 1.2222222222;
    text-align: center;
    writing-mode: tb-rl;
    text-orientation: upright;
    padding: 1.5238095238em 0 1.4476190476em;
    letter-spacing: 0.15em;
    font-weight: 500;
}

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

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

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

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

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

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

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

.fixed_banner .mail {
    background-color: var(--clr2);
}
.fixed_banner .box-time{
	display:none;
}

.fixed_banner .mail p {
    padding: 1.5238095238em 0 0.9904761905em;
    color: #fff;
}

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

@media only screen and (min-width: 769px) {
    .fixed_banner {
        font-size: 10px;
    }
    .fixed_banner>div {
        width: 5.2849264706em;
    }
    .fixed_banner p {
        font-size: 1.5em;
    }
    .fixed_banner .tel {
        height: 12em;
    }
    .fixed_banner .web p::before {
        height: 1.9333em;
    }
    .fixed_banner .mail p::before {
        height: 1.9333em;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1440px){
	.pc_navi>ul>li:nth-child(5) .subInner {
    width: 50em;
    right: 0;
    transform: translate(0, 100%);
}
}
@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: 60px;
        height: 60px;
    }
}

.cl-yellow {
    color: var(--clr2) !important;
}

.txt-tbl-time {
    font-size: 0.8125em;
    color: var(--clr1);
    margin-top: 0.4375em;
    font-weight: 500;
}

.f-btn {
    width: fit-content;
    margin-top: 23px;
}

.f-btn a {
    text-decoration: none;
    font-size: 0.875em;
    min-height: 4.2857142857em;
    min-width: 16.0714285714em;
    border-radius: 2.1428571429em;
    border: 1px solid #dfe1e3;
    background: #fff;
    display: flex;
    align-items: center;
    padding-left: 1.4285714286em;
    position: relative;
    color: var(--clr1);
    font-weight: 500;
	padding-right:3em;
}

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

.box-tbl {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #dfe1e3;
    padding: 0 1.4285714286em;
}

.box-tbl table tr th,
.box-tbl table tr td {
    border: 0;
    padding: 0;
    text-align: center;
    font-size: 0.875em;
    border-bottom: 1px solid #dfe1e3;
    width: 11%;
    padding: 0.7857142857em 2px;
}

.box-tbl table tr th:first-child,
.box-tbl table tr td:first-child {
    width: 10.3571428571em !important;
}

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

footer {
    padding: 0;
    position: relative;
    z-index: 1;
}

footer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background: url(../images/f-bg.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 465px;
    z-index: -1;
}

footer .f-box01 {
    padding-top: 6.25em;
    padding-bottom: 5.9375em;
    position: relative;
    z-index: 1;
}

footer .f-box01:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 23.5em);
    background: #f2fbfb;
    max-width: 77.125em;
    z-index: -1;
}

footer .f-box01 .f-left {
    width: 28.75em;
    margin-right: 4.1875em;
	flex-shrink:0;
}

footer .f-box01 .f-right .f-map iframe {
    height: 18.7em;
}

footer .f-box01 .f-right .img {
    width: 34.5625em;
    height: auto;
}
.f-bnr a{
	display:block;
	max-width:21.875em;
	margin:1.25em auto;
}
.f-bnr-txt{
	color:var(--clr1);
	font-size:0.875em;
}
.f-bnr-txt a{
    max-width: 100%;
    color: var(--clr2);
    text-decoration: underline;
    display: inline;
}
footer .f-box01-fx {
    display: flex;
    margin-top: 3.125em;
}

footer .f-box01-fx.st01 {
    padding-bottom: 3.9375em;
    border-bottom: 1px solid #dfe1e3;
    margin-bottom: 4.4375em;
}

footer .f-box01-fx.st02 .f-left {
    padding-top: 0;
}

footer .f-box01-fx.st02 .f-left .f-ttl {
    margin-top: -0.625em;
}

footer .f-box01-fx.st02 .f-right .f-map iframe {
    height: 15.9375em;
}

footer .f-box01 .f-ttl {
    font-size: 1.375em;
    color: var(--clr1);
    display: inline-block;
    font-weight: 500;
    padding-bottom: 0.6818181818em;
    border-bottom: 1px solid #dfe1e3;
    line-height: 1.5em;
}

footer .f-box01 .f-address {
    color: var(--clr1);
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 1.5em;
    font-weight: 500;
}

footer .f-box01 .f-tel a {
    text-decoration: none;
    font-size: 2.3125em;
    color: var(--clr2);
    font-weight: 500;
    letter-spacing: 0.01em;
    font-family: var(--f-en);
}

footer .f-box01 .f-tel a span {
    font-size: 0.5945945946em;
}

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

footer .f-box01 .f-list-ct {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.8125em;
}

footer .f-box01 .f-list-ct li {
    width: calc(50% - 0.4375em);
    margin-right: 0.875em;
    margin-bottom: 0.9375em;
}

footer .f-box01 .f-list-ct li:nth-child(2n) {
    margin-right: 0;
}

footer .f-box01 .f-list-ct li:nth-child(3) a,
footer .f-box01 .f-list-ct li:nth-child(4) a {
    font-size: 0.875em;
    min-height: 4.2857142857em;
    padding-left: 1.4285714286em;
    border-radius: 2.1428571429em;
}

footer .f-box01 .f-list-ct li:nth-child(3) a .ico,
footer .f-box01 .f-list-ct li:nth-child(4) a .ico {
    margin-right: 0.7142857143em;
    margin-top: -1px;
}

footer .f-box01 .f-list-ct li:nth-child(3) a:before,
footer .f-box01 .f-list-ct li:nth-child(4) a:before {
    content: "";
    position: absolute;
    right: 1.4285714286em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 2.1428571429em;
    height: 1em;
    background: url(../images/idx-ico-more.svg) no-repeat center;
    background-size: 100% auto;
}

footer .f-box01 .f-list-ct li a {
    display: flex;
    align-items: center;
    line-height: 1.2em;
    font-size: 1.03125em;
    font-family: var(--f-en);
    color: var(--clr1);
    font-weight: 600;
    border: 1px solid var(--clr2);
    border-radius: 1.8181818182em;
    min-height: 3.6363636364em;
    background: #fff;
    position: relative;
    letter-spacing: 0.03em;
    padding-left: 1.2121212121em;
}

footer .f-box01 .f-list-ct li:last-child a {
    font-family: var(--f-jp);
}

footer .f-box01 .f-list-ct li a .ico {
    margin-right: 0.6060606061em;
}

footer .f-box01 .f-list-ct li a:before {
    content: "";
    position: absolute;
    right: 1.2121212121em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 1.8181818182em;
    height: 0.8484848485em;
    background: url(../images/idx-ico-more.svg) no-repeat center;
    background-size: 100% auto;
}

footer p {
    margin-bottom: 0;
}

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

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

footer .ft_info {
    width: 47.5%;
}

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

footer .f-box02 {
    padding: 6.25em 4.5em 4.125em 5.625em;
}

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

footer .f-box02 .f-fx-menu .box-menu {
    margin-right: 3.375em;
}

footer .f-box02 .f-fx-menu .box-menu:nth-child(3) {
    margin-right: 3.625em;
}

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

footer .f-box02 .f-fx-menu .box-menu .ttl02 {
    color: var(--clr1);
    font-size: 0.875em;
    margin-top: -0.2142857143em;
    margin-bottom: 0.5714285714em;
}
.f-sub-menu{
	margin-bottom:1.6em;
}
footer .f-box02 .f-fx-menu .box-menu .ttl02 a {
       font-size: 1.35em;
    font-weight: bold;
	color:var(--main-color);

}
footer .f-box02 .f-fx-menu .box-menu .ttl02.st02 a{
	font-size:1.1em;
}
footer .f-box02 .f-fx-menu .box-menu .f-sub-menu ul li a {
    padding-left: 0.8571428571em;
    letter-spacing: 0;
    position: relative;
}
footer .f-box02 .f-fx-menu .box-menu .f-sub-menu.st02 ul li a{
	padding-left:0;
}
footer .f-box02 .f-fx-menu .box-menu .f-sub-menu.st02 ul li a:before{
	display:none;
}
footer .f-box02 .f-fx-menu .box-menu .f-sub-menu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7857142857em;
    width: 0.3571428571em;
    height: 1px;
    background: #959aa2;
}

.fblock {
    width: 100%;
}

.ft_link {
    width: 100%;
}

.ft_link a {
    text-decoration: none;
}

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

.ft_link .ttl {
    margin-bottom: 0.6923076923em;
    padding-left: 0;
    font-size: 1.625em;
    font-weight: 400;
    color: var(--clr2);
    letter-spacing: 0;
    line-height: 1;
    pointer-events: none;
    font-family: var(--f-en);
    position: relative;
    display: flex;
    align-items: center;
}

.ft_link .ttl:after {
    content: "";
    width: auto;
    height: 1px;
    position: relative;
    background: #dfe1e3;
    flex: 1;
    margin-left: 0.5769230769em;
    margin-right: 0.6923076923em;
}

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

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

.ft_link li {
    margin-bottom: 12.5px;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
}

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

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

.ft_link a {
    position: relative;
    color: inherit;
    font-size: 0.875em;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    color: var(--clr1);
    font-weight: 500;
}

.ft_link a:hover {
    opacity: 1;
}

.copyright {
    margin-top: 10px;
    margin-right: -15px;
}

.copyright>p {
    color: var(--clr1);
    font-size: 12px;
    text-align: right;
    letter-spacing: 0.1em;
    font-weight: 500;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    header,
    .f-box01,
    .f-box02 {
        font-size: 1.25vw;
    }
    .fixed_banner {
        font-size: 0.68vw;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1080px) {
    header {
        font-size: 1.25vw;
    }
    .pc_navi>ul>li>a,
    .pc_navi>ul>li>p {
        font-size: 0.65em;
    }
    .pc_navi>ul>li>a span,
    .pc_navi>ul>li>p span {
        font-size: 135%;
    }
    footer .f-box01 .f-left {
        width: 42.75em;
        margin-right: 4.1875em;
    }
    footer .f-box02 {
        padding: 6.25em 1.25em 6.125em 2.625em;
    }
    .ft_link a {
        font-size: 1em;
    }
    footer .f-box02 .f-fx-menu .box-menu:nth-child(3) {
        margin-right: 1.625em;
    }
    .pc_navi>ul .subInner ul li a {
        font-size: 10px;
    }
    .pc_navi>ul .subInner {
        width: 32.5em;
    }
    footer .f-box02 .f-fx-menu .box-menu .ttl02 {
        font-size: 1em;
    }
	.f-btn a{
		padding-right:4em;
	}
	footer .f-box02 .f-fx-menu .box-menu {
    margin-right: 2.375em;
}

	.f-bnr-txt{
		padding-right:30px;
	}
	.pc_navi>ul>li:nth-child(5) .subInner {
    width: 60em;
    right: 0;
    transform: translate(0, 100%);
}
	.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(18) {
    margin-left: 12em;
}
	.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(22) {
    margin-left: 24em;
}
	.pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(1) a, .pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(2) a, .pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(3) a, .pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(4) a, .pc_navi>ul>li:nth-child(5) .subInner ul li:nth-child(5) a {
    padding-left: 0;
    font-size: 12px;
    font-weight: bold;
}
	.pc_navi>ul>li:nth-child(5) .subInner ul li a {
    font-size: 10px;
}
}

.campaign__modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0006;
    opacity: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
    z-index: 1000;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.campaign__modal.is-open {
    opacity: 1;
    pointer-events: all
}

.campaign__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.campaign__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.campaign__btnclose {
    position: absolute;
    top: -16px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer
}

@media only screen and (max-width: 767px) {
    .campaign__btnclose {
        width: 30px;
        height: 30px;
        top: -14px;
        right: -15px;
    }
}

.campaign__btnclose:before,
.campaign__btnclose:after {
    position: absolute;
    left: 18px;
    top: 9px;
    content: " ";
    height: 22px;
    width: 3px;
    background-color: #3e4443
}

@media only screen and (max-width: 767px) {
    .campaign__btnclose:before,
    .campaign__btnclose:after {
        width: 2px;
        height: 20px;
        left: 15px;
        top: 5px
    }
}

.campaign__btnclose:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.campaign__btnclose:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.campaign__img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 500px;
    max-height: calc(100vh - 50px)
}

@media only screen and (max-width: 767px) {
    .campaign__img {
        max-width: 320px
    }
}

.campaign__btn {
    margin-top: 0
}

.campaign__btn a {
    display: inline-block;
    background: #3e4443;
    border: 1px solid #3E4443;
    color: #fff;
    padding: 8px 50px;
    position: relative;
    font-size: 1.4rem;
    letter-spacing: .05em;
    font-weight: 500;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
		text-decoration:none;
	font-size:1em;
}

@media only screen and (max-width: 767px) {
    .campaign__btn a {
        padding: 8px 30px
    }
}

.campaign__btn a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 16px;
    right: 12px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}


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


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


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


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


/*                                INDEX                                     */


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


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


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


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


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


/*                                Under                                     */


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


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


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


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


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