@charset "utf-8";

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

:root {
	/* base color */
	--base-font-color: #6E4E4F;
	--base-bg-color: #F6EFE7;

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

	/* site color */
	--primary: #E88C9B;
	--primary-hover: #f55;
	--secondary: #FF9EAE;
	--secondary-hover: #55f;
	--tertiary: #FFB9C5;
	--tertiary-hover: #5f5;
	--quaternary: #f0f;
	--quaternary-hover: #f5f;
	--fifth: #ff0;
	--fifth-hover: #ff5;
	--sixth: #0ff;
	--sixth-hover: #5ff;

	--white: #FFF;
    --black: #040707;

    --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: "Shippori Mincho B1", 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: ; */
	/* --font-family02: ; */
	/* --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;
    letter-spacing: 0.05em;
	font-family: var(--base-font-family);
	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 {
    color: var(--base-font-color);
}

.inLink>a:hover {
    text-decoration: underline;
    color: var(--base-font-color);
}

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

.padding01 {
    padding: 0 15px;
}

/*----- カラー -----*/

.color-base {
    color: var(--base-font-color);
}

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

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

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

.img-bg-color-pimary {
    position: relative;
}

.img-bg-color-pimary::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--img-bg-color-primary);
    z-index: 1;
}

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

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

/*----- テキスト -----*/

.resultZero {
    font-size: 16px;
}

.common-title-box01 {
    text-align: center;
}

.common-title-box02 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0 13px;
    border-bottom: 1px solid var(--primary);
}

.common-title-box02 .title04 {
    flex: 1;
}

.title01 {
	font-size: clamp(24px, calc(1.5rem + ((1vw - 3.75px) * 1.3592)), 45px);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.33333em;
}

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

.title03 {
    font-size: clamp(15px, calc(0.9375rem + ((1vw - 3.75px) * 0.3236)), 20px);
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 2.5em;
}

.title04 {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.9061)), 30px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6666em;
}

.title05 {
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.5825)), 27px);
    font-weight: 500;
    letter-spacing: 0.05em;
}


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

.sub-title01 {
	font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.1942)), 15px);
	font-weight: 700;
	letter-spacing: 0.2em;
    line-height: 1.66666em;
}

.text01 {
	font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.2589)), 16px);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.5em;
}

.text01-line-height01 {
	line-height: 1.5625em;
}

.text01-line-height02 {
	line-height: 3.75em;
}

.title-shadow01 {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 30%);
}

.sub-title-shadow01 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 30%);
}

.font-regular {
    font-weight: 400;
}

.font-midium {
	font-weight: 500;
}

.font-semi-bold {
	font-weight: 600;
}

.font-bold {
	font-weight: 700;
}

/*----- ボタン -----*/

.btn01 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 257px;
    width: 100%;
    padding: 20px 15px 23px;
    border: 1px solid;
    border-radius: 35px;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    position: relative;
    transition: all .3s;
}

.btn01.btn01-white {
    color: var(--white);
    border-color: var(--white);
    background: rgba(255, 255, 255, 40%);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 30%);
}

.btn01.btn01-white:hover {
    background: rgba(255, 255, 255, 0);
}

.btn01.btn01-pink01 {
    color: var(--white);
    border-color: var(--tertiary);
    background: var(--tertiary);
}

.btn01.btn01-pink01:hover {
    color: var(--white);
    border-color: var(--secondary);
    background: var(--secondary);
}

.btn01.btn01-pink02 {
    color: var(--secondary);
    border-color: var(--white);
    background: var(--white);
}

.btn01.btn01-pink02:hover {
    color: var(--white);
    border-color: var(--secondary);
    background: var(--secondary);
}

.btn01.btn01-insta {
    color: var(--white);
    border-color: var(--primary);
    background: linear-gradient(-160deg, rgba(231, 50, 99), rgba(227, 49, 120), rgba(208, 43, 210), rgba(121, 36, 245), rgba(231, 58, 161), rgba(234, 75, 61), rgba(244, 189, 64));
}

.btn01.btn01-insta:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(255, 255, 255, 50%);
    transition: all .3s;
}

.btn01.btn01-insta:hover {
    color: var(--white);
    /* transform: scale(1.2); */
}

.btn01.btn01-insta:hover:before {
    background: rgba(255, 255, 255, 0);
}

.btn02 {
    display: block;
    max-width: 387px;
    width: 100%;
    padding: 7px;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.5178)), 20px);
    font-weight: 600;
    letter-spacing: 0.05em;
    border-radius: 66px;
    text-align: center;
    color: var(--base-font-color);
    background: linear-gradient(-160deg, rgba(231, 50, 99), rgba(227, 49, 120), rgba(208, 43, 210), rgba(121, 36, 245), rgba(231, 58, 161), rgba(234, 75, 61), rgba(244, 189, 64));
    transition: all .3s;
}

.btn02:hover {
    color: var(--base-font-color);
}

.btn02 p {
    padding: 40px 8% 40px 8%;
    background: rgba(255, 255, 255, 77%);
    border-radius: 66px;
    position: relative;
}

.btn02 p::before {
    content: "";
    display: block;
    width: 8%;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--base-font-color);
    transition: all .3s;
}

.btn02:hover p::before {
    width: 0;
    height: 1px;
}

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

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

.tel-btn01 {
    padding: 19px 15px 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 310px;
    width: 100%;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.3883)), 20px);
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--white);
    background: var(--primary);
    border-radius: 35px;
}

.tel-btn01::before {
    content: "";
    display: block;
    max-width: 29px;
    width: 100%;
    height: 29px;
    background: url(/system_panel/uploads/images/tel_white.svg)center center / cover no-repeat;
    margin: 0 8% 0 0;
}

.reserve-btn01 {
    padding: 20px 15px 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 310px;
    width: 100%;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--secondary);
    background: var(--white);
    border-radius: 35px;
    transition: all .3s;
}

.reserve-btn01 p {
    margin: 0 0 0 3%;
}

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

.reserve-btn01::before {
    content: "";
    display: block;
    max-width: 31px;
    width: 100%;
    height: 32px;
    background: url(/system_panel/uploads/images/calendar_pink.svg) center center / cover no-repeat;
    margin: 0 2% 0 0;
    position: absolute;
    left: 12%;
    transition: all .3s;
}

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

.reserve-btn02 {
    padding: 13px 15px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 213px;
    width: 100%;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--secondary);
    background: var(--white);
    border-radius: 35px;
    transition: all .3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 10%);
}

.reserve-btn02 p {
    margin: 0 0 0 9%;
}

.reserve-btn02:hover {
    color: var(--white);
    background: var(--secondary);
}

.reserve-btn02::before {
    content: "";
    display: block;
    max-width: 22px;
    width: 100%;
    height: 23px;
    background: url(/system_panel/uploads/images/calendar_pink.svg) center center / cover no-repeat;
    margin: 0 2% 0 0;
    position: absolute;
    left: 12%;
    transition: all .3s;
}

.reserve-btn02:hover::before {
    background: url(/system_panel/uploads/images/calendar_white.svg) center center / cover no-repeat;
}

.reserve-btn03 {
    padding: 14px 15px 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    width: 100%;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 7.68px) * 0.1736)), 16px);
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: 32px;
    transition: all .3s;
}

.reserve-btn03:hover {
    color: var(--secondary);
    background: var(--white);
}

.reserve-btn03::before {
    content: "";
    display: block;
    max-width: 22px;
    width: 100%;
    height: 23px;
    background: url(/system_panel/uploads/images/calendar_pink.svg)center center / cover no-repeat;
    position: absolute;
    left: 13%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.reserve-btn03 p {
    margin: 0 0 0 8%;
}

.reserve-btn04 {
    padding: 13px 15px 15px;
    max-width: 179px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--black);
    color: var(--white);
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.3236)), 17px);
    letter-spacing: 0.1em;
    font-weight: 600;
    position: relative;
    transition: all .3s;
}

.reserve-btn04::before {
    content: "";
    display: block;
    margin: 0 11% 0 0;
    max-width: 23px;
    width: 100%;
    height: 24px;
    background: url(/system_panel/uploads/images/calendar_white.svg)center center / cover no-repeat;
}

.reserve-btn04:hover {
    color: var(--white);
	transform: scale(1.2);
}

.contact-btn01 {
    padding: 21px 15px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 310px;
    width: 100%;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--white);
    background: var(--tertiary);
    border-radius: 35px;
    transition: all .3s;
}

.contact-btn01:hover {
    color: var(--tertiary);
    background: var(--white);
}

.contact-btn01::before {
    content: "";
    display: block;
    max-width: 32px;
    width: 100%;
    height: 23px;
    background: url(/system_panel/uploads/images/mail_white.svg)center center / cover no-repeat;
    margin: 0 7% 0 0;
    transition: all .3s;
}

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

.contact-btn02 {
    padding: 14px 15px 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    width: 100%;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 7.68px) * 0.1736)), 16px);
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: 32px;
    transition: all .3s;
}

.contact-btn02:hover {
    color: var(--secondary);
    background: var(--white);
}

.contact-btn02::before {
    content: "";
    display: block;
    max-width: 22px;
    width: 100%;
    height: 16px;
    background: url(/system_panel/uploads/images/mail_pink.svg)center center / cover no-repeat;
    position: absolute;
    left: 13%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contact-btn02 p {
    margin: 0 0 0 8%;
}

/*===========================================================
下層カバー
===========================================================*/

.in-cover {
    max-width: 1920px;
    width: 100%;
    margin: 40px auto 0;
    padding: 0 15px;
}

.in-cover-container {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.in-cover-container:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    background: rgba(199, 176, 176, 62%);
}

.in-cover-title-box {
    text-align: center;
}

.in-cover-title {
	font-size: clamp(24px, calc(1.5rem + ((1vw - 3.75px) * 1.3592)), 45px);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.33333em;
    color: var(--white);
}

.in-cover-sub-title {
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--white);
}

/*===========================================================
パンくず
===========================================================*/

.bread-wrapper {
    max-width: 1920px;
    width: 100%;
    padding: 15px;
}

.bread-box {
    max-width: 1220px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.bread-link {
    display: block;
    color: #33322E;
    text-decoration: underline;
}

.bread-link:hover {
    color: #33322E;
    text-decoration: none;
}

/*===========================================================
inner
===========================================================*/

.in-wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
}

.inner01 {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

.inner02 {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.inner03 {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.inner04 {
    max-width: 1740px;
    width: 100%;
    margin: 0 auto;
}

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

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

/*----*/

/*===========================================================
お知らせ
===========================================================*/

.news-img {
    background: var(--primary);
    padding: 0 0 57.97%;
    position: relative;
    height: 0;
    margin: 10px auto 0;
    transition: all .3s;
    position: relative;
}

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

img + .no-img {
    display: none;
}

.news-link {
    display: block;
    transition: all .3s;
}

.news-link:hover {
    opacity: 0.7;
}

/* .news-cate-flex {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 10px 0 0 12px;
} */

.news-date {
    margin: 10px 0 0;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.2589)), 16px);
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--secondary);
}

.news-cate {
    padding: 4px 19px 6px;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.1942)), 15px);
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--white);
    background: var(--tertiary);
    border-radius: 0 15px 15px 0;
    position: absolute;
    top: 10px;
    left: 0;
    margin: auto;
    text-align: center;
    max-width: 150px;
    min-width: 116px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    z-index: 1;
}

.news-title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 2px 0 0;
    color: var(--base-font-color);
}

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

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

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

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

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

    .common-title-box02 .title01 {
        margin: 0 20px 0 0;
    }

    .title04 {
        font-size: clamp(20px, calc(1.25rem + ((1vw - 7.68px) * 0.8681)), 30px);
    }

    /*----- ボタン -----*/

    .tel-btn01 {
        font-size: clamp(14px, calc(0.875rem + ((1vw - 7.68px) * 0.5208)), 20px);
    }

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

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

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

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

    /*===========================================================
    下層カバー
    ===========================================================*/

    .in-cover {
        margin: 60px auto 0;
    }

    .in-cover-container {
        height: 300px;
    }


    /*===========================================================
    inner
    ===========================================================*/

    .in-wrapper {
        padding: 80px 0;
    }

    /*===========================================================
    お知らせ
    ===========================================================*/

    .news-title {
        font-size: 18px;
    }

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

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

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

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

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

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



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

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

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


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

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

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

    .common-title-box02 {
        align-items: center;
        flex-direction: row;
    }

    /*===========================================================
    下層カバー
    ===========================================================*/

    .in-cover {
        margin: 90px auto 0;
    }

    /*===========================================================
    パンくず
    ===========================================================*/

    .bread-box {
        font-size: 14px;
    }

    /*===========================================================
    inner
    ===========================================================*/

        .in-wrapper {
            padding: 150px 0;
        }

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

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

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