@charset "utf-8";

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

:root {
	/* base color */
	--base-font-color: #3E2727;
	--base-bg-color: #FFEACB;

	/* site color */
	--primary: #3E2727;
	--secondary: #AC1A03;
	--tertiary: #F7E8D1;
	--quaternary: #AC3D03;
	/* --fifth: #FFF8ED; */
	/* --sixth: #F3E1C9; */
	/* --seventh: #F3E1C9; */
	/* --eighth: #F3E1C9; */
	/* --ninth: #F3E1C9; */

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

    --bg-primary: #3E2727;
    --bg-secondary: #F7E8D1;
    /* --bg-tertiary: #F3E1C9;
    --bg-quaternary: #F3E1C9;
    --bg-fifth: #F3E1C9; */

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

	/* font family */
	--base-font-family: "Shippori Mincho B1", serif, "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: "Shippori Mincho B1", serif;
	/* --font-family02: "Noto Serif JP", serif; */
	/* --font-family03: ; */

}

/* 管理画面 */

.gjs-dashed {
    overflow-x: unset;
}

/*---------*/

html {
	overflow-x: hidden;
}

#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) !important;
    background-image: url(/system_panel/uploads/images/body_bg.jpg) !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: 100% auto !important;
    background-repeat: repeat !important;
    font-size: clamp(14px, 13.515px + 0.129vw, 16px);
	font-weight: 700;
	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;
}

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

.gjs-dashed p.tel,
.gjs-dashed a[data-cke-saved-href^="tel:電話番号"] {
    opacity: 1;
}

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

.bg01 {
    background-image: url(/system_panel/uploads/images/bg01.jpg) !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: contain !important;
    background-repeat: repeat !important;
}

.common-illust-box01 {
    max-width: 300px;
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
}

.common-illust-box02 {
    max-width: 368px;
    width: 25%;
    mix-blend-mode: soft-light;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
}

.common-illust-box03 {
    max-width: 240px;
    width: 25%;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
}

.common-illust-box04 {
    max-width: 395px;
    width: 25%;
    mix-blend-mode: soft-light;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto; 
}

.common-illust-box05 {
    max-width: 350px;
    width: 25%;
    position: absolute;
    right: 0;
    bottom: 9%;
}

.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 {
    padding: 5px;
    max-width: 250px;
    width: 100%;
    display: block;
    font-size: clamp(16px, 15.029px + 0.259vw, 20px);
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--white);
    background: var(--secondary);
    border: 1px solid var(--secondary);
    position: relative;
    transition: all .3s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
}

.btn01-box {
    padding: 14px 10px 13px;
    text-align: center;
    border: 1px solid var(--tertiary);
}

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

.btn01:hover .btn01-box {
    border: 1px solid var(--secondary);
}

.btn02 {
    padding: 5px;
    max-width: 250px;
    width: 100%;
    display: block;
    font-size: clamp(16px, 15.029px + 0.259vw, 20px);
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--white);
    background: var(--quaternary);
    border: 1px solid var(--quaternary);
    position: relative;
    transition: all .3s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
}

.btn02-box {
    padding: 14px 10px 13px;
    text-align: center;
    border: 1px solid var(--tertiary);
}

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

.btn02:hover .btn02-box {
    border: 1px solid var(--quaternary);
}

.btn03 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 10px 15px 33px;
    max-width: 260px;
    width: 100%;
    text-indent: -6px;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--base-font-color);
    background: var(--white);
    border-radius: 27px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
    position: relative;
    transition: all .3s;
}

.btn03:hover {
    color: var(--white);
    background: var(--bg-primary);
}

.btn03::before {
    content: "";
    display: block;
    width: 23px;
    height: 25px;
    background-image: url(/system_panel/uploads/images/calendar_brown.svg);
    background-attachment: scroll;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 18px;
    transition: all .3s;
}

.btn03:hover::before {
    background-image: url(/system_panel/uploads/images/calendar_white.svg);
    background-attachment: scroll;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.hpg-btn {
    text-indent: 8px;
}

.web-btn01 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 200px;
    width: 100%;
    height: 60px;
    padding: 22px 15px 22px 11%;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--base-font-color);
    background-image: url(/system_panel/uploads/images/web_bg01.jpg);
    background-attachment: scroll;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    transition: all .3s;
}

.web-btn01:hover {
    color: var(--white);
    background-image: url(/system_panel/uploads/images/web_bg02.jpg);
    background-attachment: scroll;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.web-btn01::before {
    content: "";
    display: block;
    width: 23px;
    height: 25px;
    background-image: url(/system_panel/uploads/images/calendar_brown.svg);
    background-attachment: scroll;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 15% 0 0;
    transition: all .3s;
}

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

.tel-box01 {
    max-width: 260px;
    width: 100%;
    padding: 11px 15px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(16px, 15.029px + 0.259vw, 20px);
    font-weight: 700;
    letter-spacing: 0.05em;
    background: var(--white);
    border-radius: 27px;
    color: var(--base-font-color);
    filter: drop-shadow(0 2px 6px rgba(16, 16, 16, .16));
}

.tel-box01::before {
    content: "";
    display: block;
    margin: 3px 13px 0 0;
    width: 25px;
    height: 25px;
    background: url(/system_panel/uploads/images/tel_icon.svg);
    background-size: contain;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
}

.tel-box02 {
    display: flex;
    align-items: center;
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.5825)), 29px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.31818em;
    color: var(--secondary);
}

.tel-box02::before {
    content: "";
    display: block;
    margin: 3px 9px 0 0;
    width: 24px;
    height: 24px;
    background: url(/system_panel/uploads/images/tel_brown.svg);
    background-size: contain;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
}

.reserve-btn01 {
    padding: 12px 15px 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 226px;
    width: 100%;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 7.68px) * 0.3472)), 18px);
    font-weight: 700;
    color: var(--base-font-color);
    letter-spacing: 0;
    border: 1px solid var(--secondary);
    background-color: var(--secondary);
    transition: all .3s;
}

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

.reserve-btn01::before {
    content: "";
    display: block;
    margin: 0 12px 0 0;
    width: 18px;
    height: 16px;
    background: url(/system_panel/uploads/images/reserve_white.svg);
    background-size: contain;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
}

.reserve-btn01:hover::before {
    background: url(/system_panel/uploads/images/reserve_brown.svg);
}

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

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

.vertical-text {
    -webkit-writing-mode: vertical-rl; /* Safari / iOS 用 */
    writing-mode: vertical-rl;
    margin: 0;
}

.text-shadow01 {
    text-shadow: 0 0 20px rgba(255, 172, 29);
}

.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(14px, 13.515px + 0.129vw, 16px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2.1875em;
}

.text02 {
    font-size: clamp(14px, 13.515px + 0.129vw, 16px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5625em;
}

.text03 {
    font-size: clamp(15px, 14.272px + 0.194vw, 18px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3888em;
}

.text04 {
    font-size: clamp(12px, 11.515px + 0.129vw, 14px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3888em;
}

.title01 {
    font-size: clamp(30px, 17.864px + 3.236vw, 80px);
    font-weight: 600;
    letter-spacing: 0.05em;
    /* line-height: 1.125em; */
    line-height: 2.625em;
}

.title02 {
    font-size: clamp(30px, 20.291px + 2.589vw, 70px);
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.04em;
}

.title03 {
    font-size: clamp(22px, 17.631px + 1.165vw, 40px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.title03 span {
    font-size: clamp(30px, 17.864px + 3.236vw, 80px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.title04 {
    font-size: clamp(20px, 17.573px + 0.647vw, 30px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.title05 {
    font-size: clamp(24px, 15.748px + 2.201vw, 58px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.title06 {
    font-size: clamp(24px, 15.262px + 2.33vw, 60px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5833em;
}

.title07 {
    font-size: clamp(22px, 18.845px + 0.841vw, 35px);
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.5em;
}

.title08 {
    font-size: clamp(24px, 17.689px + 1.683vw, 50px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

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

.title-decoration01 {
    display: inline;
    position: relative;
}

.title-decoration01::before {
    content: "";
    position: absolute;
    top: 65%;
    left: 0;
    z-index: -1;
    width: 110%;
    max-width: 824px;
    aspect-ratio: 824 / 61;
    background: url(/system_panel/uploads/images/title_decoration01.png) no-repeat center / contain;
}

/*===========================================================
br調整
===========================================================*/

.br-none br {
    display: none;
}

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

.loopImgBx01 {
    width: 307px;
    padding-top: 180px;
    margin: 0 10px;
    position: relative;
}

.loop-wrapper {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: auto;
    position: relative;
    z-index: 1;
}

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

/*===========================================================
ヘッダー
===========================================================*/

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

.header-container {
    width: 100%;
    margin: 0 0 0 auto;
    padding: 0 0 0 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    transition: all .3s;
}

.header-logo {
    margin: 10px 0 0;
    max-width: 60px;
    width: 100%;
}

.header-right {
    margin: 0 0 0 auto;
    padding: 0 60px 0 0;
    max-width: 400px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    gap: 20px 2.8%;
}

.header-right .sns-link01 {
    margin: 0 9.3% 0 0;
}

.header-contact-area {
    max-width: 340px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-web-accordion {
    display: none;
}

/*===========================================================
accordion
===========================================================*/

.header-web-accordion {
    max-width: 196px;
    width: 100%;
    position: relative;
}

.header-nav-accordion .accordionBtn {
    width: max-content;
}

.header-web-accordion .accordionContent {
    display: none;
    width: 260px;
    position: absolute;
    top: 81px;
    left: 0;
    z-index: 1;
}

.header-web-accordion .accordionContent .btn03 {
    margin: 10px 0 0;
}

/*--is-active--*/

.header.is-active {
    padding: 5px 0;
    background: var(--secondary);
}

.header.is-active .header-ham-box01 {
    top: 5px;
}

.header.is-active .header-logo {
    margin: 5px 0 0;
}

.header-ham-box01.is-active {
    top: 5px;
}

/*--is-animation--*/

.header.clone.is-animation {
    top: 0;
    transition: all .5s;
    visibility: visible;
    opacity: 0.9;
}

.header.clone {
    position: fixed;
    top: -96px;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    border-bottom: 0px solid #ccc;
    background: #356194;
}

.header.clone.is-animation {
    top: 0;
    transition: all .5s;
    visibility: visible;
    opacity: 0.9;
}

.header.clone {
    position: fixed;
    top: -96px;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    border-bottom: 0px solid #ccc;
    background: #356194;
}

/*----- is-hidden -----*/

.is-hidden {
	visibility: hidden;
	transition: all .5s;
	opacity: 0;
}

/*===========================================================
ハンバーガーメニュー
===========================================================*/

.header-sp-web-area {
    margin: 40px 0 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/* 管理画面　*/

.gjs-dashed .spMenu {
    opacity: 1;
    pointer-events: auto;
}

/*----------*/

.header-ham-box01-container {
    /* position: fixed; */
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.sp-header-contact-area {
    margin: 70px auto 0;
    max-width: 260px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.spNavListBox01 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.spNavBtnTxt {
    margin: 3px auto 0;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.2589)), 16px);
	font-weight: 500;
	font-family: var(--font-family02);
    color: var(--base-font-color);
    letter-spacing: 00;
}

.spNavLinkTxt {
    margin: 4px auto 0;
    font-size: 16px;
    color: var(--base-font-color);
}

.header-ham-box01 {
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
    background: var(--secondary);
    transform-origin: center;
    transition: all .3s;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999999;
}

.header-ham-box01:hover {
    /* opacity: 0.7; */
	/* transform: scale(1.2); */
    background: var(--primary);
}

.header-ham-box01:hover .spNavBtnBarItem {
    background: var(--tertiary);
}

/* .spNavBtn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.spNavBtn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.spNavBtnBar {
    width: 20px;
    height: 20px;
    position: relative;
}

.spNavBtnBarItem {
    width: 100%;
    height: 2px;
    background: var(--tertiary);
    position: absolute;
    right: 0;
    transition: ease .5s;
}

.spNavBtnBarItem:nth-of-type(1) {
    top: 0;
	width: 100%;
}

.spNavBtnBarItem:nth-of-type(2) {
    top: 48%;
	width: 100%;
}

.spNavBtnBarItem:nth-of-type(3) {
    bottom: 0;
	width: 100%;
}

.open .spNavBtnBar {
    width: 70%;
}

.open .spNavBtnBarItem {
    transition: ease .5s;
}

.open .spNavBtnBarItem:nth-of-type(1) {
    transform: translateY(8px) rotate(-40deg);
}

.open .spNavBtnBarItem:nth-of-type(2) {
    opacity: 0;
}

.open .spNavBtnBarItem:nth-of-type(3) {
    transform: translateY(-6px) rotate(40deg);
	bottom: 20%;
	width: 100%;
}

.spMenu {
    margin: auto;
    padding: 0;
    max-width: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    /* left: 0; */
    right: -100%;
    /* bottom: 0; */
    /*background: rgb(0 0 0 / 25%);*/
    z-index: 99999;
    /* pointer-events: none; */
    transition: ease .5s;
    /* transition: opacity 0.4s ease, transform 0.4s ease; */
    /* opacity: 0; */
}

.spMenu.open {
    /* opacity: 1; */
    /* pointer-events: auto; */
    right: 0;
}

.spMenuArea {
    width: 100%;
    height: 100%;
}

.spMenuConte {
    padding: 70px 15px 130px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 0 0 auto;
    background: var(--base-bg-color);
    position: relative;
}

.spMenuConte::-webkit-scrollbar {
    display:none;
}

.hSpNavBox {
    width: 100%;
    text-align: center;
}

.spNavList01 {
	margin: 24px 0 0;
    display: block;
    color: var(--base-font-color);
    font-size: 18px;
    font-weight: 700;
	letter-spacing: 0;
    position: relative;
    transition: all .3s;
}

/* .spNavList01::before {
    content: "";
    display: block;
	margin: 28px 0 0;
    width: 0;
    height: 1px;
    background: var(--base-font-color);
    position: absolute;
    left: 0;
    bottom: -2%;
    margin: auto;
    transition: all .4s;
} */

.spNavList01:hover {
	color: var(--primary);
    text-decoration: underline;
    /* opacity: 0.7; */
}

/* .spNavList01 p {
    display: inline;
    padding: 0 0 5px;
    position: relative;
    transition: all .3s;
}

.spNavList01 p::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: var(--base-font-color);
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all .3s;
} */

.spNavList01:hover p::before {
    width: 100%;
}

.spNavList01:hover::before {
    width: 100%;
}

.header-sp-contact-area {
    margin: 40px 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/*スマホ時のナビ*/

.spNav {
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.spNavArea {
    width: 100%;
    height: 100%;
    display: flex;
    /* background: #ACACAC; */
    background: var(--primary);
}

.spNavBlock {
	flex: 1;
	display: flex;
}

.spNavConte-l {
	width: 33.33%;
    border-top: 1px solid var(--secondary);
	border-right: 1px solid var(--secondary);
}

.spNavConte-l:last-child {
	border-right: 0;
}

.spNavLink {
    padding: 5px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spNavLinkIconBx {
	width: 100%;
	height: 30px;
	position: relative;
}

.spNavLinkIconBx > * {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spFa {
    font-size: 23px;
    color: #FFFFFF;
}

.spFa.spFa-pageTop {
	font-size: 20px;
}

/*===========================================================
フッター
===========================================================*/

.footer-reserve-btn-area {
    gap: 20px;
}

.footer-nav-link {
    margin: 20px 0 0;
    display: block;
    font-size: clamp(12px, 9.333px + 0.347vw, 16px);
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--tertiary );
    transition: all .3s;
}

.footer-nav-link:hover {
    color: var(--tertiary);
    text-decoration: underline;
}

.footer-nav-link:first-child {
    margin: 0;
}

.footer-address-text01 {
    text-decoration: underline;
}

.footer-reserve-text {
    display: flex;
    flex-wrap: wrap;
}

.footer-reserve-text span {
    margin: 0 0.4em;
    display: flex;
    border-bottom: 1px solid var(--primary);
}

.footer-reserve-text span:after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background-image: url(/system_panel/uploads/images/link_arrow.svg);
    background-attachment: scroll;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 0 0 2px;
    transition: all .3s;
}

.footer-reserve-text span:hover:after {
    transform: translate(5px, -5px);
}

/*===========================================================
ページャー
===========================================================*/

.gallery-main-contents .webgene-pagination {
	width: 100%;
	grid-column: 1/2;
}

.news-item .webgene-pagination {
	grid-column: 1/3;
}

.webgene-pagination > ul{
	padding: 0;
	display: flex;
	justify-content: center;
}

.webgene-pagination > ul > li{
	display: flex;
}

.webgene-pagination > ul > li{
	margin: 30px 5px 0;
	height: 30px;
	width:100%;
	max-width: 30px;
	/* font-family: var(--font-family02); */
	line-height: 1em;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	font-size: 16px;
}

.webgene-pagination > ul > li.selected > a{
	/* opacity: 0.5; */
	color: var(--white);
	background: var(--secondary);
	cursor: pointer;
}

.webgene-pagination > ul > li.selected:only-child > a {
	opacity: 1;
	color: var(--white);
	cursor: pointer;	
}

.webgene-pagination > ul > li > a{
	width: 100%;
	height: 30px;
	width: 30px;
	/* background: var(--primary); */
	color: var(--base-font-color);
	display: flex;
	justify-content: center;
	align-items: center;
	/* border: 1px solid var(--primary); */
	/* border-radius: 30px; */
	transition: all .3s;
}

.webgene-pagination > ul > li > a:hover{
	text-decoration: none;
	color: var(--white);
	background: var(--secondary);
	/* opacity: 0.5; */
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
	position: relative;
	height: 30px;
	width: 30px;
	border: 0;
	font-size: 0;
}

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {
	background-color: var(--secondary);
}

.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
	content: "";
	display: block;
	transition: all .3s;
}

.webgene-pagination>ul>.prev>a::before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border-bottom: solid 2px var(--secondary);
	border-left: solid 2px var(--secondary);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	left: 12px;
	top: 50%;
}

.webgene-pagination>ul>.prev>a:hover:before {
	border-bottom: solid 2px var(--white);
	border-left: solid 2px var(--white);
}

.webgene-pagination>ul>.next>a::before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border-top: solid 2px var(--secondary);
	border-right: solid 2px var(--secondary);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: 12px;
	top: 50%;
}

.webgene-pagination>ul>.next>a:hover:before {
	border-top: solid 2px var(--white);
	border-right: solid 2px var(--white);
}

.dtlPager {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
	color: #333;
	font-size: 14px;
}


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


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

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



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

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

/*===========================================================
br調整
===========================================================*/

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

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

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

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

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

.btn01 {
    max-width: 300px;
}

.btn02 {
    max-width: 300px;
}

.web-btn01 {
    max-width: 260px;
    width: 100%;
    height: 80px;
    font-size: 25px;
}

.web-btn01::before {
    width: 25px;
    height: 27px;
}

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


/*===========================================================
br調整
===========================================================*/

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

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

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

.loopImgBx01 {
    width: 407px;
    padding-top: 280px;
    margin: 0 10px;
    position: relative;
}

/*===========================================================
ヘッダー
===========================================================*/

.header-container {
    padding: 0 0 0 30px;
}

.header-logo {
    max-width: 70px;
}

.header-right {
    height: auto;
    padding: 0 80px 0 0;
}

.header-contact-area {
    max-width: 320px;
}

.header-web-accordion {
    display: block;
}

/*===========================================================
accordion
===========================================================*/

.header-web-accordion {
    max-width: 260px;
    width: 100%;
    position: relative;
}

/*===========================================================
ハンバーガーメニュー
===========================================================*/

.header-ham-box01 {
    margin: 0 0 0 auto;
    height: 80px;
    width: 80px;
}

.spNavBtnBar {
    width: 31px;
    height: 32px;
    position: relative;
}

.header-sp-nav-area {
    flex-direction: row;
    justify-content: space-between;
}

.spNavListBox01 {
    align-items: flex-start;
}

.sp-menu-link-area {
    margin: 50px 0 0;
}

.spMenu {
    margin: 0 0 0 auto;
    max-width: 100%;
    width: 100%;
	background: rgba(209, 205, 200, 0.7);
}

.spMenuConte {
    padding: 70px 15px 130px;
	max-width: 600px;
}

.open .spNavBtnBarItem:nth-of-type(1) {
    transform: translateY(14px) rotate(-40deg);
}

.open .spNavBtnBarItem:nth-of-type(2) {
    opacity: 0;
}

.open .spNavBtnBarItem:nth-of-type(3) {
    transform: translateY(-9px) rotate(40deg);
	bottom: 20%;
	width: 100%;
}

/*===========================================================
フッター
===========================================================*/

.footer-address-container {
    font-weight: 600;
}

.footer-address-text01 {
    font-size: 15px;
}

/*===========================================================
ページャー
===========================================================*/

.gallery-main-contents .webgene-pagination {
	grid-column: 1/3;
}

.news-item .webgene-pagination {
	grid-column: 1/4;
}

.webgene-pagination > ul > li{
	margin: 40px 10px 0;
	height: 40px;
	max-width: 40px;
	font-size: 20px;
}

.webgene-pagination > ul > li > a{
	height: 40px;
	width: 40px;
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
	height: 40px;
	width: 40px;
}

.webgene-pagination>ul>.prev>a::before {
	width: 14px;
	height: 14px;
	left: 15px;
	top: 50%;
}

.webgene-pagination>ul>.next>a::before {
	width: 14px;
	height: 14px;
	right: 15px;
	top: 50%;
}

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

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



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

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

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

/*===========================================================
br調整
===========================================================*/

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

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

/*===========================================================
ヘッダー
===========================================================*/

.header-right {
    display: flex;
}

/*===========================================================
フッター
===========================================================*/

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

.loopImgBx01 {
    width: 507px;
    padding-top: 380px;
}

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

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

/*===========================================================
ヘッダー
===========================================================*/


/*===========================================================
フッター
===========================================================*/

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

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

/*===========================================================
ヘッダー
===========================================================*/

.header-right {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
}


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