@charset "utf-8";

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

:root {
	/* base color */
	--base-font-color: #CE7A86;
	--base-bg-color: #FFF;

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

	/* site color */
	--primary: #CE7A86;
	--primary-hover: #f55;
	--secondary: #DC9AA4;
	--secondary-hover: #55f;
	--tertiary: #FF957A;
	--tertiary-hover: #5f5;
	--quaternary: #06C655;
	--quaternary-hover: #f5f;
	--fifth: #FFF8ED;
	--fifth-hover: #ff5;
	--sixth: #F3E1C9;
	--sixth-hover: rgb(13, 15, 15);
	--seventh: #F3E1C9;
	--seventh-hover: #5ff;
	--eighth: #F3E1C9;
	--eighth-hover: #5ff;
	--ninth: #F3E1C9;
	--ninth-hover: #5ff;

	--white: #FFF;
    --black: #000;

    --bg-primary: #CE7A86;
    --bg-secondary: #DC9AA4;
    --bg-tertiary: #FFF5EE;
    --bg-quaternary: #FF957A;
    --bg-fifth: #EB856B;
    --bg-sixth: #06C655;
    --bg-seventh: #FCB4A2;

    --border-primary: #F6886C;

    --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 Serif JP", 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: "Mrs Saint Delafield", cursive;
	/* --font-family02: ; */
	/* --font-family03: ; */

}

html {
	overflow-x: hidden;
}

/* 管理画面 */
.gjs-dashed {
   overflow-x: unset;
}

#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: 600;
	font-family: var(--base-font-family);
    letter-spacing: 0.05em;
    color: var(--base-font-color);
    overflow-x: hidden;
}

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

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

/* btn01 */


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

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

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

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

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

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

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

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

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

.color-white {
    color: #FFFFFF;
}

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

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

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

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

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

.br-none br {
    display: none;
}

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

.btn01 {
    max-width: 250px;
    width: 100%;
    display: block;
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.1294)), 18px);
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--secondary);
    background: var(--white);
    border: 1px solid var(--secondary);
    text-align: center;
    padding: 15px 15px 19px;
    border-radius: 34px;
    position: relative;
    transition: all .3s;
}

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

.btn01::before {
    content: "";
    display: block;
    max-width: 55px;
    width: 100%;
    height: 1px;
    background: var(--secondary);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 89%;
    margin: auto;
    transition: all .4s;
}

.btn01:hover::before {
    max-width: 30px;
}

.tel-btn01 {
    padding: 15px 15px 19px;
    max-width: 280px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.1294)), 18px);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    background: var(--white);
    border-radius: 32px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.tel-btn01::before {
    content: "";
    display: block;
    margin: 0 20px 0 0;
    max-width: 28px;
    width: 11%;
    height: 29px;
    background: url(/system_panel/uploads/images/tel_icon.svg) center / contain no-repeat;
    /* position: absolute;
    top: 0;
    bottom: 0;
    left: 10%;
    margin: auto; */
}

.btn02 {
    padding: 15px 15px 19px;
    max-width: 280px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.1294)), 18px);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    background: var(--white);
    border-radius: 32px;
    border: 1px solid var(--white);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all .3s;
}

.btn02:hover {
    color: var(--white);
    background: var(--primary);
    border: 1px solid var(--white);
}

.web-btn01::before {
    content: "";
    display: block;
    max-width: 30px;
    width: 100%;
    height: 29px;
    background: url(/system_panel/uploads/images/calendar_pink.svg) center / contain no-repeat;
    transition: all .3s;
    position: absolute;
    left: 17%;
    margin: auto;
}

.web-btn01 p {
    margin: 0 0 0 40px;
}

.web-btn01:hover::before {
    background: url(/system_panel/uploads/images/calendar_white.svg) center / contain no-repeat;
}

.line-btn01::before {
    content: "";
    display: block;
    /* margin: 0 10px 0 0; */
    max-width: 30px;
    width: 100%;
    height: 30px;
    background: url(/system_panel/uploads/images/line_icon.png) center / contain no-repeat;
    transition: all .3s;
    position: absolute;
    left: 17%;
    margin: auto;
}

.line-btn01 p {
    margin: 0 0 0 40px;
}

.contact-btn01::before {
    content: "";
    display: block;
    margin: 0 10px 0 0;
    max-width: 26px;
    width: 100%;
    height: 25px;
    background: url(/system_panel/uploads/images/mail_pink.svg) center / contain no-repeat;
    transition: all .3s;
    /* position: absolute;
    top: 0;
    bottom: 0;
    left: 10%;
    margin: auto; */
}

.contact-btn01:hover::before {
    background: url(/system_panel/uploads/images/mail_white.svg) center / contain no-repeat;
}

.btn03 {
    padding: 19px 15px 20px;
    max-width: 230px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.1294)), 18px);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    background: var(--white);
    border-radius: 32px;
    border: 1px solid var(--white);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all .3s;
}

.btn03:hover {
    color: var(--white);
    background: var(--primary);
    border: 1px solid var(--white);
}

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

.line-btn02:hover {
    color: var(--white);
    background: var(--quaternary);
}

.sns-link01 {
    display: block;
    max-width: 30px;
    width: 100%;
    transition: all .3s;
}

.sns-link01 img {
    transition: all .3s;
}

.sns-link01:hover img {
    transform: scale(1.2);
}

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

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

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

.font-family03 {
    font-family: var(--font-family03) !important;
}

.text01 {
    font-size: clamp(13px, calc(0.8125rem + ((1vw - 3.75px) * 0.3236)), 18px);
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 2.2222;
}

.text01 span {
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.7767)), 30px);
    line-height: 2.3333;
}

.text02 {
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.2589)), 22px);
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.65217;
}

.text02 span {
    font-size: clamp(23px, calc(1.4375rem + ((1vw - 3.75px) * 0.4531)), 30px);
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.65217;
}

.title01 {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.9709)), 35px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.2857;
}

.title02 {
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.4531)), 25px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

/* .title03 {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
} */

/* .title04 {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
} */

/* .title05 {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
} */

/* .title06 {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
} */

/* .title07 {
    font-size: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 4.5307)), 110px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
} */

/* .title08 {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
} */

.sub-title01 {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.9709)), 35px);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.16666;
    font-family: var(--font-family01);
}

.en-title01 {
    font-size: clamp(50px, calc(3.125rem + ((1vw - 3.75px) * 6.4725)), 150px);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.162790;
    color: color-mix(in srgb, var(--secondary) 15%, transparent);
    font-family: var(--font-family01);
}

/*===========================================================
バナー
===========================================================*/

.banner-container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

.banner-link01 {
    padding: 35px 15px 55px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-shadow: 0 2px 5px rgba(90, 90, 90, 0.35);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: all .3s;
}

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

.banner-salon01:hover::after {
    background: color-mix(in srgb, var(--bg-primary) 40%, transparent);
}

.banner-owner01:hover::after {
    background: color-mix(in srgb, var(--bg-fifth) 40%, transparent);
}

.banner-menu:hover::after {
    background: color-mix(in srgb, var(--bg-fifth) 40%, transparent);
}

.banner-salon01::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/system_panel/uploads/images/salon_banner_img01.jpg) center / cover no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 0;
}

.banner-salon01::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: color-mix(in srgb, var(--bg-primary) 60%, transparent);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    transition: all .3s;
}

.banner-owner01::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/system_panel/uploads/images/owner_banner_img01.jpg) center / cover no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 0;
}

.banner-owner01::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: color-mix(in srgb, var(--bg-fifth) 60%, transparent);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    transition: all .3s;
}

.banner-menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/system_panel/uploads/images/menu_banner_img01.jpg) center / cover no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 0;
}

.banner-menu::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: color-mix(in srgb, var(--bg-primary) 60%, transparent);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    transition: all .3s;
}

.banner-title-box01 {
    text-align: center;
    z-index: 3;
}

.banner-title01 {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.7767)), 32px);
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2.5;
}

.banner-sub-title01 {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.9709)), 35px);
    font-weight: 400;
    font-family: var(--font-family01);
    letter-spacing: 0.15em;
    line-height: 1.16666;
}

.banner-illust-box01 {
    max-width: 315px;
    width: 57%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}

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

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


/*===========================================================
ナンバーテキスト
===========================================================*/

.number-title-box {
    position: relative;
}

.number-text01 {
    font-size: clamp(50px, calc(3.125rem + ((1vw - 3.75px) * 6.4725)), 150px);
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--font-family01);
    position: absolute;
    top: 60%;
    bottom: 0;
    left: -7%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.number-text-color01 {
    color: color-mix(in srgb, var(--white) 15%, transparent);
}

.number-text-color02 {
    color: color-mix(in srgb, var(--secondary) 15%, transparent);
}

.number-text-color03 {
    color: color-mix(in srgb, #FCB4A2 15%, transparent);
}

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

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

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

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


.sp-br-block br {
    display: block;
}

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

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

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

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

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

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

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

.md-br-block br {
    display: block;
}

.md-br-none br {
    display: none;
}

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

.title01 {
    font-size: clamp(22px, calc(1.375rem + ((1vw - 7.68px) * 1.1285)), 35px);
}

.text01 {
    font-size: clamp(14px, calc(0.875rem + ((1vw - 7.68px) * 0.3472)), 18px);
}

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

.btn02 {
    font-size: clamp(13px, calc(0.8125rem + ((1vw - 10.24px) * 0.558)), 18px);
}

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

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

/*===========================================================
バナー
===========================================================*/

.banner-container {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}

/*===========================================================
ナンバーテキスト
===========================================================*/

.number-text01 {
    top: 60%;
    bottom: 0;
    left: -13%;
}

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

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

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

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

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

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



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

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

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


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

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

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

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

.lg-br-block br {
    display: block;
}

/*===========================================================
バナー
===========================================================*/

.banner-container {
    gap: 40px 54px;
}

.banner-link01 {
    padding: 55px 15px 75px;
}

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

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

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