@charset "utf-8";

/* ==========================================
カスタムプロパティ
========================================== */

:root {
	/* base color */
	--base-font-color: #1F1F1F;
	--base-bg-color: #FDFDFD;

	/* ui color */
	--ui-border-color: #555;
	--ui-focus-color: #333;
	/* ui color */
	--ui-border-color: #555;
	--ui-focus-color: #333;

	/* site color */
	--primary: #8E8E8E;
	--primary-hover: #f55;
	--secondary: #EAEAEA;
	--secondary-hover: #55f;
	--tertiary: #140A2C;
	--tertiary-hover: #5f5;
	--quaternary: #261D3D;
	--quaternary-hover: #f5f;
	--fifth: #FFF8ED;
	--fifth-hover: #ff5;
	--sixth: #F3E1C9;
	--sixth-hover: #5ff;

	--white: #FFF;
    --black: #1F1F1F;

	--bg-primary: #8E8E8E;
	--bg-secondary: #EAEAEA;

    --gradation-primary: linear-gradient(to left, rgba(236, 229, 224), rgba(248, 242, 241, 80%));
    --gradation-secondary: linear-gradient(to right, rgba(236, 229, 224), rgba(248, 242, 241, 80%));

    --img-bg-color-primary: rgba(199, 176, 176, 62%);

	/* btn color */
	--btn-primary: var(--primary);
	--btn-primary-hover: var(--primary-hover);
	--btn-secondary: var(--secondary);
	--btn-secondary-hover: var(--secondary-hover);
	--btn-tertiary: var(--tertiary);
	--btn-tertiary-hover: var(--tertiary-hover);
	--btn-quaternary: var(--quaternary);
	--btn-quaternary-hover: var(--quaternary-hover);
	--btn-fifth: var(--fifth);
	--btn-fifth-hover: var(--fifth-hover);
	--btn-sixth: var(--sixth);
	--btn-sixth-hover: var(--sixth-hover);

	/* font family */
	--base-font-family: "Noto Sans JP", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	/* --base-font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
	--font-family01: "Noto Sans JP", sans-serif;
	--font-family02: "Lato", sans-serif;
	/* --font-family03: ; */

}

#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
    margin: 0 auto !important;
    max-width: 1920px;
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    background-color: var(--base-bg-color);
    font-size: 18px;
	font-weight: 500;
	font-family: var(--base-font-family);
    letter-spacing: 0.05em;
    color: var(--base-font-color);
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.inLink>a:hover {
    text-decoration: underline;
    color: #485053;
}

.padding01 {
    padding: 0 15px;
}

/*===========================================================
共通パーツ
===========================================================*/

.common-title-box01 {
    display: flex;
    align-items: center;
}

.common-title-box01::before {
    content: "";
    display: block;
    margin: 0 10px 0 0;
    width: 30px;
    height: 1px;
    background: var(--black);
}

.common-text-area01 {
    margin: 30px 0 0;
    padding: 0 0 0 38px;
}

.common-btn-area01 {
    margin: 30px 0 0;
}

/*===========================================================
カラー
===========================================================*/


.color-primary {
    color: var(--primary);
}

.color-secondary {
    color: var(--secondary);
}

.color-tertiary {
    color: var(--tertiary);
}

.color-quaternary {
    color: var(--quaternary);
}

.color-sixth {
    color: var(--sixth);
}

.color-white {
    color: var(--white);
}

.color-black {
    color: var(--black) !important;
}

.bg-primary {
    background: var(--bg-primary) !important;
}

.bg-secondary {
    background: var(--bg-secondary)!important;
}

.bg-tertiary {
    background: var(--tertiary);
}

.font-family01 {
	font-family: var(--font-family01);
}

.font-family02 {
	font-family: var(--font-family02);
}

/*===========================================================
テキスト
===========================================================*/

.title01 {
    font-size: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 2.7184)), 72px);
    font-weight: 100;
    font-family: var(--font-family02);
    letter-spacing: 0.15em;
}

.title02 {
    font-size: clamp(22px, calc(1.375rem + ((1vw - 3.75px) * 0.6472)), 32px);
    font-weight: 300;
    font-family: var(--font-family02);
    letter-spacing: 0.15em;
}

.text01 {
	font-size: clamp(13px, calc(0.8125rem + ((1vw - 3.75px) * 0.1942)), 16px);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 2.25;
}

/*===========================================================
ボタン
===========================================================*/

.btn01 {
    padding: 40px 0 0;
    display: block;
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
    font-weight: 300;
    font-family: var(--font-family02);
    letter-spacing: 0.05em;
    color: var(--black);
    position: relative;
    transition: all .3s;
}

.btn01::before {
    content: "";
    display: block;
    margin: auto;
    width: 1px;
    height: 30px;
    background: var(--black);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transition: all .3s;
}

.btn01:hover {
    opacity: 0.7;
    color: var(--black);
}

.btn01:hover::before {
    height: 15px;
}

.btn02 {
    padding: 0 0 0 40px;
    display: inline-flex;
    align-items: center;
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
    font-weight: 300;
    font-family: var(--font-family02);
    letter-spacing: 0.05em;
    color: var(--black);
    position: relative;
    transition: all .3s;
}

.btn02::before {
    content: "";
    display: block;
    margin: auto;
    width: 30px;
    height: 1px;
    background: var(--black);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    transition: all .3s;
}

.btn02:hover {
    opacity: 0.7;
    color: var(--black);
}

.btn02:hover::before {
    width: 15px;
}

.btn03 {
    padding: 0 0 40px;
    display: inline-block;
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
    font-weight: 300;
    font-family: var(--font-family02);
    letter-spacing: 0.05em;
    color: var(--black);
    position: relative;
    transition: all .3s;
}

.btn03::before {
    content: "";
    display: block;
    margin: auto;
    width: 1px;
    height: 30px;
    background: var(--black);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all .3s;
}

.btn03:hover {
    opacity: 0.7;
    color: var(--black);
}

.btn03:hover::before {
    height: 15px;
}

.btn04 {
    padding: 0 0 10px;
    display: inline-flex;
    align-items: center;
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.5178)), 24px);
    font-weight: 300;
    letter-spacing: 0.05em;
    color: var(--black);
    position: relative;
    transition: all .3s;
}

.btn04:hover {
    color: var(--black);
}

.btn04::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--black);
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all .3s;
}

.btn04:hover::after {
    width: 0;
}

.web-btn::before {
    content: "";
    display: block;
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    background: url(/system_panel/uploads/images/reserve_icon_black.svg) center / contain no-repeat;
}

.tel-box01 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.5178)), 24px);
    font-weight: 300;
    font-family: var(--font-family02);
    letter-spacing: 0.05em;
}

.tel-white::before {
    content: "";
    display: block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 22px;
    background: url(/system_panel/uploads/images/tel_white.svg) center / contain no-repeat;
}

.tel-black::before {
    content: "";
    display: block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 22px;
    background: url(/system_panel/uploads/images/tel_black.svg) center / contain no-repeat;
}

.banner01 {
    padding: 40px 10px 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    position: relative;
    transition: all .3s;
}

.banner01:hover {
    color: var(--white);
}

.banner01::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(45, 45, 45, 0.72);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    transition: all .3s;
}

.banner01:hover::before {
    background: rgba(45, 45, 45, 0.4);
}

.banner01 .btn02 {
    color: var(--white);
}

.banner01:hover .btn02 {
    color: var(--white);
}

.banner01 .btn02::before {
    background: var(--white);
}

.banner01:hover .btn02::before {
    width: 15px;
}

.reserve-banner {
    background: url(/system_panel/uploads/images/web_banner01.jpg) center / cover no-repeat;
}

.recruit-banner {
    background: url(/system_panel/uploads/images/recruit_banner01.jpg) center / cover no-repeat;
}

.banner-title-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.banner-reserve-title-box::before {
    content: "";
    display: block;
    margin: 0 20px 0 0;
    width: 29px;
    height: 26px;
    background: url(/system_panel/uploads/images/reserve_icon_white.svg) center / contain no-repeat;
}

.banner-recruit-title-box::before {
    content: "";
    display: block;
    margin: 0 20px 0 0;
    width: 22px;
    height: 26px;
    background: url(/system_panel/uploads/images/recruit_icon_white.svg) center / contain no-repeat;
}

.banner-title {
    font-size: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 2.2006)), 64px);
    font-family: var(--font-family02);
    font-weight: 300;
    letter-spacing: 0.1em;
}

.banner-text-box {
    margin: 33px auto 0;
    max-width: 356px;
    width: 100%;
    text-align: center;
}

.banner-text-box .text01 {
    letter-spacing: 0.05em;
}

.banner-btn-area {
    margin: 50px 0 0;
    display: flex;
    justify-content: center;
}

/*===========================================================
スライダー
===========================================================*/

.loopImgBx01 {
    width: 299px;
    padding-top: 299px;
    margin: 0 5px;
    position: relative;
}

.loop-wrapper {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: auto;
}

.loopImgBx01>img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
}

.loopImgArea {
    display: flex;
    animation: loop-slide 50s infinite linear 1s both;
}

.loopImgBx01>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*ここまで*/

.loopImgBx img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}

/*アニメーション*/
@keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

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

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

.inBalanceImg01>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.objectFitImg {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}


a[data-lightbox] {
    position: relative;
    display: block;
}

a[data-lightbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: .5s;
}

a[data-lightbox]:hover:before {
    opacity: 1;
    transition: .5s;
}

.galleryImg01>a[data-lightbox] {
    padding-top: 100%;
}

.galleryImg01>a[data-lightbox] img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*----*/

.compBaseTb {
    border: 1px solid #ccc;
}

.compBaseTr {
    border: 1px solid #ccc;
}

.compBaseTh {
    padding: 15px;
    background-color: #555;
    color: #fff;
}

.compBaseTd {
    padding: 15px;
    background: #fff;
}

/*----*/



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

    /*===========================================================
    共通
    ===========================================================*/

    .common-title-box01::before {
        margin: 0 16px 0 0;
        width: 45px;
    }

    .common-text-area01 {
        margin: 40px 0 0;
        padding: 0 0 0 60px;
    }

    .common-btn-area01 {
        margin: 45px 0 0;
    }

    /*===========================================================
    ボタン
    ===========================================================*/

    .banner01 {
        padding: 60px 10px 60px;
    }

    /*===========================================================
    スライダー
    ===========================================================*/

    .loopImgBx01 {
        width: 299px;
        padding-top: 299px;
    }


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

    /*===========================================================
    共通
    ===========================================================*/

    .common-title-box01::before {
        margin: 0 16px 0 0;
        width: 64px;
    }

    .common-text-area01 {
        padding: 0 0 0 80px;
    }

    /*===========================================================
    ボタン
    ===========================================================*/

    .banner01 {
        padding: 80px 10px 95px;
    }

    .banner-reserve-title-box::before {
        width: 49px;
        height: 46px;
    }

    .banner-recruit-title-box::before {
        width: 42px;
        height: 46px;
    }

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */