@charset "utf-8";

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

:root {
	/* base color */
	--base-font-color: #404040;
	--base-bg-color: #F2F0EA;

	/* site color */
	--primary: #818E6C;
	--secondary: #E8E8DF;
	--tertiary: #E5E5DE;
	--quaternary: #C6C9BD;
	--fifth: #555555;
	/* --fifth-hover: #ff5;
	--sixth: #F3E1C9;
	--sixth-hover: rgb(13, 15, 15);
	--seventh: #F3E1C9;
	--seventh-hover: #5ff;
	--eighth: #F3E1C9;
	--eighth-hover: #5ff;
	--ninth: #F3E1C9;
	--ninth-hover: #5ff; */

	--white: #FDFDFD;
    --black: #040707;

    --bg-primary: #818E6C;
    --bg-secondary: rgba(236, 236, 229, .8);
    --bg-tertiary: #E6E7DF;
    --bg-quaternary: rgba(103, 113, 82, .6);
    --bg-fifth: rgba(76, 80, 68, .6);
    --bg-sixth: #F6F5F0;
    --bg-seventh: #ECECE5;
    --bg-eighth: #FBF9F7;
    --bg-ninth: #CED0C6;

    --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: "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", serif;
	--font-family02: "Cormorant Garamond", serif;
	--font-family03: "Noto Serif JP", serif;

}

/* 管理画面 */

.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;
    font-size: clamp(14px, 13.515px + 0.129vw, 16px);
	font-weight: 400;
	font-family: var(--base-font-family);
    letter-spacing: 0.05em;
    line-height: 1.875;
    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 {
    position: relative;
}

.bg01::before {
	content: "";
	display: block;
    max-width: 1620px;
	height: 93.8%;
	background-color: var(--bg-tertiary);
    filter: blur(8px);
	position: absolute;
	right: 15px;
	left: 0;
    bottom: 0;
	z-index: 0;
    margin: 0 auto 0 0;
    border-radius:
    0   /* 左上 */
    clamp(60px, -69.854px + 34.628vw, 595px)     /* 右上 */
    clamp(60px, -69.854px + 34.628vw, 595px)     /* 右下 */
    0;  /* 左下 */
}

.bg01::after {
	content: "";
	display: block;
    max-width: 1544px;
	height: 93.5%;
    background-color: var(--bg-seventh);
    opacity: 0.8;
    mix-blend-mode: soft-light;
    filter: blur(8px);
	position: absolute;
    top: 0;
	left: 15px;
	right: 0;
	z-index: 1;
    margin: 0 0 0 auto;
    border-radius:
    clamp(60px, -69.854px + 34.628vw, 595px)   /* 左上 */
    0     /* 右上 */
    0     /* 右下 */
    clamp(60px, -69.854px + 34.628vw, 595px);  /* 左下 */
}

.bg02 {
    position: relative;
}

.bg02::before {
	content: "";
	display: block;
    max-width: 1309px;
	height: 84.38%;
	background-color: var(--bg-seventh);
    opacity: 0.8;
    mix-blend-mode: soft-light;
    filter: blur(8px);
	position: absolute;
	right: 15px;
	left: 0;
    top: 0;
	z-index: 1;
    margin: 0 auto 0 0;
    border-radius:
    0   /* 左上 */
    clamp(60px, -69.854px + 34.628vw, 595px)     /* 右上 */
    clamp(60px, -69.854px + 34.628vw, 595px)     /* 右下 */
    0;  /* 左下 */
}

.bg02::after {
	content: "";
	display: block;
    max-width: 1624px;
	height: 92.53%;
    background-color: var(--bg-tertiary);
    filter: blur(8px);
	position: absolute;
    bottom: 0;
	left: 15px;
	right: 0;
	z-index: 0;
    margin: 0 0 0 auto;
    border-radius:
    clamp(60px, -69.854px + 34.628vw, 595px)   /* 左上 */
    0     /* 右上 */
    0     /* 右下 */
    clamp(60px, -69.854px + 34.628vw, 595px);  /* 左下 */
}

.common-illust-box01 {
    max-width: 340px;
    width: 19.4%;
    position: absolute;
    left: 0;
    bottom: 16%;
    z-index: 2;
}

.common-illust-box02 {
    max-width: 262px;
    width: 13.7%;
    position: absolute;
    right: 0;
    bottom: -5%;
}

.common-illust-box03 {
    max-width: 258px;
    width: 13.5%;
    position: absolute;
    bottom: 10.5%;
    left: 0;
}

.common-illust-box04 {
    max-width: 353px;
    width: 18.4%;
    position: absolute;
    bottom: 2%;
    right: 0;
    z-index: 3;
}

.in-wrapper .banner-link01-container {
    margin: 0 0 -1px;
}

.banner-link01-container {
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.banner-link01 {
    display: block;
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

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

.banner-link01 .banner-img-box {
	padding-top: 70.31%;
    width: 100%;
    position: relative;
}

.banner-link01 .banner-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all .3s;
}

.banner-link01:hover .banner-img-box img {
    scale: calc(1.1);
}

.banner-link01 .banner-title-area {
    padding: 0 10px;
    max-width: 560px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px 20px;
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: auto;
	z-index: 2;
}

.banner-btn {
    margin: 0 0 0 auto;
    max-width: 137px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: clamp(14px, 13.515px + 0.129vw, 16px);
    font-weight: 500;
    font-family: var(--font-family01);
    letter-spacing: 0;
    line-height: 1.5;
    color: var(--white);
    text-align: center;
    position: relative;
    gap: 10px;
    transition: all .3s;
}

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

.banner-btn::after {
    content: "";
    display: block;
    width: 42px;
    height: 4px;
    background-image: url(/system_panel/uploads/images/banner_arrow.svg);
    background-attachment: scroll;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s;
}

.banner-link01:hover .banner-btn::after {
    transform: translateX(6px);
}

.banner-link02-wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 80px;
    position: relative;
}

.banner-link02-wrapper::before {
    content: "";
    display: block;
    width: 100%;
    height: 76%;
    background: var(--bg-quaternary);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

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

.banner-link02 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

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

.banner-link02 .banner-img-box {
    padding-top: 59.38%;
    width: 100%;
    position: relative;
}

.banner-link02 .banner-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all .3s;
}

.banner-link02:hover .banner-img-box img {
    scale: calc(1.1);
}

.banner-link02 .banner-title-area {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
}

.banner-link02 .banner-text-box {
    margin: 20px 0 0;
}

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

.banner-link02:hover .banner-btn::after {
    transform: translateX(6px);
}

/* 下層バナー */

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

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

.banner-link02-wrapper::before {
    display: none;
}

.in-banner-link02-wrapper .banner-link02 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.in-banner-link02-wrapper .banner-link02::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: var(--bg-fifth);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}

.in-banner-link02-wrapper .banner-link02 .banner-img-box {
    padding-top: 59.38%;
    width: 100%;
    position: relative;
}

.in-banner-link02-wrapper .banner-link02 .banner-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all .3s;
}

.in-banner-link02-wrapper .banner-link02:hover .banner-img-box img {
    scale: calc(1.1);
}

.in-banner-link02-wrapper .banner-link02 .banner-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 633px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: absolute;
    bottom: 55px;
    z-index: 2;
    gap: 10px;
}

.in-banner-link02-wrapper .banner-link02 .banner-title {
    font-size: clamp(14px, 11.333px + 0.347vw, 18px);
}

.in-banner-link02-wrapper .banner-link02 .banner-btn {
    margin: 0;
    padding: 14px 75px 14px 15px;
    max-width: clamp(180px, 153.333px + 3.472vw, 220px);
    width: 100%;
    justify-content: flex-end;
    border: 1px solid var(--white);
}

.in-banner-link02-wrapper .banner-link02 .banner-btn::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: var(--white);
    position: absolute;
    top: 50%;
    right: 8px;
    transition: all .3s;
}

.in-banner-link02-wrapper .banner-link02:hover .banner-btn::after {
    width: 20px;
}
/* ここまで */

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

.font-weight-medium {
    font-weight: 500 !important;
}

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

.btn01 {
    padding: 12px 20px;
    max-width: 220px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: clamp(14px, 13.515px + 0.129vw, 16px);
    font-weight: 500;
    font-family: var(--font-family01);
    letter-spacing: 0;
    line-height: 1.5;
    color: var(--primary);
    background: var(--base-bg-color);
    border: 1px solid var(--primary);
    border-radius: 3px;
    text-align: center;
    position: relative;
    gap: 10px;
    transition: all .3s;
}

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

.btn01::after {
    content: "";
    display: block;
    width: 42px;
    height: 4px;
    background-image: url(/system_panel/uploads/images/arrow01.svg);
    background-attachment: scroll;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s;
}

.btn01:hover::after {
    transform: translateX(6px);
}

.reserve-btn01 {
    padding: 13px 15px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    width: 100%;
    font-size: clamp(14px, 13.515px + 0.129vw, 16px);
    font-weight: 500;
    color: var(--white);
    font-family: var(--font-family01);
    letter-spacing: 0;
    line-height: 1.5;
    border: 1px solid var(--primary);
    border-radius: 3px;
    background-color: var(--bg-primary);
    transition: all .3s;
}

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

.reserve-btn01::before {
    content: "";
    display: block;
    margin: 0 8px 0 0;
    width: 17px;
    height: 19px;
    background: url(/system_panel/uploads/images/calendar_icon_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/calendar_icon_green.svg);
}

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

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

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

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

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

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

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

.text01 {
    font-size: clamp(14px, 13.029px + 0.259vw, 18px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2.0555;
}

.text02 {
    font-size: clamp(13px, 12.272px + 0.194vw, 16px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.875;
}

.text02 span {
    font-size: clamp(16px, 15.029px + 0.259vw, 20px);
}

.text03 {
    font-size: clamp(16px, 15.029px + 0.259vw, 20px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
}

.text04 {
    font-size: clamp(14px, 13.029px + 0.259vw, 18px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5555;
}

.text04 s {
    font-size: clamp(12px, 11.515px + 0.129vw, 14px);
    text-decoration: none;
}

.text05 {
    font-size: clamp(12px, 11.515px + 0.129vw, 14px);
    font-weight: 400;
    letter-spacing: 0;
}

.title01 {
    font-size: clamp(22px, 20.058px + 0.518vw, 30px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.3333;
}

.title02 {
    font-size: clamp(18px, 17.029px + 0.259vw, 22px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.3636;
} 

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

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

.sub-title01 {
    font-size: clamp(15px, 14.757px + 0.065vw, 16px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5625;
}

.en-title01 {
    font-size: clamp(30px, 23.932px + 1.618vw, 55px);
    font-weight: 400;
    font-family: var(--font-family02);
    letter-spacing: 0.04em;
    line-height: 1.01818;
}

.number-text01 {
    font-size: clamp(55px, 44.078px + 2.913vw, 100px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
}

.common-title-box01 {
    display: grid;
    gap: 8px;
}

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

.br-none br {
    display: none;
}

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

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

.loop-wrapper {
    margin: 0 0 -80px;
    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;
    position: relative;
    z-index: 9999;
}

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

.header-logo {
    max-width: 75px;
    width: 100%;
}

.header-right {
    margin: 0 0 0 auto;
    max-width: 1374px;
    width: 100%;
    display: none;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 5px 2.8%;
}

.header-nav-area {
    max-width: 1114px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    column-gap: clamp(10px, -2.933px + 1.684vw, 29.4px);
    row-gap: 5px;
}

.header-nav-link {
    display: block;
    font-size: clamp(13px, 11.000px + 0.26vw, 16px);
    font-weight: 500;
    font-family: var(--font-family01);
    letter-spacing: 0.035em;
    color: var(--base-font-color);
    transition: all .3s;
}

.header-nav-link:hover {
    color: var(--primary);
}

/*--is-active--*/

/* .header.is-active {
    padding: 0 0 20px;
    background: var(--base-bg-color);
} */

/*--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;
    background: var(--base-bg-color);
}

.header.clone .header-container {
    padding: 10px 15px;
}

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

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

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

/* アコーディオン */

.header-nav-accordion {
    min-width: 83px;
	width: auto;
	position: relative;
}

.header-nav-accordion .header-accordion-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-nav-accordion .header-accordion-content {
    display: none;
    padding: 15px 25px 20px 24px;
    width: 243px;
    border: 2px solid var(--tertiary);
    border-radius: 3px;
    position: absolute;
    background: rgba(246, 245, 240, .9);
    top: 40px;
    left: -29px;
    z-index: 1;
}

.header-nav-accordion .header-accordion-icon {
	margin: 0 0 0 3px;
	position: relative;
	max-width: 12px;
	width: 100%;
	height: 12px;
}

.header-nav-accordion .header-accordion-icon-item01 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 12px;
	height: 1px;
	background-color: var(--base-font-color);
	top: 50%;
	transform: rotate(0deg);
}

.header-nav-accordion .header-accordion-icon-item02 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 12px;
	height: 1px;
	background-color: var(--base-font-color);
	top: 50%;
	transform: rotate(90deg);
	transition: .5s;
}

.header-nav-accordion .header-accordion-icon.is-active > .header-accordion-icon-item01 {
	display: none;
}

.header-nav-accordion .header-accordion-icon.is-active > .header-accordion-icon-item02 {
	top: 50%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.header-nav-link02 {
    padding: 4px 0;
    display: block;
    font-size: clamp(12px, 10.000px + 0.26vw, 15px);
    font-weight: 400;
    font-family: var(--font-family01);
    color: var(--base-font-color);
    border-bottom: 1px solid var(--quaternary);
	position: relative;
    transition: all .3s;
}


.header-nav-link02:first-child {
	padding: 0 0 4px;
}

.header-nav-link02:hover {
	color: var(--primary);
}

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

/* 管理画面　*/

.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: 40px auto 0;
    max-width: 328px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    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: 12px;
    color: var(--white);
}

.header-ham-box01 {
    margin: 0 0 0 auto;
    height: 19px;
    width: 40px;
    transform-origin: center;
    transition: all .3s;
    position: fixed;
    top: 28px;
    right: 20px;
    z-index: 999999999999999;
}

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

/* .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: 100%;
    height: 28px;
    position: relative;
}

.spNavBtnBarItem {
    width: 100%;
    height: 1px;
    background: var(--base-font-color);
    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(13px) rotate(-40deg);
}

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

.open .spNavBtnBarItem:nth-of-type(3) {
    transform: translateY(3px) 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: 60px 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: 10px 0 0;
    display: block;
    color: var(--base-font-color);
    font-size: 18px;
    font-weight: 400;
	letter-spacing: 0;
    position: relative;
    transition: all .3s;
}

.spNavList01:first-child {
    margin: 0;
}

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

.spNavLinkIconBx .spNavBtnBar {
    width: 30px;
    height: 15px;
}

.spNavLinkIconBx .spNavBtnBar .spNavBtnBarItem {
    background: var(--white);
}

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

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

.footer-address-row {
    display: flex;
}

.footer-address-row:first-child {
    margin: 0;
}

.footer-address-th {
    margin: 0 4px 0 0;
    display: flex;
    justify-content: space-between;
    max-width: 86px;
    width: 100%;
}

.footer-address-td {
    width: 100%;
}

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

.footer-nav-area {
    gap: 10px;
}

.footer-nav-link01 {
    margin: 13px 0 0;
    display: block;
    font-size: clamp(14px, 12.667px + 0.174vw, 16px);
    font-weight: 500;
    font-family: var(--font-family01);
    letter-spacing: 0.035em;
    color: var(--base-font-color);
    transition: all .3s;
}

.footer-nav-link01 s {
    font-size: clamp(12px, 10.667px + 0.174vw, 14px);
    text-decoration: none;
}

.footer-nav-link01:hover {
    color: var(--primary);
}

.footer-nav-link01.footer-nav-no-hover:hover {
    color: var(--base-font-color);
}

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

.footer-nav-box {
    margin: 13px 0 0;
}

.footer-nav-item {
    margin: 5px 0 0;
    padding: 0 0 0 10px;
}

.footer-nav-link02 {
    margin: 1px 0 0;
    display: block;
    font-size: clamp(12px, 10.667px + 0.174vw, 14px);
    font-weight: 500;
    font-family: var(--font-family01);
    letter-spacing: 0.035em;
    color: var(--base-font-color);
    transition: all .3s;
}

.footer-nav-link02:hover {
    color: var(--primary);
}


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

.in-cover {
    padding: 0 15px;
    max-width: 1920px;
    width: 100%;
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.in-cover:before {
    content: "";
    display: block;
    position: absolute;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    background: rgba(152, 159, 135, .35);
}

.in-cover-title-box {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    max-width: 1320px;
    width: 100%;
    position: relative;
    z-index: 1;
    gap: 8px;
}

.in-cover-title {
    font-size: clamp(40px, 32.718px + 1.942vw, 70px);
    font-weight: 400;
    letter-spacing: 0.04em;
    color: var(--white);
}

.in-cover-sub-title {
    font-size: clamp(18px, 17.515px + 0.129vw, 20px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.55;
    color: var(--white);
}

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

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

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

.bread-link {
    display: block;
    color: var(--base-font-color);
    text-decoration: underline;
}

.bread-link:hover {
    color: var(--base-font-color);
    text-decoration: none;
}

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

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

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

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

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

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

.inner05 {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
}

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

.voice-container .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(--primary);
	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(--primary);
	/* 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(--primary);
}

.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(--primary);
	border-left: solid 2px var(--primary);
	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(--primary);
	border-right: solid 2px var(--primary);
	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) {

.banner-link01 {
    width: 100%;
    height: 300px;
}

.banner-link01 .banner-title-area {
    align-items: flex-end;
    flex-direction: row;
}

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

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

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

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

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

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


.banner-link01-container {
    flex-direction: row;
}

.banner-link01 {
    height: auto;
}

.banner-link01-container .banner-link01:last-child {
    margin: 0 0 0 -1px;
}

.banner-link01 .banner-title-area {
    align-items: flex-start;
    flex-direction: column;
}

.banner-link02-container {
    flex-direction: row;
    align-items: stretch;
}

.banner-link02 .banner-title-area {
    top: 14%;
}

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

.banner-link02 .banner-img-box {
    padding-top: 70%;
}

/* 下層バナー */

.in-banner-link02-wrapper .banner-link02-container {
    flex-direction: row;
    align-items: stretch;
}

.in-banner-link02-wrapper .banner-link02 .banner-title-area {
    top: auto;
}

.in-banner-link02-wrapper .banner-link02 .banner-text-box {
    margin: 0;
}

.in-banner-link02-wrapper .banner-link02 .banner-btn {
    margin: 0;
}

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

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

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

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

.loop-wrapper {
    margin: 0 0 -140px;
}

.loopImgBx01 {
    width: 495px;
    padding-top: 298px;
}

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

.header-container {
    justify-content: space-between;
}

.header-logo {
    max-width: 100px;
    width: 100%;
}

.header-right {
    display: flex;
}

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

.spNav {
    display: none;
}

.spMenuArea {
    display: none;
}

.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: 120px 15px 130px;
	max-width: 600px;
}

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

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

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

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

.in-cover {
    max-width: 1920px;
    width: 100%;
    height: 400px;
    justify-content: flex-start;
}

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

.in-wrapper {
    padding: 100px 15px;
}

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

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

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

.banner-link02-wrapper {
    padding: 0 15px 120px;
}

.banner-link02 .banner-text-box {
    margin: 35px 0 0;
}

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

.banner-link02 .banner-img-box {
    padding-top: 59.38%;
}

/* 下層バナー */

.in-banner-link02-wrapper .banner-link02-wrapper {
    padding: 0;
}

.in-banner-link02-wrapper .banner-link02 .banner-text-box {
    margin: 0;
}

.in-banner-link02-wrapper .banner-link02 .banner-btn {
    margin: 0;
}

.in-banner-link02-wrapper .banner-link02 .banner-btn {
    margin: 0;
}

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

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

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

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

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

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

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


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

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

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

.banner-link01 .banner-title-area {
    align-items: flex-end;
    flex-direction: row;
}

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

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

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


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

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

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

.header-container {
    padding: 25px 15px;
}

.header-nav-area {
    flex-wrap: nowrap;
}

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

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