@charset "utf-8";

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

:root {
	/* color */
  	--base-body-bg: #EEEBE5;
  	--base-body-color: #4D4D4C;
	--white: #fff;
    --black:#262626;
    --gray01: #AEAAA3;
    /* --gray02: #595858; */
    /*--gray03: #EAEAEA; */
	--primary: #CCC4B8;
  	--secondary: #E6E0D8;
	--tertiary: #BFB8AC;
    /* --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: "Zen Old Mincho", serif;
	--font-family02: "Aboreto", system-ui;
	--font-family03: "Lato", sans-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, 11.786px + 0.324vw, 18px);
	font-weight: 400;
	line-height: 1.45em;
	word-break: break-all;
	background: url(/system_panel/uploads/images/n-body-bg.jpg) repeat-y, center / 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 {
    font-family: var(--font-family03);
	display: block;
	position: relative;
	color: var(--white);
	font-weight: 400;
}

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

.navi-link02 {
    display: block;
    margin: 10px 0 0;
    font-family: var(--font-family03);
    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 {
	text-decoration: underline;
}

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

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

.cursol-pointer {
	cursor: pointer;
}

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

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

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

.opacity2 {
	opacity: .2;
}

.opacity5 {
	opacity: .5;
}

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

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


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

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

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


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


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

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

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

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

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

.in-deco-title-box {
	position: relative;
	padding: 0 0 0 50px;
}

.in-deco-title-box:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: var(--base-body-color);
    z-index: 1;
}

.title-box-row {
    display: flex;
    align-items: center;
}

.title-box-row .en-title03 {
    margin: 0 25px 0 0;
}

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


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

.btn01 {
    max-width: 132px;
    width: 100%;
  	position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: clamp(13px, 11.301px + 0.453vw, 20px);
    font-family: var(--font-family03);
    font-weight: 400;
    letter-spacing: 0.03em;
	text-align: right;
	transition: all .3s;
}

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


.btn01:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 50px;
    width: 100%;
    height: 50px;
    margin: auto 15px auto auto;
    transition: all .3s;
}

.btn01-black::after {
    background: url(/system_panel/uploads/images/n-com-arrow.png) center center / contain no-repeat;
}

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

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

.com-rsv-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 280px;
    /* min-height: 65px; */
    padding: 6.9% 12px 7%;
    border-radius: 100vmax;
    font-size: clamp(15px, 13.786px + 0.324vw, 20px);
    letter-spacing: 0.03em;
    transition: all .3s;
}

.com-rsv-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    max-width: 18px;
    width: 10%;
    height: 18px;
    background: url(/system_panel/uploads/images/n-rsv-link-icon.svg) no-repeat center / contain;
    transform: translateY(-50%);
    z-index: 1;
}

.com-rsv-btn:hover {
    filter: brightness(1.12);
}

.com-rsv-btn-gold {
    color: var(--white);
    background: url(/system_panel/uploads/images/n-rsv-link-bg.jpg) no-repeat center / cover;
}

.com-rsv-btn-gold:hover {
    color: var(--white);
}

.com-tel-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 280px;
    /* min-height: 65px; */
    padding: 6.2% 11px 7%;
    border-radius: 100vmax;
    font-size: clamp(18px, 16.301px + 0.453vw, 25px);
    font-family: var(--font-family03);
    letter-spacing: 0.03em;
    border: 1px solid var(--tertiary);
}

.com-tel-btn-in {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	max-width: 217px;
	width: 93%;
	margin: 0 auto;
}

.tel-img {
    display: block;
    max-width: 20px;
    width: 10%;
}

.back-btn {
    max-width: 130px;
    width: 100%;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: clamp(13px, calc(0.8125rem + ((1vw - 3.75px) * 0.1942)), 16px);
    font-weight: 400;
    letter-spacing: 0.05em;
    color: var(--gray02);
    transition: all .3s;
    margin: 40px auto 0;
}

.back-btn:after {
    content: "";
    display: block;
    max-width: 26px;
    width: 100%;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 0;
    background: url(/system_panel/uploads/images/arrow_pink.svg)  no-repeat center / contain;
    transform: translateY(-50%) scaleX(-1);
    z-index: 1;
    transition: all .3s;
}

.back-btn:hover {
    color: var(--gray02);
}

.back-btn:hover::after {
    left: -15px;
    transition: all .3s;
}

.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: grid;
    grid-template-columns: repeat(2, 1fr);
    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: 50px;
    width: 100%;
    margin: 0 auto 0 auto;
    z-index: -1;
}

.drop-shadow {
	filter: drop-shadow(4px 4px 10px rgba(0,0,0,0.16));
}

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

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

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

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

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

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

/* .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-gold-gradation01 {
    background: linear-gradient(120deg,rgba(217, 194, 122, 1) 0%, rgba(183, 154, 74, 1) 45%, rgba(142, 115, 48, 1) 100%);
}

.gradation-title-box p, .gradation-title-box h2,.gradation-title-box h3 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


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

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

.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(51,49,46,.7);
  	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(51,49,46,.4);
  	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%;
}

.reveal-animation {
    position: relative;
    overflow: hidden;
}

.reveal-animation img {
    -webkit-mask-image: url(/system_panel/uploads/images/mask-img.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: auto 200%;
    -webkit-mask-position: center bottom;
    mask-image: url(/system_panel/uploads/images/mask-img.png);
    mask-mode: alpha;
    mask-position: center bottom;
    mask-repeat: no-repeat;
    mask-size: auto 200%;
    opacity: 0;
}

.reveal-animation.is-visible img {
    animation: 2.3s mask-animation cubic-bezier(.115, .405, .24, 1) 0s forwards;
}

@keyframes mask-animation {
    0% {
        -webkit-mask-position: center bottom;
        mask-position: center bottom;
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    to {
        -webkit-mask-position: center 0%;
        -webkit-mask-size: auto 500%;
        mask-position: center 0%;
        mask-size: auto 500%;
        opacity: 1;
    }
}
/*-----------------------------------------------------------
装飾
-----------------------------------------------------------*/

.common-deco01 {
	max-width: 706px;
	width: 40%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.common-deco02 {
    max-width: 654px;
    width: 38%;
    position: absolute;
    right: 0;
    top: -13%;
    z-index: 1;
}

.common-deco03 {
    max-width: 156px;
    width: 20%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.common-deco04 {
    max-width: 1103px;
    width: 55%;
    position: absolute;
    left: 0;
    bottom: -10%;
    z-index: 1;
}

.common-deco05 {
    max-width: 654px;
    width: 38%;
    position: absolute;
    left: 0;
    top: -13%;
    z-index: 1;
}

.common-deco06 {
	max-width: 706px;
	width: 100%;
	position: absolute;
	right: 0;
	top: -10%;
	z-index: 1;
}

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

.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 {
	max-width: 1920px;
	width: 100%;
	height: 250px;
	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: 1920px;
    width: 100%;
    height: 100%;
    background: rgba(38, 26, 0, .3);
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.in-cover-box {
	max-width: 1350px;
	width: 100%;
	color: var(--white);
	padding: 0 15px;
	margin: 80px 0 0;
	position: relative;
	text-align: center;
	z-index: 9;
}

.in-cover-title {
    font-size: clamp(13px, calc(0.8125rem + ((1vw - 3.75px) * 0.3236)), 18px);
    font-weight: 400;
    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, 21.505px + 2.265vw, 65px);
    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;
}

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

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

.base-table-tr {
    padding: 15px 0;
    border-bottom: 1px solid #CCC4B8;
}

.base-table-th {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-family: var(--font-family01);
	font-size: clamp(15px, 13.786px + 0.324vw, 20px);
	font-weight: 400;
}

.base-table-td {
	margin: 5px 0 0;
}

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

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

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

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

.banner-inner {
    max-width: 1350px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
}

.banner-container {
    padding: 0;
}

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

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

.banner-gap {
	gap:6px;
}

.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-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: flex-end;
    flex-direction: column;
    color: var(--white);
    /* text-shadow: 0 2px 5px rgb(0 0 0 / 50%); */
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 481px;
    width: 95.82%;
    height: 90%;
    z-index: 5;
    transition: all .3s;
}

.link-img-box {
    position: relative;
    width: 100%;
    min-height: 395px !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 {
	width: 23.7%;
	aspect-ratio: 160/160;
	margin: 30px auto 0;
}

.banner-btn-pc {
	display: none;
}

.banner-btn-sp {
	display: block;
}

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

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

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

.header-logo-link {
    display: block;
    max-width: 240px;
    width: 52.2%;
    margin: 0;
    aspect-ratio: 240 / 33;
    transition: all .3s;
}

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

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

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 80%;
    max-width: 960px;
    margin: 0;
    gap: 13px;
}

.header-navi-link {
    font-size: clamp(14px, 7.143px + 0.67vw, 20px);
    letter-spacing: 0.03em;
}

/*ドロップダウン*/
.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(--white);
    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: 172px;
	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: 20px;
	background: rgba(238,235,229,.85);
}

.nav-second-in .header-navi-link {
	color: var(--base-body-color);
	margin: 15px 0 0 0;
}
.nav-second-in .navi-link02:before {
	background: var(--base-body-color);
}


.nav-second-in .header-navi-link:last-child {
	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: 10px;
    width: 100%;
    cursor: pointer;
    transition: .3s;
    top: 32px;
    bottom: 0;
    right: 10px;
    margin: 0;
    position: absolute;
    z-index: 999;
}

.hamburger-btn-inner {
    max-width: 25px;
    height: 10px;
    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: 10px;
    position: relative;
}

.hamburger-btn-bar > div {
    width: 100%;
    height: 2px;
    background: #fff;
    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) {
    bottom: 0;
    transform: translateY(-50%);
} */

.hamburger-btn-bar > div:nth-child(2) {
    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(2) {
	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: 20px 0;
	font-size: 18px;
}

.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: calc(100% - 33.333%);
	height: 70px;
	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(--primary);
}

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

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

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

.sp-nav-link {
	padding: 6px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	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(--primary);
	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: #fff;
}

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

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

.is-scroll .header-logo-link {
    position: static;
    max-width: 240px;
    width: 36%;
    aspect-ratio: 240/33;
    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: 18px 0 18px 0 !important;
    transition: all .3s;
}

.is-scroll .hamburger-btn {
	top: 22px;
}

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

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

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

.footer-rsv-main {
    gap: 10px;
}

.footer-rsv-main01 {
    gap: 0;
}

.footer-rsv-item-inner {
    border-image-source: url(/system_panel/uploads/images/n-footer-rsv-dedo.svg);
    border-image-slice: 40 fill;
    border-image-width: 40px;
    border-image-repeat: round;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-rsv-row {
    gap: 15px;
}

.footer-rsv-logo01 {
	margin: 0 0 10px 0;
}

.footer-navi-row {
	gap: 25px;
}

.footer-link01 {
    font-size: clamp(18px, 16.087px + 0.51vw, 20px);
}

.footer-link02 {
    font-size: clamp(15px, 10.217px + 1.276vw, 20px);
}

.footer-link02 {
    color: var(--white);
    opacity: .5;
}

.footer-link02:hover {
    color: var(--white);
    opacity: .5;
}

.footer-link02:before {
    background: var(--white);
}

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

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

	}

	.is-scroll .header-logo-link {

	}

	/*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/
  
    .footer-navi-left {
      	flex-direction: row !important;
        gap: 6px;
    }
  
   .footer-navi-box {
      margin: 0 !important;
  }
}/* 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;
	}
  
	/*-----------------------------------------------------------
	ボタン
	-----------------------------------------------------------*/

	.btn01 {
		max-width: 180px;
	}

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

    .anchor-box {
        height: 100px;
    }
 
	.banner-link {
		margin: 0;
		width: 50%;
	}

	.com-tel-btn {
		font-size: clamp(18px, 6.333px + 0.972vw, 25px);
	}

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

	.title-box-left.title-box-deco {
		padding: 0 0 0 80px;
	}

	.title-box-deco {
		padding: 0 0 0 80px;
	}

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

    .title-box-left {
        text-align: left;
    }

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

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

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


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

	.in-cover {
		height: 350px;
	}
  
   
    .breadcrumbs-inner {
        font-size: 15px;
    }


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

	.base-table-tr {
		padding: 30px 0;
	}

	.base-table-td {
		margin: 0;
	}

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

    .header {
        position: fixed;
        transform: translateY(0);
    }
  
  	.header-frame {
	    padding: 51px 0;
  	}

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

    .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: 38px 0 28px 0 !important;
		transition: all .3s;
	}

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

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

	.footer-navi-row, .footer-navi-left {
		gap: 15px;
	}

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

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

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

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

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

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


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

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

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/
    
	.strong-primary strong {
		font-size: 18px;
	}

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

	/*-- 改行 --*/

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

	.br-1024-block br {
		display: block;
	}
  
	/*-----------------------------------------------------------
	ボタン
	-----------------------------------------------------------*/

	.btn01 {
		max-width: 231px;
	}

	.btn01:after {
		max-width: 100px;
		height: 100px;
	}

    .anchor-box {
        height: 120px;
    }
	
	.anchor-btn {
	    padding: 18px 10px 18px 40px;
	}
  
	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/
  
	/*-----------------------------------------------------------
	テキスト
	-----------------------------------------------------------*/

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

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

	.common-deco01 {
		left: 0;
		top: -20%;
	}
	
	.common-deco02 {
		top: -26%;
	}

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

	.in-cover {
		height: 450px;
	}
   
    .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 {
		width: 33.5%;
		margin: 55px auto 0;
	}

	.banner-btn-pc {
		display: block;
	}

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

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

	.header-right {
		gap: 40px;
	}


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

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

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

	.footer-navi-row, .footer-navi-left {
		gap: 60px;
	}

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

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

	.strong-primary strong {
		font-size: 20px;
	}

	/*-- 改行 --*/

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

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

  
	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/
  
    .title-box-deco:before {
        top: 35px;
    }

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



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

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

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


	/*-----------------------------------------------------------
	ボタン
	-----------------------------------------------------------*/
  
    .anchor-contents {
        gap: 20px;
    }

	.com-rsv-btn:after {
		right: 30px;
	}
	
	.com-tel-btn {
		font-size: clamp(18px, 6.333px + 0.972vw, 25px);
	}

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

	.deco01-line {
		height: 30px;
	}

	/*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/
  
    .nav-single-link:before, .nav-single-link:after {
      width: 15px;
    }
	.nav-single-link {
		padding-right: 23px;
	}
  
 	/*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/
  
	.footer-rsv-main {
		flex-direction: row !important;  
	}
  
    .footer-rsv-btn-block {
		width: 70% !important;
	}

    .footer-rsv-logo01 {
		width: 25%;
		margin: 0;
    }
  
  .


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

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

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

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

	.strong-primary strong {
		font-size: 23px;
	}

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



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

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

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

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

	/*-- 改行 --*/

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

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

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

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

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


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

    .footer-rsv-row {
        gap: 30px;
    }
    
    .footer-rsv-item-inner {
        padding: 39px 25px 39px 25px !important;
    }

    .footer-rsv-logo01 {
        width: 45%;
    }

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

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

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

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

	/*-- 改行 --*/

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

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


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


	/*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/
    .header-right {
		margin: 0 40px 0 0;
    }

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

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

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

@media screen and (min-width:1600px) {
  
	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

	/*-- 改行 --*/

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

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

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

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

	.footer-navi-row,.footer-navi-left {
		gap: 79px;
	}

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

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

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