@charset "utf-8";

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

:root {
    /* color */
    --base-body-bg: #D4C6B1;
    --base-body-color: #230007;
    --white: #F2E8D0;
    --black: #33201B;
    /* --gray01: #AEAAA3; */
    /* --gray02: #595858; */
    /*--gray03: #EAEAEA; */
    --primary: #3C582B;
    --secondary: #A58A74;
    --tertiary: #67250E;
    /* --quaternary: #E2D6E4;
    --fifth: #B097B6;
    --sixth: #EFDDE2; */
    /*--seventh: #FDEDDE; */

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

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

html {
    overflow-x: hidden;
}

body {
    max-width: 1920px;
    width: 100%;
    margin: auto !important;
    font-family: var(--base-font-family);
    font-size: clamp(13px, 12.272px + 0.194vw, 16px);
    font-weight: 500;
    line-height: 1.45em;
    word-break: break-all;
    background: url(/system_panel/uploads/images/cmn_bg01.jpg) repeat-y center top / cover;
    color: var(--base-body-color);
    position: relative;
    overflow-x: hidden;
}

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

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p>a,
label>a {
    color: inherit;
    text-decoration: underline;
}

p>a:hover,
label>a:hover {
    color: inherit;
}

a,
button {
    transition: .3s;
}

/* 電話番号定数のチラつき対策 */
p.tel,
a[data-cke-saved-href^="tel:電話番号"] {
    opacity: 0;
}

.br-none br {
    display: none;
}

.hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.w-fit-content {
    width: fit-content;
}

.js-tel-link {
    color: inherit;
}

.padding-x {
    padding: 0 15px;
}

.tel-flex {
    display: flex;
    align-items: center;
}

.navi-link01 {
    display: block;
    position: relative;
    color: var(--base-font-color);
    font-weight: 600;
}

.navi-link01:hover {
    text-decoration: underline;
    color: var(--base-font-color);
}

.navi-link02 {
    display: block;
    margin: 10px 0 0;
    padding: 0 0 0 22px;
    position: relative;
}

.navi-link02:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    bottom: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: var(--base-body-color);
}

.navi-link02:hover {
    text-decoration: underline;
}

.hover-none:hover {
    color: var(--base-body-color) !important;
    text-decoration: none !important;
}

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

.hover-brightness01:hover {
    filter: brightness(0.7);
}

.hover-invert01:hover {
    filter: invert(0.6);
}

.cursol-pointer {
    cursor: pointer;
}

.opacity2 {
    opacity: .2;
}

.opacity5 {
    opacity: .5;
}

.d-tb-block {
    display: none !important;
}

.d-pc-block {
    display: none !important;
}


/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

p,
h1,
h2,
h3 {
    letter-spacing: 0.05em;
}

.title20 {
    font-family: var(--font-family01);
    font-size: clamp(16px, 15.029px + 0.259vw, 20px);
    line-height: 1.6em;
    letter-spacing: 0.08em;
}

.title35 {
    font-family: var(--font-family01);
    font-size: clamp(20px, 16.359px + 0.971vw, 35px);
    line-height: 1.6em;
    letter-spacing: 0.08em;
}

.title40 {
    font-family: var(--font-family01);
    font-size: clamp(30px, 27.573px + 0.647vw, 40px);
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0.05em;
}

.title42 {
    font-family: var(--font-family02);
    font-size: clamp(27px, 23.359px + 0.971vw, 42px);
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0.05em;
}

.title45 {
    font-family: var(--font-family02);
    font-size: clamp(30px, 26.359px + 0.971vw, 45px);
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0.08em;
}

.title55 {
    font-family: var(--font-family02);
    font-size: clamp(40px, 36.359px + 0.971vw, 55px);
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0.05em;
}

.title72 {
    font-family: var(--font-family02);
    font-size: clamp(30px, 19.806px + 2.718vw, 72px);
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0.08em;
}

.en-title22 {
    font-size: clamp(16px, 14.544px + 0.388vw, 22px);
    font-weight: 300;
    font-family: var(--font-family03);
    line-height: 1.2em;
    letter-spacing: 0.08em;
}


.en-title40 {
    font-size: clamp(25px, 21.359px + 0.971vw, 40px);
    font-weight: 400;
    font-family: var(--font-family03);
    line-height: 1.2em;
    letter-spacing: 0.08em;
}

.en-title50 {
    font-size: clamp(30px, 25.146px + 1.294vw, 50px);
    font-weight: 300;
    font-family: var(--font-family03);
    line-height: 1.2em;
    letter-spacing: 0.08em;
}

.en-title60 {
    font-size: clamp(35px, 28.932px + 1.618vw, 60px);
    font-weight: 400;
    font-family: var(--font-family03);
    line-height: 1.2em;
    letter-spacing: 0.08em;
}

.en-title70 {
    font-size: clamp(30px, 20.291px + 2.589vw, 70px);
    font-weight: 400;
    font-family: var(--font-family03);
    line-height: 1.2em;
    letter-spacing: 0.08em;
}

.en-title80 {
    font-size: clamp(40px, 30.291px + 2.589vw, 80px);
    font-weight: 400;
    font-family: var(--font-family03);
    line-height: 1.2em;
    letter-spacing: 0.08em;
}

.en-title100 {
    font-size: clamp(50px, 37.864px + 3.236vw, 100px);
    font-weight: 400;
    font-family: var(--font-family03);
    line-height: 1.2em;
    letter-spacing: 0.08em;
}

.en-title110 {
    font-size: clamp(50px, 35.437px + 3.883vw, 110px);
    font-weight: 400;
    font-family: var(--font-family03);
    line-height: 1.2em;
    letter-spacing: 0.08em;
}

.com-title-box {
    display: flex;
    align-items: stretch;
    gap: 20px;
}

.banner-link-sub-title {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.num-title01 {
    font-size: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 5.8252)), 130px);
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
}

.num-title02 {
    font-family: var(--font-family03);
    font-size: clamp(30px, 25.146px + 1.294vw, 50px);
    font-weight: 300;
    line-height: 1;
}


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

.in-text01 {
    font-family: var(--font-family01);
    font-size: clamp(15px, 13.786px + 0.324vw, 20px);
    letter-spacing: 0.05em;
    line-height: 1.94em;
}

.text-box:nth-child(n+2) {
    margin: 30px 0 0;
}

.text18 {
    font-size: clamp(15px, 14.272px + 0.194vw, 18px);
}

.text-line-height-18 {
    line-height: 1.8 !important;
}

.text-line-height-19 {
    line-height: 1.9 !important;
}

.text-line-height-20 {
    line-height: 2 !important;
}

.text-line-height-22 {
    line-height: 2.25 !important;
}

.text-line-height-25 {
    line-height: 2.5 !important;
}


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

.insta-link {
    width: 100%;
    max-width: 30px;
    aspect-ratio: 29/29;
}

.insta-link img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.sns-link {
    display: none;
}


.btn01 {
    max-width: 204px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: var(--font-family01);
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0 0 5px;
    border-bottom: 2px solid;
    transition: all .3s;
}

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

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

.btn01:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 22px;
    max-width: 66px;
    width: 100%;
    height: 34px;
    margin: auto 0 auto auto;
    transition: all .3s;
}

.btn01-primary:after {
    background: url(/system_panel/uploads/images/button_arrow_green.svg) no-repeat center center / contain;
}

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

.btn01-white:after {
    background: url(/system_panel/uploads/images/button_arrow_white.svg) no-repeat center center / contain;
}

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

.btn01.btn01-primary:hover::after,
.btn01.btn01-white:hover::after {
    right: -10px;
}

.btn02 {
    max-width: 230px;
    width: 100%;
    min-height: 40px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family01);
    font-size: clamp(14px, 13.515px + 0.129vw, 16px);
    font-weight: 400;
    letter-spacing: 0.1em;
    position: relative;
    border-radius: 100vmax;
    transition: all .3s;
}

.btn02 p {
    padding: 0 20px 0 0;
}

.btn02-primary {
    color: var(--white);
    background: var(--primary);

}

.btn02-primary:hover {
    color: var(--white);
    background: var(--base-body-color);
}

.btn02:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1;
}

.bnt02-map:after {
    width: 18px;
    height: 18px;
    background: url(/system_panel/uploads/images/link_icon_white.svg)no-repeat center center / contain;
}


.com-rsv-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 274px;
    width: 100%;
    height: 86px;
    padding: 2% 10px;
    font-family: var(--font-family02);
    font-size: clamp(16px, 15.029px + 0.259vw, 20px);
    color: var(--white);
    background: url(/system_panel/uploads/images/button_green.svg) no-repeat center center / contain;
    transition: all .3s;
}

.com-rsv-btn p {
    letter-spacing: 0.1em;
}

.com-rsv-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 58px;
    max-width: 27px;
    width: 10%;
    height: 23px;
    background: url(/system_panel/uploads/images/calendar_icon_white.svg) no-repeat center center / contain;
    transform: translateY(-50%);
    z-index: 1;
}

.com-rsv-btn p {
    padding: 0 0 0 7.9%;
}

.com-rsv-btn:hover {
    color: var(--white);
    filter: brightness(1.12);
    transition: all .3s;
}

.com-tel-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 274px;
    width: 100%;
    height: 86px;
    padding: 2% 10px;
    font-size: clamp(16px, 15.029px + 0.259vw, 20px);
    font-weight: 700;
    font-family: var(--font-family01);
    background: url(/system_panel/uploads/images/button_white.svg) no-repeat center center / contain;
}

.com-tel-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    max-width: 25px;
    width: 10%;
    height: 26px;
    background: url(/system_panel/uploads/images/tel_icon_white.svg) no-repeat center / contain;
    transform: translateY(-50%);
    z-index: 1;
}

.com-tel-btn p {
    padding: 0 0 0 11.5%;
}

.com-tel-btn-black {
    background: url(/system_panel/uploads/images/button_black.svg) no-repeat center center / contain;
}

.com-tel-btn-black:before {
    background: url(/system_panel/uploads/images/tel_icon_black.svg) no-repeat center / contain;
}

.contact-link:hover {
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
}

.anchor-contents03 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.anchor-contents02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.anchor-btn {
    position: relative;
    max-width: 315px;
    width: 100%;
    padding: 18px 10px 18px 25px;
    border-radius: 100vmax;
    margin: 0 auto;
    transition: all .3s;
}

.anchor-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 13px;
    transform: translateY(-50%);
    z-index: 1;
}

.anchor-btn:hover {
    color: inherit;
    filter: brightness(1.12);
    box-shadow: 0 0 2px;
    transition: all .3s;
}

.anchor-btn-black {
    color: var(--base-body-color);
    border: 1px solid var(--tertiary);
}

.anchor-btn-black:hover {
    color: var(--base-body-color);
}

.anchor-btn-black:after {
    background: url(/system_panel/uploads/images/arrow-bottom-black.svg) no-repeat center / contain;
}

.anchor-btn-pink {
    color: #F0A4A6;
    border: 1px solid #F0A4A6;
}

.anchor-btn-pink:hover {
    color: #F0A4A6;
}

.anchor-btn-pink:after {
    background: url(/system_panel/uploads/images/arrow-right-pink.svg) no-repeat center / contain;
}

.anchor-btn-blue {
    color: #378CB7;
    border: 1px solid #378CB7;
}

.anchor-btn-blue:hover {
    color: #378CB7;
}

.anchor-btn-blue:after {
    background: url(/system_panel/uploads/images/n-arrow-right-blue.svg) no-repeat center / contain;
}

.anchor-btn-navy {
    color: #4A5F7C;
    border: 1px solid #4A5F7C;
}

.anchor-btn-navy:hover {
    color: #4A5F7C;
}

.anchor-btn-navy:after {
    background: url(/system_panel/uploads/images/n-arrow-right-navy.svg) no-repeat center / contain;
}

.anchor-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 80px;
    width: 100%;
    margin: 0 auto 0 auto;
    z-index: -1;
}

/*-----------------------------------------------------------
フォント
-----------------------------------------------------------*/

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

/*-----------------------------------------------------------
文字色
-----------------------------------------------------------*/

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

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

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

.en-title.primary {
    color: transparent;
    -webkit-text-stroke: 1px var(--primary);
    text-stroke: 1px var(--primary);
}

.en-title.secondary {
    color: transparent;
    -webkit-text-stroke: 1px var(--secondary);
    text-stroke: 1px var(--secondary);
}

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

/* .fifth {
	color: var(--fifth);
} */

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

/* .gray01 {
	color: var(--gray01);
}

.gray02 {
	color: var(--gray02);
} */

/*..gray03 {
	color: var(--gray03);
}*/

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

.bg-img01 {
    background: url(/system_panel/uploads/images/cmn_bg03.jpg)no-repeat center center / cover;
}


/*-----------------------------------------------------------
背景色
-----------------------------------------------------------*/

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

.bg-base-body-color {
    background: var(--base-body-color);
}

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

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

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

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

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

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

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

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

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

.bg-primary-gradation01 {
    background: linear-gradient(0deg, rgba(251, 248, 246, 1) 0%, rgba(239, 221, 226, 1) 70%, rgba(239, 221, 226, 1) 100%);
    ;
}


/*-----------------------------------------------------------
マスク
-----------------------------------------------------------*/

.mask01,
.mask02,
.mask03,
.mask04,
.in-link-mask01 {
    position: relative;
}

.mask01:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(35, 22, 19, .6);
    z-index: 1;
    transition: all .3s;
}

.mask02:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(35, 0, 7, .54);
    z-index: 1;
    transition: all .3s;
}

.in-link-mask01:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .65);
    z-index: 1;
    transition: all .3s;
}

/*-----------------------------------------------------------
画像
-----------------------------------------------------------*/

.img-control {
    height: 0;
    position: relative;
    /* padding: 0 0 75%; */
}

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

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

/*-----------------------------------------------------------
影
-----------------------------------------------------------*/

.drop-shadow01 {
    filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 12%));
}

/*-----------------------------------------------------------
装飾
-----------------------------------------------------------*/

.deco-title-box-primary-right {
    flex: 1;
    background: url(/system_panel/uploads/images/decoration01.svg) repeat-x center left / auto;
}

.deco-title-box-secondary-right {
    flex: 1;
    background: url(/system_panel/uploads/images/decoration02.svg) repeat-x center left / auto;
}

.deco-title-box-primary-left {
    flex: 1;
    background: url(/system_panel/uploads/images/decoration03.svg) repeat-x center right / auto;
}

/*-----------------------------------------------------------
スライダー
-----------------------------------------------------------*/

.swiper+.swiper {
    margin: 10px auto 0;
}

.thumbnail-slider-item {
    cursor: pointer;
    transition: .3s;
}

.thumbnail-slider-item:hover {
    filter: brightness(0.5);
}

.swiper-slide-thumb-active {
    filter: brightness(0.5);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #FFF;
    text-shadow: 0 0 3px #000;
    transition: .3s;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    filter: grayscale(1);
}

/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

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

.in-cover {
    max-width: 1800px;
    width: 100%;
    height: 250px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.in-cover:before {
    content: "";
    display: block;
    max-width: 1800px;
    width: 100%;
    height: 100%;
    background: rgba(35, 22, 19, .6);
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.in-cover-box {
    max-width: 1350px;
    width: 100%;
    color: var(--white);
    text-shadow: 0px 0px 10px rgba(225, 171, 26, 1);
    line-height: 1.85em;
    padding: 0 15px;
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 9;
}

.in-cover-title {
    font-size: clamp(18px, 15.087px + 0.777vw, 30px);
    font-weight: 400;
    font-family: var(--font-family02);
    line-height: 1.4em;
    letter-spacing: 0.03em;
    position: relative;
    margin: 5px 0 0;
}

.in-cover-title.font-family03 {
    font-family: var(--font-family03);
}

.in-cover-en-title {
    font-size: clamp(30px, 23.932px + 1.618vw, 55px);
    font-weight: 300;
    font-family: var(--font-family03);
    letter-spacing: 0.03em;
    line-height: 1.2em;
}

/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

.breadcrumbs-wrapper {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    color: inherit;
    margin: 40px auto 0;
    max-width: 1350px;
    width: 100%;
    position: relative;
    /* font-family: var(--font-family01); */
    z-index: 5;
}

.breadcrumbs-inner {
    max-width: 1350px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px;
    margin: auto;
    font-size: 13px;
}

.breadcrumbs-link {
    display: block;
    color: inherit;
    text-decoration: underline;
}

.breadcrumbs-arrow {
    margin: 0 10px;
}

.breadcrumbs-link:hover {
    text-decoration: none;
    color: inherit;
}


/*-----------------------------------------------------------
ブロック
-----------------------------------------------------------*/

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

.wrapper02 {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.contents112 {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}


.contents122 {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.contents132 {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.contents162 {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.contents180 {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.inner {
    max-width: 1350px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
    position: relative;
    z-index: 8;
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

.base-table {
    width: 100%;
    /* letter-spacing: 0.05em;
	font-size: 14px;
	line-height: 1.8em; */
    /*background: var(--white);
	color: var(--dark);*/
    /* border: solid 1px var(--base-body-bg); */
}

.base-table-tr {
    border-bottom: 1px solid var(--base-body-bg);
}

.base-table-tr:last-child {
    border-bottom: 0px;
}

.base-table-th {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 400;
    color: var(--white);
    background: var(--base-body-color);
    padding: 20px 15px;
    /* border-left: 1px solid var(--base-body-bg); */
}

.base-table-td {
    background: #fff;
    padding: 20px 15px;
    font-weight: 400;
}

/* .base-table-th + .base-table-th {
	border-left: solid 1px #cdb8a5;
}

.base-table-td + .base-table-td {
	border-left: solid 1px #cdb8a5;
} */

/*-----------------------------------------------------------
バナーリンク
-----------------------------------------------------------*/

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

.banner-link {
    max-width: 960px;
    width: 100%;
    display: block;
    /* padding: 60px 15px 55px; */
    /* box-shadow: 0 3px 8px rgb(0 0 0 / 25%); */
    position: relative;
    /* overflow: hidden; */
    /* margin: 40px auto 0; */
    transition: all .3s;
}

.banner-contents .banner-link:after {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(/system_panel/uploads/images/cmn_link_decoration.png)no-repeat center center / contain;
    width: 90%;
    height: 62px;
    z-index: 1;
}

.banner-link:before {
    transition: all .3s;
}

.banner-link:hover .mask01:before {
    opacity: .5;
    transition: all .3s;
}

.banner-link:hover .in-link-mask01:before {
    opacity: .5;
    transition: all .3s;
}

.banner-link-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--white);
    /* text-shadow: 0 2px 5px rgb(0 0 0 / 50%); */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 481px;
    width: 95.82%;
    height: 100%;
    z-index: 5;
    transition: all .3s;
}

.link-img-box {
    position: relative;
    width: 100%;
    min-height: 395px !important;
}

.in-banner-link .link-img-box {
    min-height: 231px !important;
}

.link-img-box img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: top;
    transition: all .5s;
}

.banner-text-box {
    margin: 25px auto 0;
    width: 85%;
    line-height: 1.77;
    letter-spacing: 0.03em;
}

.banner-btn {
    margin: 30px auto 0;
}

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

.header {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    position: relative;
    transform: translateY(0);
    top: 0;
    left: 0;
    right: 0;
    transition: .3s all;
    z-index: 9999;
    transition: all .3s;
}

.header-frame {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    padding: 12px 0;
    gap: 10px;
    transition: .3s all;
}

.header-logo-link {
    display: block;
    max-width: 220px;
    width: 84%;
    margin: 0;
    aspect-ratio: 440 / 200;
    transition: all .3s;
}

.header-logo-link img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.header-logo-img {
    display: block;
    transition: all .3s;
}

.header-fixed-logo-img {
    display: none;
    transition: all .3s;
}

.header-right {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column-reverse;
    width: 100%;
    max-width: 1600px;
    margin: 0;
    padding: 0 50px 0 0;
    gap: 13px;
    position: relative;
}

.header-btn-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 93%;
    max-width: 565px;
    margin: 0 0 0 auto;
}

.header-link-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 97%;
    max-width: 625px;
    margin: 0 0 0 auto;
}

.header-navi-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    width: 100%;
}

.header-navi-link {
    display: block;
    font-size: 13px;
    letter-spacing: 0.05em;
}

.header-btn-row .com-rsv-btn:before {
    left: 35px;
}


/*ドロップダウン*/
.nav-single {
    position: relative;
    cursor: pointer;
}

.nav-single-link {
    padding-right: 13px;
    position: relative;
}

.nav-single-link:before,
.nav-single-link:after {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background: var(--base-body-color);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: .3s;
}

.nav-single-link:after {
    transform: translateY(-50%) rotate(90deg);
}

.nav-single:hover .nav-single-link:after {
    transform: translateY(-50%) rotate(0deg);
}

.nav-second {
    width: 200px;
    padding: 15px 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    /* transform: translateX(-50%); */
    transition: .3s;
}

.nav-second-in {
    position: relative;
    padding: 15px;
    background: rgba(238, 235, 229, .85);
}

.nav-second-in .header-navi-link {
    color: var(--base-body-color);
}

.nav-second-in .header-navi-link:hover {
    color: var(--base-body-color);
    text-decoration: underline;
}

.nav-second-in .navi-link02:before {
    background: var(--base-body-color);
}

.nav-second-in .header-navi-link:nth-child(n+2) {
    color: var(--base-body-color);
    margin: 15px 0 0 0;
}

.nav-second-link {
    display: block;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--font-family03);
    letter-spacing: 0.05em;
    line-height: 1.5em;
    color: var(--white);
    padding: 0 0 0 20px;
    position: relative;
}

.nav-second-link:not(:first-child) {
    margin: 7px 0 0;
}

.nav-second-link:before {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 25px;
    margin: auto;
    width: 8px;
    height: 1px;
    background: var(--white);
    transition: .3s;
}

.nav-second-link:hover {
    color: var(--white);
}

.nav-single:hover .nav-second {
    opacity: 1;
    visibility: visible;
}


/*ハンバーガー*/

.hamburger-btn {
    display: block;
    max-width: 25px;
    height: 20px;
    width: 100%;
    cursor: pointer;
    transition: .3s;
    /* top: 5px; */
    top: auto;
    bottom: auto;
    right: 0;
    margin: 0;
    position: absolute;
    z-index: 999;
}

.hamburger-btn-inner {
    max-width: 25px;
    height: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    /*top: 33px;
    right: 30px;*/
}

.hamburger-btn:hover {
    opacity: 0.65;
}

.hamburger-btn-bar {
    max-width: 25px;
    width: 100%;
    height: 20px;
    position: relative;
}

.hamburger-btn-bar>div {
    width: 100%;
    height: 1px;
    background: var(--primary);
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    transition: .5s;
}

.hamburger-btn-bar>div:nth-child(1) {
    top: 0;
}

.hamburger-btn-bar>div:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.hamburger-btn-bar>div:nth-child(3) {
    top: 100%;
    transform: translateY(-100%);
}

.open .hamburger-btn-bar>div:nth-child(1) {
    top: 50%;
    transform: rotate(145deg) translateY(-50%);
    background: var(--base-body-color)
}

.open .hamburger-btn-bar>div:nth-child(2) {
    opacity: 0;
}

.open .hamburger-btn-bar>div:nth-child(3) {
    top: 50%;
    transform: rotate(-145deg) translateY(-50%);
    background: var(--base-body-color)
}

.hamburger-btn-text {
    font-family: var(--font-family01);
    font-size: 14px;
    line-height: 1;
    margin: 3px 0 0;
    color: #404040;
}

.nav-area {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    background: var(--base-body-bg);
    transition: ease .2s;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999999999;
    opacity: 0;
    visibility: hidden;
}

.nav-area.open {
    opacity: 1;
    visibility: visible;
}

.nav-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9999999999;
}

.nav-content-inner {
    padding: 80px 15px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0 0 0 auto;
}

.nav-area .hamburger-btn {
    position: absolute;
    top: 30px;
    right: 15px;
    bottom: auto;
    margin: 0;
}

.nav-list {
    width: 100%;
    max-width: 185px;
    margin: 0 auto;
}

.nav-link,
.nav-link02 {
    color: var(--base-body-color);
    letter-spacing: 0.05em;
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
}

.nav-link02 {
    display: block;
    margin: 5px 0 0 10px;
    padding: 5px0 0 20px;
    position: relative;
    color: var(--base-body-color);
    letter-spacing: 0.05em;
}

.nav-link02:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 10px;
    width: 10%;
    height: 1px;
    background: var(--base-body-color);
    z-index: 1;
}

.nav-link:hover,
.nav-link02:hover {
    color: var(--base-body-color);
    text-decoration: underline;
}

.ham-navi-link02 {
    padding: 3px 0 3px 22px;
}

/*.nav-hamburger-btn {
    position: absolute;
    z-index: 9;
    top: 40px;
    right: 24px;
    margin: auto;
}*/

/*スマホ時のナビ*/

.sp-nav {
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999999;
    animation-name: fadein;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    border-top: solid 1px var(--white);
}

.sp-nav-area {
    width: 100%;
    height: 100%;
    display: flex;
    background: var(--tertiary);
}

.sp-nav-block {
    flex: 1;
    display: flex;
}

.sp-nav-conte-l {
    width: 50%;
    border-right: 2px solid var(--white);
}

.sp-nav-link {
    padding: 6px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sp-nav-link-icon {
    max-width: 23px;
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp-nav-btn-bar {
    max-width: 26px;
    height: 18px;
    width: 100%;
    position: relative;
}

.sp-nav-btn-text {
    margin: 5px auto 0;
    font-size: 10px;
    line-height: 1em;
    color: var(--primary);
}

.sp-nav-link-text {
    margin: 6px auto 0;
    font-size: 11px;
    line-height: 1.4em;
    color: var(--white);
    font-weight: 500;
}

.sp-nav-btn {
    padding: 6px;
    width: 33.333%;
    height: 70px;
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    background: var(--secondary);
    z-index: 999999999;
    animation-name: fadein;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    border-top: solid 1px var(--primary);
}

.sp-nav-btn-bar-item {
    width: 100%;
    height: 3px;
    background: var(--primary);
    border-radius: 3px;
    position: absolute;
    left: 0;
    transition: ease .5s;
}

.sp-nav-btn-bar-item:nth-of-type(1) {
    top: 0;
}

.sp-nav-btn-bar-item:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

.sp-nav-btn-bar-item:nth-of-type(3) {
    top: 100%;
    transform: translateY(-100%);
}

.open .sp-nav-btn-bar-item {
    transition: ease .5s;
}

.open .sp-nav-btn-bar-item:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.open .sp-nav-btn-bar-item:nth-of-type(2) {
    opacity: 0;
}

.open .sp-nav-btn-bar-item:nth-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.sp-menu {
    margin: auto;
    padding: 0;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    background: var(--secondary-light);
    z-index: 9999999;
    transition: ease .5s;
}

.sp-menu.open {
    right: 0;
}

.sp-menu-area {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 100px 15px;
}

.sp-menu-conte {
    padding: 100px 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
}

.sp-menu-conte::-webkit-scrollbar {
    display: none;
}

.sp-menu-link {
    width: 100%;
    padding: 10px 0;
    display: block;
    color: var(--base-font-color);
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
}

.sp-menu-link:hover {
    color: var(--base-font-color);
}

.sp-menu-link-en-text {
    font-size: 12px;
    color: var(--primary);
    margin: 3px 0 0;
}

.spFa {
    font-size: 23px;
    color: var(--white);
}

/*-----------------------------------------------------------
is-scroll
-----------------------------------------------------------*/

.is-scroll.header {
    background: #CAAF99;
    position: fixed;
    transition: all .3s;
    transform: translateY(0);
}

.is-scroll .header-logo-link {
    position: static;
    max-width: 180px;
    width: 70%;
    aspect-ratio: 220 / 100;
    transition: all .3s;
}

.is-scroll .header-fixed-logo-img {
    display: block;
    aspect-ratio: 240/33;
    transition: all .3s;
}

.is-scroll .header-logo-img {
    display: none;
    transition: all .3s;
}


.is-scroll .deco01-line {
    display: none;
    transition: all .3s;
}

.is-scroll .header-navi-link {
    color: var(--base-body-color);
}

.is-scroll .header-navi:hover {
    color: var(--base-body-color);
}

.is-scroll .header-navi:before,
.is-scroll .header-navi:after {
    background: var(--base-body-color);
}

.is-scroll .header-frame {
    justify-content: space-between;
    padding: 5px 0 5px 0 !important;
    transition: all .3s;
}

.is-scroll .hamburger-btn-bar>div {
    background: var(--base-body-color);
    transition: .5s;
}

/*-----------------------------------------------------------
フッター
-----------------------------------------------------------*/

.footer .padding-x {
    padding: 0 25px !important;
}

.footer-rsv-contents {
    margin: -8.4% auto 0;
}

.footer-rsv-btn-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    margin: 40px auto 0;
}

.footer-sns-row {
    gap: 20px;
}

.footer-navi-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
    margin: 30px 0 0;
}

.footer-navi-box {
    padding: 10px 0 20px 21px;
    border-left: 1px solid;
}

.footer-navi-link01 {
    display: block;
    font-size: clamp(14px, 13.029px + 0.259vw, 18px);
    color: inherit;
}

.footer-navi-link02 {
    display: block;
    font-size: clamp(13px, 12.272px + 0.194vw, 16px);
    color: inherit;
}

.footer-navi-link02:nth-child(n+2) {
    margin: 25px 0 0;
}

.footer-right p {
    letter-spacing: 0.15em;
}

.footer-logo {
    aspect-ratio: 440 / 200;
}


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

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

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

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

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

    /*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/


}

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

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

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

    /*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

    .anchor-contents03 {
        grid-template-columns: repeat(2, 1fr);
    }

    /*-- 改行 --*/

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

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

    /*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/

    .header-logo-link {
        width: 54%;
    }

    .is-scroll .header-logo-link {}

    /*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/

    .footer-rsv-contents {
        margin: -5.4% auto 0;
    }

}

/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

    /*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

    .d-tb-block {
        display: block !important;
    }

    /*-- 改行 --*/

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

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

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

    .anchor-contents03 {
        grid-template-columns: repeat(3, 1fr);
    }

    .anchor-contents02 {
        flex-direction: row;
    }

    .anchor-box {
        height: 230px;
    }

    .banner-contents {
        flex-direction: row;
        gap: 30px;
    }

    .banner-link {
        margin: 0;
        width: 50%;
    }

    .link-img-box {
        min-height: 501px !important;
    }

    /*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/

    .num-title01 {
        top: -15%;
    }

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

    .intro-text-box {
        text-align: center;
    }


    /*-----------------------------------------------------------
	下層カバー
	-----------------------------------------------------------*/

    .in-cover {
        height: 350px;
    }


    .breadcrumbs-inner {
        font-size: 15px;
    }


    /*-----------------------------------------------------------
	テーブル
	-----------------------------------------------------------*/

    .base-table-th {
        padding: 30px 15px;
    }

    .base-table-td {
        padding: 30px 30px;
    }

    /*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/

    .header {
        position: relative;
        transform: translateY(0);
    }

    .header-frame {
        padding: 19px 0 27px;
    }

    .header-logo-link {
        width: 30%;
        margin: 0;
    }

    .header-right {
        padding: 0;
    }

    .header-btn-row .com-tel-btn {
        font-size: 16px;
    }

    .header-btn-row .com-rsv-btn {
        font-size: 18px;
    }

    .hamburger-btn {
        display: none;
    }

    .hamburger-btn-text {
        margin: 6px 0 0;
    }

    .nav-content-inner {
        padding: 120px 15px 100px;
        max-width: 650px;
        width: 80%;
        background: rgba(251, 248, 246, .95);
    }

    .nav-area {
        background: unset;
    }

    .nav-area .hamburger-btn {
        top: 40px;
        right: 15px;
    }

    .nav-link {
        font-size: 18px;
        padding: 15px 5px;
    }

    .navi-link02 {
        margin: 10px 0 0;
    }

    .nav-link.hover-none {
        font-size: 18px;
        padding: 15px 5px 10px;
    }

    .nav-content {
        overflow-y: auto;
    }

    /* スマホ時 */

    .sp-nav {
        display: none;
    }

    .sp-nav-btn {
        display: none;
    }

    .is-scroll .header-logo-link {
        width: 20%;
    }

    .is-scroll .header-frame {
        justify-content: space-between;
        padding: 7px 0 12px 0 !important;
        transition: all .3s;
    }

    /*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/

    .footer .padding-x {
        padding: 0 20px !important;
    }

    .footer-rsv-contents {
        margin: -5.2% auto 0;
    }

    .footer-rsv-btn-row {
        flex-direction: row;
    }

    .footer-info-th {
        position: relative;
        width: 100px;
    }

    .footer-info-th:after {
        content: "：";
        position: absolute;
        right: 0;
        z-index: 1;
    }

}

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

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

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

  .header-navi-block {
      gap: 2%;
  }  
  
}

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


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

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

    /*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

    .d-tb-block {
        display: none !important;
    }

    .d-pc-block {
        display: block !important;
    }

    /*-- 改行 --*/

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

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

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

    .anchor-box {
        height: 150px;
    }

    .anchor-btn {
        padding: 18px 10px 18px 40px;
    }

    .banner-contents {
        gap: 60px;
    }

    /*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/

    .com-title-box {
        gap: 45px;
    }


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

    .intro-text-box {
        text-align: center;
    }

    .text-box:nth-child(n+2) {
        margin: 35px 0 0;
    }


    /*-----------------------------------------------------------
	装飾
	-----------------------------------------------------------*/


    /*-----------------------------------------------------------
	下層カバー
	-----------------------------------------------------------*/

    .in-cover {
        height: 400px;
    }

    .breadcrumbs-inner {
        font-size: 16px;
    }

    /*-----------------------------------------------------------
	ブロック
	-----------------------------------------------------------*/

    .wrapper01 {
        padding: 150px 0 200px;
    }

    .wrapper02 {
        padding: 100px 0;
    }

    .anchor-contents03 {
        gap: 20px;
    }

    /*-----------------------------------------------------------
	テーブル
	-----------------------------------------------------------*/


    /*-----------------------------------------------------------
	ページャー
	-----------------------------------------------------------*/

    .webgene-pagination>ul>li {
        margin: 80px 10px 0;
    }

    /*-----------------------------------------------------------
	バナーリンク
	-----------------------------------------------------------*/

    .banner-wrapper {
        padding: 146px 0 0;
    }

    .banner-row {
        margin-top: -40px;
    }

    .banner-col {
        margin: 40px 0 0;
    }

    .banner-link-inner:after {
        margin: 32px auto 0;
    }

    .banner-text-box {
        width: 100%;
        line-height: 1.95;
    }

    .banner-btn {
        margin: 100px auto 0;
    }

    /*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/

    .header-navi-block {
        gap: 30px;
    }

    .header-navi-link {
        font-size: clamp(13px, 12.272px + 0.194vw, 16px);
    }

    /*-----------------------------------------------------------
    is-scroll
    -----------------------------------------------------------*/

    /*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/

    .footer-rsv-contents {
        margin: -4.6% auto 0;
    }

    .footer-rsv-btn-row {
        gap: 40px;
        margin: 40px auto 0;
    }

    .footer-link01 {
        font-size: clamp(15px, 7.000px + 0.781vw, 22px);
    }

    .footer-link02 {
        font-size: clamp(13px, 5.000px + 0.781vw, 20px);
    }

}

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

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

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

    /*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

    /*-- 改行 --*/

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

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


    /*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/

    .title-box-deco:before {
        top: 35px;
    }

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



    /*-----------------------------------------------------------
	下層カバー
	-----------------------------------------------------------*/

    /*-----------------------------------------------------------
	ブロック
	-----------------------------------------------------------*/

    .wrapper01 {
        padding: 180px 0 150px;
    }


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

    /*.anchor-box {
        height: 100px;
    }*/

    .anchor-contents {
        gap: 20px;
    }

    .banner-contents {
        gap: 80px;
    }


    /*-----------------------------------------------------------
	画像
	-----------------------------------------------------------*/


    /*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/

    .header-logo-link {
        width: 18%;
    }

    .nav-single-link:before,
    .nav-single-link:after {
        width: 15px;
    }

    .nav-single-link {
        padding-right: 23px;
    }

    /* .header-btn-row .com-tel-btn {
        font-size: 15px;
    }

    .header-btn-row .com-rsv-btn {
        font-size: 16px;
    } */

    .header-btn-row .com-rsv-btn:before {
        left: 40px;
    }

    /*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/

    .footer-rsv-contents {
        margin: -3.45% auto 0;
    }

    .footer-rsv-btn-row {
        gap: 60px;
        margin: 60px auto 0;
    }


}

/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

    /*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

    /*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/




}

/* min-width: 1300px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

    /*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

    /*-- 改行 --*/

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

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

    /*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/

    .com-title-box {
        gap: -40px;
    }

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


    /*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/


    /*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/


}

/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


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

@media screen and (min-width:1440px) {
  
  
	.anchor-box {
        height: 150px;
    }

    .is-scroll .header-frame {
        padding: 7px 0 6px 0 !important;
    }

    .header-right {
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

    .header-navi-block {
        justify-content: space-between;
        max-width: 900px;
        gap: 10px;
        margin: 0 0 0 auto;
    }

    .header-navi-link {
        font-size: 13px;
    }

    .header-btn-row .com-tel-btn {
        font-size: 18px;
    }

    .header-btn-row .com-rsv-btn {
        font-size: 18px;
    }

}

/* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

    /*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

    /*-- 改行 --*/

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

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


    /*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/



    /*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/


    /*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/

}

/* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

    /*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

    /*-- 改行 --*/

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

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

    /*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/

    /*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/

    .header-right {
        gap: 0;
    }

    .header-navi-block {
        gap: 18px;
    }

    .header-navi-link {
        font-size: clamp(13px, 12.272px + 0.194vw, 16px);
    }

    .header-btn-row {
        width: 100%;
        gap: 17px;
    }

    .header-btn-row .com-tel-btn {
        font-size: 16px;
    }
}

/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1800px) {

    /*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/

    .header-right {
        gap: 10px;
    }

    .header-navi-block {
        gap: 40px;
    }

    .header-btn-row .com-tel-btn {
        font-size: 20px;
    }

    .header-btn-row .com-rsv-btn {
        font-size: 20px;
    }


}

/* min-width: 1800px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */