@charset "UTF-8";
/*
Theme Name: kagayaki9660
Theme URI: 
Description: kagayaki9960.jp 専用
Author: fu-mi.
Author URI: -
version: 1.0
*/

/*------------------------------------------------
	fonts styles
-------------------------------------------------*/
body { font-family: 'source-han-sans-jp-variable', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', helvetica, arial, clean, sans-serif;}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	.selector {
			property: value;
	}
	body {
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', helvetica, arial, clean, sans-serif;
	}
}
/*------------------------------------------------
	reset styles
--------------------------------------------------*/
li {
	list-style: none;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
img {
	vertical-align: top;
}
table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------------------------------------
	clear styles
--------------------------------------------------*/
.clear:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------
	base styles
--------------------------------------------------*/
:root {
	--txt-color: #3d3d3d;
	--txt-color2: #fff;
	--color-main-org: #efa268;
	--color-main-brw: #612817;
	--color-main-grn: #6ab16d;
	--color-sub-ble: #00aae8;
	--color-sub-g: #20b29c;
	--color-sub-b: #1c95ce;
	--color-sub-p: #874797;
}
html {
	font-family: 'source-han-sans-jp-variable', sans-serif;
	font-variation-settings: "wght" 400;
	font-size: 62.5%;
	background-color: #fff;
}
html.wf-active {
}
html, body {
	min-height: 100%;
	height: auto;
}
body {
	-webkit-text-size-adjust: 100%;
	color: var(--txt-color);
	font-weight: 400;
	font-size: 1.6rem;
	line-height: calc(30 / 16);
	letter-spacing: .1em;
	position: relative;
	padding-top: 17px;
	background-image: url(images/body-head-bg.svg);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 1640px auto;
	overflow-x: hidden;
}
@media (max-width: 1320px) {
	.wrapper {
		width: 1320px;
		overflow: hidden; /* ← これで右にはみ出し装飾はスクロール対象外 */
	}

	html, body {
		width: 1320px;
		overflow-x: auto; /* ← 1320pxまでスクロール可 */
	}
}
h1, h2, h3, h4, h5, p, dt, dd, li {
	font-feature-settings: "palt";
}
i svg {
	vertical-align: middle;
}
.section {
	width: 100%;
	min-width: 1320px;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
.section-b {
	background-image: url(images/section-b-bg.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: 45px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.section-b {
		background-image: url(images/section-b-bg-2x.png);
	}
}
.section-2nd {
	padding-top: 30px;
}
.content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.div-section {
	width: 100%;
	min-width: 1320px;
}

.header {
	width: 100%;
	min-width: 1320px;
	height: 555px;
	position: relative;
}
.footer {
	width: 100%;
	min-width: 1320px;
}
.btn {
	width: 260px;
	height: 50px;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-main-org);
	color: #fff;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.7rem;
	line-height: calc(20 / 17);
	letter-spacing: .01em;
	padding-left: .01em;
	text-decoration: none;
	position: relative;
	transition: all .3s;
}
.btn:hover {
	opacity: .7;
}
.btn::after {
	content: "▶";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
}

.top-header {
	height: 823px;
}
.header .logo {
	width: 1000px;
	height: 333px;
	position: absolute;
	top: 0;
	left: calc(50% - 500px);
}
.header .logo a {
	display: inline-flex;
	margin-top: 48px;
}
.header .top-logo {
	height: 723px;
	background-image: url(images/top-header-bg.png);
	background-repeat: no-repeat;
	background-size: 114px auto;
	background-position: top 83px left;
	top: 0;
	left: calc(50% - 500px);
	padding-top: 183px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.header .top-logo {
		background-image: url(images/top-header-bg-2x.png);
	}
}
.header .top-logo a {
	margin-top: 0;
}

.top-eyecatch-2 {
	width: 1320px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/top-header-bg.png);
	background-repeat: no-repeat;
	background-size: 114px auto;
	background-position: top 83px left;
	display: flex;justify-content: center;
	padding-top: 105px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.top-eyecatch-2  {
		background-image: url(images/top-header-bg-2x.png);
	}
}
.top-logo2 {
	padding-top: 78px;
	padding-right: 78px;
}

.eyecatch-img {
	width: calc(50% + 250px);
	height: 450px;
	border-top-left-radius: 90px;
	border-bottom-left-radius: 90px;
	background-repeat: no-repeat;
	background-size: auto 450px;
	background-position: left center;
	position: absolute;
	top: 105px;
	left: calc(50% - 250px);
}
.top-eyecatch-img {
	width: 948px;
	height: 618px;
	border-radius: 90px;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 105px;
	left: calc(50% - 127px);
	padding-top: 114px;
	padding-left: 386px;
}
.top-eyecatch-img2 {
	width: 948px;
	height: 618px;
	border-radius: 90px;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 114px;
	padding-left: 386px;
}
.top-eyecatch-img {
	background-image: url(images/top-eyecatch-bg.jpg);
}
.top-eyecatch-img2 {
	background-image: url(images/top-eyecatch-bg.jpg);
}
.single .eyecatch-img, .archive .eyecatch-img, .page .eyecatch-img {
	background-image: url(images/topics-eyecatch-2.jpg);
}
.introduction .eyecatch-img,
	.kanie .eyecatch-img, 
	.tokai .eyecatch-img, 
	.kasugai .eyecatch-img,
	.kuwana .eyecatch-img  {
	background-image: url(images/introduction-eyecatch-2.jpg);
}
.program .eyecatch-img {
	background-image: url(images/program-eyecatch-2.jpg);
}
.guide .eyecatch-img {
	background-image: url(images/guide-eyecatch-2.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.top-eyecatch-img {
		background-image: url(images/top-eyecatch-bg-2x.jpg);
	}
	.top-eyecatch-img2 {
		background-image: url(images/top-eyecatch-bg-2x.jpg);
	}
	.single .eyecatch-img, .archive .eyecatch-img, .page .eyecatch-img {
		background-image: url(images/topics-eyecatch-2-2x.jpg);
	}
	.introduction .eyecatch-img,
	.kanie .eyecatch-img, 
	.tokai .eyecatch-img, 
	.kasugai .eyecatch-img,
	.kuwana .eyecatch-img {
		background-image: url(images/introduction-eyecatch-2-2x.jpg);
	}
	.program .eyecatch-img {
		background-image: url(images/program-eyecatch-2-2x.jpg);
	}
	.guide .eyecatch-img {
		background-image: url(images/guide-eyecatch-2-2x.jpg);
	}
}
.page-title-bg {
	width: 405px;
	height: 155px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background-image: url(images/page-title-bg.png);
	background-repeat: repeat;
	background-position: top right;
	background-size: 217px auto;
	position: absolute;
	top: 333px;
	left: calc(50% - 500px);
	opacity: .7;
}
.page-title-bg::after {
	content: "";
	display: block;
	width: calc((100vw - 1000px) / 2);
	height: 155px;
	background-image: url(images/page-title-bg.png);
	background-repeat: repeat;
	background-position: top right;
	background-size: 217px auto;
	position: absolute;
	top: 0;
	right: 405px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.page-title-bg {
		background-image: url(images/page-title-bg-2x.png);
	}
	.page-title-bg::after {
		background-image: url(images/page-title-bg-2x.png);
	}
}
.page-title {
	width: 405px;
	height: 155px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: absolute;
	top: 333px;
	left: calc(50% - 500px);
}
.page-title h1 {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.9rem;
	line-height: calc(42 / 29);
	letter-spacing: .055em;
	border-left: 5px solid var(--color-main-org);
	padding-left: 20px;
	color: var(--color-main-brw);
}
.page-title span {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.7rem;
	line-height: calc(38 / 17);
	letter-spacing: .2em;
	border-left: 5px solid var(--color-main-org);
	padding-left: 20px;
	color: var(--color-main-brw);
}
.page-title span::first-letter {
	color: var(--color-main-org);
}
.gnav {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	width: 948px;
	height: 105px;
	left: calc(50% - 288px);
	justify-content: center;
}
.gnav > ul {
  display: flex;
  align-items: center;
}
.gnav > ul > li {
  position: relative;
  margin-left: 26px;
}
/* --- ホームアイコン --- */
.gnav .home-item {
  margin-left: 0;
}
.gnav .home-item a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}
/* --- 通常メニュー（トップの文字） --- */
.gnav > ul > li > a,
.gnav .parent-label {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--text-color);
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: opacity .3s;
}
.gnav > ul > li > a:hover {
  opacity: .6;
}
/* --- 区切りスラッシュ（／） --- */
.gnav > ul > li + li::before {
  content: "／";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff9e65;
  font-size: 1.8rem;
}
/* -----------------------------------
   子メニュー（ドロップダウン・オレンジBOX）
------------------------------------ */
.gnav .has-sub .sub-menu {
  position: absolute;
  top: 31px;          /* 親メニューからの距離 */
  left: -10px;
  width: calc(100% + 20px);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
  background-color: #f9ecd7; /* オレンジ背景 */
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);

  /* アニメーション（フェード＋スライド） */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: all .25s ease-out;
  z-index: 10;
}
/* ホバー時に表示 */
.gnav .has-sub:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* --- 子メニューUL --- */
.gnav .has-sub .sub-menu ul {
  padding: 0;
  margin: 0;
}
/* --- 子メニューLI --- */
.gnav .has-sub .sub-menu li {
  list-style: none;
  background-image: url(images/border-w.svg);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: 7px auto;
  position: relative;
}
.gnav .has-sub .sub-menu li:first-child {
	background-image: none;
}
/* 子メニューのリンク */
.gnav .has-sub .sub-menu a {
  color: #3d3d3d;
  text-decoration: none;
	font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
	line-height: calc(30 / 16);
  letter-spacing: .1em;
  transition: opacity .3s;
	position: relative;
	padding-left: 30px;
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
}
.gnav .has-sub .sub-menu a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("images/ico-subnav-head.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
	transform: translateY(-50%);
}

.gnav .has-sub .sub-menu a:hover {
  opacity: .7;
}

.top-header2 .gnav {
	width: 948px;
	height: 105px;
	position: absolute;
	top: 0;
	left: calc(50% - 288px);
	justify-content: center;
}


.mds {
	text-align: center;
}
.mds > div {
	display: inline-block;
}
.mds span {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.3rem;
	line-height: calc(18 / 13);
	letter-spacing: .2em;
	padding-left: .2em;
	color: var(--color-main-brw);
	display: inline-block;
	position: relative;
}
.mds span::first-letter {
	color: var(--color-main-org);
}
.mds span::after {
	content: "";
	width: 30px;
	height: 1px;
	display: block;
	background-color: var(--color-main-brw);
	position: absolute;
	bottom: -4px;
	left: calc(50% - 15px);
}
.mds h2 {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: var(--color-main-brw);
	font-size: 2.7rem;
	line-height: calc(34 / 27);
	letter-spacing: .25em;
	padding-left: .25em;
	margin-top: 26px;
	position: relative;
}
.mds h2::before {
	content: "";
	width: 22px;
	height: 40px;
	background-image: url(images/mds-before.svg);
	background-size: cover;
	position: absolute;
	top: calc(50% - 20px);
	left: -28px;
}
.mds h2::after {
	content: "";
	width: 22px;
	height: 40px;
	background-image: url(images/mds-after.svg);
	background-size: cover;
	position: absolute;
	top: calc(50% - 20px);
	right: -28px;
}
.foot-mds {
	position: relative;
}
.foot-mds::before {
	content: "";
	width: 100px;
	height: 72px;
	background-image: url(images/top-header-bg.png);
	background-repeat: no-repeat;
	background-size: 100px auto;
	position: absolute;
	top: -10px;
	left: 240px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.foot-mds::before {
		background-image: url(images/top-header-bg-2x.png);
	}
}
.foot-mds span {
	font-size: 2.0rem;
	line-height: calc(26 / 20);
	color: var(--color-main-org);
}
.foot-mds span::first-letter {
	color: var(--color-main-org);
}
.foot-mds span::after {
	display: none;
}
.foot-mds h2 {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: var(--color-main-brw);
	font-size: 2.7rem;
	line-height: calc(34 / 27);
	letter-spacing: .25em;
	padding-left: .25em;
	margin-top: 16px;
	position: relative;
}
.foot-mds h2::before {
	content: "";
	width: 60px;
	height: 34px;
	background-image: url(images/foot-mds-before.png);
	background-size: cover;
	position: absolute;
	top: calc(50% - 17px);
	left: -60px;
}
.foot-mds h2::after {
	content: "";
	width: 60px;
	height: 34px;
	background-image: url(images/foot-mds-after.png);
	background-size: cover;
	position: absolute;
	top: calc(50% - 17px);
	right: -64px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.foot-mds h2::before {
		background-image: url(images/foot-mds-before-2x.png);
	}
	.foot-mds h2::after {
		background-image: url(images/foot-mds-after-2x.png);
	}
}
.contact-head {
	height: 250px;
}

.contact-btm {
	padding-top: 1px;
	background-image: url(images/contact-bg.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: 24px auto;
	position: relative;
	padding-bottom: 100px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.contact-btm {
		background-image: url(images/contact-bg-2x.png);
	}
}
.foot-photo-box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.foot-slide {
	margin-top: -211px;
	height: 566px;
	overflow-y: hidden;
}
.foot-slide li {
	padding-left: 15px;
	padding-right: 15px;
}
.fp01 {
	padding-top: 50px;
}
.fp02 {
	padding-top: 125px;
}
.fp03 {
	padding-top: 56px;
}
.fp04 {
	padding-top: 125px;
}
.fp06 {
	padding-top: 72px;
}
.foot-mds {
	margin-top: 120px;
}
.foot-photo-box img {
	border-radius: 30px;
}
.contact-box {
	margin-top: 50px;
	text-align: center;
}
.contact-box p:first-child {
	font-size: 1.6rem;
	line-height: calc(40 / 16);
}
.contact-box h3 {
	margin-top: 50px;
	width: 360px;
	height: 46px;
	border-radius: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #6ab16d;
	color: #fff;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.2rem;
	line-height: calc(30 / 22);
	letter-spacing: .1em;
	padding-left: .1em;
}
.contact-box h3 + p {
	margin-top: 18px;
	font-family: din-2014, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4.1rem;
	line-height: calc(50 / 41);
}
.contact-box P:last-child {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.6rem;
	line-height: calc(26 / 16);
	letter-spacing: .06em;
	padding-left: .06em;
}
.gmap-section > iframe {
	width: 100%;
	height: 450px;
	vertical-align: bottom;
	position: relative;
	z-index: 10000;
}
.footer-top {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 100px;
}
.footer-top p + p {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.7rem;
	line-height: calc(25 / 17);
	letter-spacing: .025em;
	padding-left: 0.25em;
	margin-top: 20px;
}
.copyright {
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-main-org);
	color: #fff;
	font-size: 1.1rem;
	letter-spacing: .15em;
	padding-left: .15em;
}
#pagetop {
	width: 90px;
	height: 90px;
	position: fixed;
	z-index: 10000;
	right: 0px;
	display: block;
	background-image: url(images/pagetop.svg);
	background-size: cover;
	border-radius: 50%;
	transition: all .3s;
}
#pagetop:hover {
	opacity: .7;
}

.topics-archive {
	margin-top: 70px;
}
.topics-list li + li {
	margin-top: 30px;
}
.topics-title {
	display: flex;
	align-items: center;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.0rem;
	line-height: calc(46 / 30);
	padding-left: 35px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #faf3eb;
	color: var(--color-main-brw);
	position: relative;
}

.topics-title::before {
	content: '';
	width: 5px;
	height: calc(100% - 24px);
	background-color: var(--color-main-org);
	display: block;
	position: absolute;
	top: 12px;
	left: 15px;
}
.topics-body {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
}
.topics-body h2 {
	position: relative;
	padding: .5em .7em .4em;
	border-bottom: 3px solid var(--color-main-org);
	margin-top: 37px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.7rem;
	line-height: calc(34 / 27);
}
.topics-body h2::before,
.topics-body h2::after {
	position: absolute;
	left: 30px;
	bottom: -15px;
	width: 30px;
	height: 15px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
}
.topics-body h2::before {
	background-color: var(--color-main-org);
}
.topics-body h2::after {
	bottom: -11px;
	background-color: #fff;
}
.topics-body h3 {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.2rem;
	color: var(--color-main-brw);
	display: inline-block;
	position: relative;
	margin: calc((3.5em / 2) + 50px) 0 calc(3.5em / 4) calc(3.5em / 2);
	line-height: 1;
}
.topics-body h3::before {
	position: absolute;
	bottom: calc(-3.5em / 4);
	left: calc(-3.5em / 2);
	z-index: -1;
	width: 3.5em;
	height: 3.5em;
	border-radius: 50%;
	background: #faf3eb;
	content: '';
}
.topics-body p {
	font-size: 1.6rem;
	line-height: calc(40 / 16);
	letter-spacing: .04em;
}
.topics-body * + p {
	margin-top: 20px;
}
.topics-body p + p {
	margin-top: 40px;
}
.topics-body hr {
	margin-top: 50px;
}
.topics-body ul {
	margin-top: 50px;
	list-style-type: disc;
	padding: 1em 1em 1em 2.5em;
	border-left: 5px solid var(--color-main-org);
	background-color: #f0ffff;
}
.topics-body ul li {
	list-style-type: disc;
	padding: .3em .3em .3em 0;
}
.topics-body ul li::marker {
	color: var(--color-main-org);
	font-size: 1.1em;
}
.topics-body table {
	margin-top: 20px;
}
.topics-body table th,
.topics-body table td {
	border: 1px solid #000;
	padding: .2em .5em;
}
.topics-body table th {
	font-variation-settings: "wght" 700;
}
.topics-nav {
	margin-top: 60px;
}
.topics-nav ul {
	display: flex;
	justify-content: center;
	gap: 80px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.topics-nav a,
.topics-nav span.disabled {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 50px;
	border-radius: 7px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.7rem;
	line-height: calc(20 / 17);
	text-decoration: none;
	transition: 0.3s;
	position: relative;
}
.topics-nav span.disabled {
	color: #aaa;
	border: 1px solid #ccc;
	background: #f5f5f5;
	cursor: default;
	pointer-events: none;
}
.topics-nav .prev a::before,
.topics-nav .prev span.disabled::before {
	content: "◀";
	position: absolute;
	top: calc(50% - (20px / 2));
	left: 14px;
}
.topics-nav .next a::before,
.topics-nav .next span.disabled::before {
	content: "▶";
	position: absolute;
	top: calc(50% - (20px / 2));
	right: 14px;
}
.topics-nav a {
	background-color: var(--color-main-org);
	color: #fff;
}

.topics-nav a:hover {
	opacity: .7;
}
.topics-link {
	display: flex;
	align-items: flex-start;
	padding: 30px;
	text-decoration: none;
	background-color: #faf0d7;
	transition: background 0.3s ease, box-shadow 0.3s ease;
}

.topics-link:hover {
	background: #f3d6a2;
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
.topics-thumb-wrap {
	flex-shrink: 0;
	width: 260px;
	height: 160px;
	overflow: hidden;
}
.topics-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.topics-info {
	flex: 1;
	margin-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.topics-item-title {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.2rem;
	line-height: calc(42 / 22);
	letter-spacing: .1em;
	color: var(--color-main-brw);
}
.topics-item-date {
	font-family: din-2014, sans-serif;
	font-weight: 400;
	font-style: normal;
  font-size: 1.6rem;
	line-height: calc(22 / 16);
	color: var(--color-main-brw);
}
.topics-excerpt {
	margin-top: 14px;
	padding-top: 16px;
	background-image: url(images/border-w.svg);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: 7px auto;
	font-feature-settings: normal;
	letter-spacing: 0;
	word-break: break-all;
	white-space: normal;
	color: var(--txt-color);
}

.topics-excerpt .more {
	color: #ef8337;
	font-feature-settings: normal;
}



.news-outer {
	margin-top: 50px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/border-kuro.svg);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: 7px auto;
	padding-top: 2px;
}
.topics_list {
	background-image: url(images/border-kuro.svg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 7px auto;
}
.topics_list:first-child {
	
}
.topics_head {
	padding: 26px 100px 26px 60px;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.date {
	font-size: 1.6rem;
	line-height: calc(20 /16);
	letter-spacing: .075em;
	color: var(--color-main-brw);
}
.topics_list h3 {
	font-size: 1.6rem;
	line-height: calc(20 /16);
	letter-spacing: .075em;
	width: calc(100% - 130px);
}
.topics_head figure {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(images/news-close.svg);
	background-size: 20px auto;
}
.topics_head.active figure {
	transform: translateY(-50%) rotate(180deg);
}
.topics_head:hover {
	cursor: pointer;
}
.topics_head:hover .date, .topics_head:hover h4, .topics_head:hover figure {
	opacity: 0.7;
}
.topics_content {
	padding: 12px 100px 26px 15px;
	display: none;
}
.topics_head.active + .topics_content {
	display:block;
}
.topics_content {
	margin-top: 0;
}
.topics_content p {
	margin-top: 1.65em;
}
.topics_content p:first-child {margin-top: 0;}
.topics_content p strong {
	font-weight: 500;
}
.topics_content p em { font-style: italic; }
.topics_content p a {
	text-decoration: underline;
}
.topics_content p a:hover {
	text-decoration: none;
}
.topics_content p img {
	max-width: 100%;
	height: auto;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

.ajaxLoad {
	padding-top: 36px;
	position: relative;
	z-index: 1;
}
.ajaxLoad > a {
	width: 200px;
	height: 50px;
	border-radius: 7px;
	background-color: var(--color-main-org);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	letter-spacing: .04em;
	transition: all .3s;
}
.ajaxLoad > a:hover {
	opacity: .8;
}
#loading {
	width: 100%;
	height: 90px;
	background-image: url(images/loading.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px auto;
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
.content * + .mds {
	margin-top: 140px;
}
/* ============================
	 トップページ用 トピックス3件
	 ============================ */

.topics-top-inner {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: nowrap;
	gap: 20px;
	margin-top: 50px;
}

/* 各カードリンク */
.topics-top-item-link {
	width: 320px;
	display: flex;
	text-decoration: none;
	color: inherit;
}

/* カード本体 */
.topics-top-item {
	background: #faf0d7;
	border-radius: 8px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between; /* ボタンを下揃え */
	width: 100%;
	transition: background 0.3s ease, box-shadow 0.3s ease;
	box-sizing: border-box;
}

/* hover */
.topics-top-item-link:hover .topics-top-item {
	background: #f3d6a2;
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

/* サムネイル */
.topics-top-thumb-wrap {
	flex-shrink: 0;
	width: 260px;
	height: 160px;
	overflow: hidden;
}
.topics-top-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* 本文部分 */
.topics-top-body {
	margin-top: 20px;
	flex-grow: 1;
}
.topics-top-title {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.9rem;
	line-height: calc(34 / 19);
	letter-spacing: 0;
	color: var(--color-main-brw);
}
.topics-top-excerpt {
	font-size: 1.6rem;
	line-height: calc(30 / 16);
	letter-spacing: 0;
	font-feature-settings: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* ボタン */
.topics-top-btn {
	margin-top: 20px;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	background-color: var(--color-main-org);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.7rem;
	line-height: calc(20 / 17);
	letter-spacing: .01em;
	padding-left: .01em;
	text-decoration: none;
	position: relative;
}
.topics-top-btn::after {
	content: "▶";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
}
.topics-top-inner + .btn {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.top02-box01 {
	margin-top: 50px;
	position: relative;
}
.top02-box01 h3 {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5rem;
	line-height: calc(45 / 25);
	letter-spacing: .1em;
	padding-top: 20px;
}
.top02-box01 p {
	width: 480px;
	line-height: calc(40 / 16);
	margin-top: 45px;
}
.top02-box01 figure {
	position: absolute;
	top: 0;
	left: calc(50% + 70px);
}
.top02-box01 figure img {
	border-radius: 60px;
}

.top02-box02 {
	background-image: url(images/contact-bg.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: 24px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.top02-box02 {
		background-image: url(images/contact-bg-2x.png);
	}
}
.top02-box02, .top02-box04 {
	margin-top: 130px;
	padding-top: 1px;
	padding-bottom: 76px;
	padding-left: 117px;
	padding-right: 117px;
	border-radius: 30px;
}
.top02-box02 h3, .top02-box04 h3 {
	width: 350px;
	height: 50px;
	border-radius: 10px;
	background-color: var(--color-main-brw);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -24px;
	margin-left: auto;
	margin-right: auto;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5rem;
	letter-spacing: 0;
	font-feature-settings: normal;
}
.kagayaki-list {
	margin-top: 56px;
}
.kagayaki-list li {
	display: flex;
	justify-content: space-between;
}
.point-no {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background-color: var(--color-main-grn);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.point-no span {
	color: #fff;
	font-family: din-2014, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.1rem;
	line-height: calc(18 / 11);
	letter-spacing: .1em;
	padding-left: .1em;
}
.point-no span + span {
	font-size: 2.9rem;
	line-height: calc(30 / 29);
}
.kagayaki-list li > div + div {
	width: 650px;
}
.kagayaki-list li + li {
	margin-top: 50px;
}
.kagayaki-list h4 {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.2rem;
	line-height: calc(50 / 22);
	letter-spacing: .1em;
	color: var(--color-main-brw);
	margin-top: -10px;
}
.kagayaki-list li > div + div p {
	background-image: url(images/border-w.svg);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: 7px auto;
	padding-top: 12px;
	letter-spacing: .04em;
}
.top02-box04 {
	background-image: url(images/top02-04-bg.png), url(images/contact-bg.png);
	background-repeat: no-repeat, repeat;
	background-position: right top, center top;
	background-size: 500px auto, 24px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.top02-box04 {
		background-image: url(images/top02-04-bg-2x.png), url(images/contact-bg.png);
	}
}
.top02-box03 {
	margin-top: 94px;
}
.top02-box03 h3 {
	display: inline-block;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5rem;
	line-height: calc(45 / 25);
	letter-spacing: .1em;
	padding-left: .1em;
	color: var(--color-main-brw);
	border-bottom: 1px solid var(--color-main-brw);
}
.top02-03-wrap {
	margin-top: 80px;
}
.top02-03-wrap > div + div {
	margin-top: 110px;
}
.top02-03-wrap > div {
	width: 675px;
	border: 1px solid #00aae8;
	border-radius: 30px;
	position: relative;
	min-height: 336px;
	padding-top: 40px;
	padding-bottom: 44px;
	padding-left: 179px;
	padding-right: 64px;
	margin-left: auto;
	margin-right: 0;
}
.top02-03-wrap > div > figure {
	width: 450px;
	position: absolute;
	top: -44px;
	left: -325px;
}
.top02-03-wrap > div > figure img {
	border-radius: 30px;
}
.top02-03-wrap > div:nth-child(2n) {
	margin-left: 0;
	margin-right: auto;
	padding-left: 64px;
	padding-right: 179px;
}
.top02-03-wrap > div:nth-child(2n) > figure {
	top: -44px;
	left: auto;
	right: -325px;
}
.top02-03-wrap > div h4 {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.2rem;
	line-height: calc(35 / 22);
	letter-spacing: .1em;
	color: #00aae8;
	background-image: url(images/border-bl.svg);
	background-repeat: repeat-x;
	background-size: 7px auto;
	background-position: left bottom;
	padding-bottom: 12px;
}
.top02-03-wrap > div ul {
	margin-top: 16px;
}
.top02-03-wrap > div li {
	line-height: calc(20 / 16);
	letter-spacing: 0;
	padding-left: 23px;
	font-feature-settings: normal;
	position: relative;
}
.top02-03-wrap > div li::before {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(images/ico-check-blue.svg);
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-40%);
	left: 0;
}
.top02-03-wrap > div li + li {
	margin-top: 16px;
}
.top02-03-wrap + p {
	text-align: center;
	margin-top: 40px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.2rem;
	line-height: calc(40 / 22);
	letter-spacing: .1em;
	padding-left: .1em;
}
.top02-box04 > p {
	margin-top: 60px;
	text-align: center;
	line-height: calc(40 / 16);
	letter-spacing: .04em;
	padding-left: .04em;
}
.top04-box {
	margin-top: 80px;
	position: relative;
}
.top04-box > p {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5rem;
	line-height: calc(46 / 25);
	letter-spacing: .105em;
}
.top04-box > .btn {
	margin-top: 50px;
	width: 350px;
	height: 70px;
	font-size: 2.0rem;
	letter-spacing: .15em;
	padding-left: .15em;
	font-feature-settings: 'palt';
	border-radius: 10px;
}
.top04-box > figure {
	position: absolute;
	top: 0;
	left: calc(50% + 70px);
}
.top04-box > figure img {
	border-radius: 60px;
}

.program-box {
	margin-top: 50px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.mds + .program-box {
	margin-top: 70px;
}
.program-box > div {
	width: 590px;
}
.program-box h3 {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.2rem;
	line-height: calc(58 / 22);
	letter-spacing: .1em;
	color: var(--color-main-brw);
	background-image: url(images/border-w.svg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 7px auto;
	position: relative;
	padding-left: 40px;
}
.program-box h3::before {
	content: "";
	width: 24px;
	height: 24px;
	background-image: url(images/ico-check-prog.svg);
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.program-box p {
	font-size: 1.6rem;
	line-height: calc(30 / 16);
	letter-spacing: .04em;
	margin-top: 12px;
}
.program-box .btn {
	margin-top: 30px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}


.mds + .guide02-box {
	padding-top: 1px;
	margin-top: -11px;
}
.guide02-box h3 {
	margin-top: 74px;
	width: 100%;
	height: 50px;
	background-color: #fff0c9;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5rem;
	line-height: calc(46 / 25);
	letter-spacing: .15em;
	padding-left: .15em;
	color: var(--color-main-brw);
}
.guide02-box h3 + p {
	margin-top: 30px;
	text-align: center;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5rem;
	line-height: calc(50 / 25);
	letter-spacing: .1em;
	padding-left: .1em;
}
.guide02-box h3 + h4 {
	margin-top: 20px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5rem;
	line-height: calc(50 / 25);
	padding-left: 34px;
	position: relative;
}
.guide02-box h3 + h4::before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(images/ico-check-brw.svg);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 15px;
}
.cau-list {
	margin-top: 20px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.cau-list li {
	font-size: 1.6rem;
	line-height: calc(40 / 16);
	letter-spacing: .04em;
	padding-left: 1.04em;
	position: relative;
}
.cau-list li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.home .area-box {
	margin-top: 70px;
}
.area-box > p:first-of-type {
	margin-top: 30px;
	text-align: center;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5rem;
	line-height: calc(50 / 25);
	letter-spacing: .1em;
	padding-left: .1em;
}
.area-map {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.area-map img {
	border-radius: 20px;
}
.top-white-box {
	margin-top: 50px;
	width: 766px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 20px;
	padding-top: 55px;
	padding-bottom: 55px;
	text-align: center;
}
.top-white-box > p {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.2rem;
	line-height: calc(50 / 22);
	letter-spacing: .1em;
	padding-left: .1em;
	color: var(--color-main-brw);
}
.top-white-box > ul {
	display: inline-block;
	text-align: left;
}
.top-white-box li {
	font-feature-settings: normal;
	letter-spacing: 0;
	line-height: calc(40 / 16);
	padding-left: 22px;
	position: relative;
}
.top-white-box li::before {
	content: "";
	width: 16px;
	height: 42px;
	background-image: url(images/ico-check-green.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.area-box > p:last-of-type {
	text-align: center;
	letter-spacing: .1em;
	padding-left: .1em;
	margin-top: 40px;
}
.intro01-box01 {
	margin-top: 70px;
	position: relative;
}
.intro01-box01 p {
	width: 476px;
	line-height: calc(40 / 16);
}
.intro01-box01 > figure {
	position: absolute;
	top: 0;
	left: calc(50% + 70px);
}
.intro01-box01 > figure img {
	border-radius: 60px;
}
.greet-box-wap {
	margin-top: 90px;
	background-image: url(images/contact-bg.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: 24px auto;
	border-radius: 30px;
	padding-top: 90px;
	padding-bottom: 90px;
	padding-left: 90px;
	padding-right: 90px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.greet-box-wap {
		background-image: url(images/contact-bg-2x.png);
	}
}
.greet-box-wap h3 {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.5rem;
	line-height: calc(40 / 35);
	letter-spacing: .2em;
	padding-left: .2em;
	color: var(--color-main-brw);
	text-align: center;
}
.greet-box-wap h3::first-letter {
	color: var(--color-main-org);
}
h3 + .greet-box {
	margin-top: 30px;
}
.greet-box {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.greet-box > figure {
	position: absolute;
	top: -105px;
	left: -42px;
}
.greet-box > div {
	width: 380px;
}
.greet-box > div:first-child {
	height: 520px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}
.greet-box > div:first-child > figure {
	width: 100%;
}
.greet-box > div:first-child > div {
	width: 265px;
	height: 140px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 30px;
	text-align: center;
}
.greet-box > div:first-child > div p {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	
	
}
.greet-box > div:first-child > div p > span {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .2em;
}
.greet-box > div:first-child > div p > span:first-child {
	font-size: 2.0rem;
	line-height: calc(30 / 20);
	color: var(--color-main-grn);
}
.greet-box > div:first-child > div p > span:nth-child(2) {
	font-size: 3.0rem;
	line-height: calc(40 / 30);
}
.greet-box > div:first-child > div p > span:nth-child(3) {
	font-size: 1.4rem;
	line-height: calc(26 / 14);
}
.greet-box > div:first-child > div p > span:nth-child(2) > span{
	margin-left: calc(1.02em / 2);
}

.greet-box > div:nth-child(2) p {
	line-height: calc(40 / 16);
}
.greet-box + .greet-box {
	margin-top: 70px;
	padding-top: 72px;
	background-image: url(images/border-w.svg);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: 7px auto;
}

.intro02-box {
	margin-top: 70px;
	width: 766px;
	margin-left: auto;
	margin-right: auto;
}
.intro02-box h3 {
	font-size: 1.6rem;
	text-align: center;
	line-height: calc(40 / 16);
	letter-spacing: .04em;
	padding-left: .04em;
}
.intro02-box > p {
	text-align: center;
	margin-top: 60px;
	line-height: calc(40 / 16);
}





.guide01-box {
	margin-top: 70px;
	position: relative;
}
.guide01-box li {
	display: flex;
	align-items: center;
	position: relative;
}
.guide01-box li p {
	margin-left: 30px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.2rem;
	line-height: calc(40 / 22);
	letter-spacing: .1em;
	padding-left: .1em;
	color: var(--color-main-brw);
}
.guide01-box li + li {
	margin-top: 64px;
}
.guide01-box li:not(:last-child)::after {
	content: "";
	width: 1px;
	height: 50px;
	background-color: #6ab16d;
	position: absolute;
	bottom: -57px;
	left: 43px;
}
.guide01-box > figure {
	position: absolute;
	top: 0;
	left: calc(50% + 70px);
}
.guide01-box > figure img {
	border-radius: 60px;
}
.jirei-wrap {
	margin-top: 70px;
}
.jirei-wrap > p {
	line-height: calc(40 / 16);
}
.jirei-wrap h3,
.usage-wrap h3 {
	margin-top: 70px;
	width: 100%;
	background-color: #fff0c9;
	color: var(--color-main-brw);
	text-align: center;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5rem;
	line-height: calc(40 / 25);
	letter-spacing: .15em;
	padding-left: .15em;
	padding-top: .5rem;
	padding-bottom: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.jirei-box {
	width: 100%;
	border: 1px solid #1e9fd7;
	border-radius: 30px;
	margin-top: 50px;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 55px;
	padding-right: 55px;
}
.jirei-box + .jirei-box {
	margin-top: 90px;
}
.jirei-mds {
	display: flex;
	align-items: center;
}
.jirei-mds > div {
	width: 84px;
	height: 84px;
	background-color: #1e9fd7;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.jirei-mds > div > span {
	font-family: din-2014, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.1rem;
	line-height: calc(18 / 11);
	letter-spacing: .1em;
	padding-left: .1em;
	text-align: center;
}
.jirei-mds > div > span + span {
	font-size: 2.8rem;
	line-height: calc(30 / 28);
	letter-spacing: 0;
	padding-left: 0;
}
.jirei-mds > h4 {
	padding-left: 26px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5rem;
	line-height: calc(45 / 25);
	letter-spacing: .1em;
	color: #1e9fd7;
}
.jirei-box h5 {
	margin-top: 34px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.2rem;
	line-height: calc(50 / 22);
	letter-spacing: .1em;
	color: var(--color-main-brw);
	background-image: url(images/border-w.svg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 7px auto;
}
.jirei-box > p {
	line-height: calc(40 / 16);
	margin-top: 10px;
}

.usage-wrap h3 + p {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5rem;
	line-height: calc(50 / 25);
	letter-spacing: 0;
	text-align: center;
	margin-top: 30px;
}
.area-map-page {
	text-align: center;
	margin-top: 50px;
}
.area-map-page img {
	border-radius: 30px;
}
.usage-wrap .top-white-box + p {
	margin-top: 50px;
	text-align: center;
}
.check-p {
	text-align: center;
	margin-top: 30px;
}
.check-p > p {
	display: inline-block;
	text-align: left;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5rem;
	line-height: calc(50 / 25);
	letter-spacing: 0;
	padding-left: 32px;
	position: relative;
}
.check-p > p::before {
	content: "";
	width: 20px;
	height: 50px;
	background-image: url(images/ico-check-kaku.svg);
	background-position: center center;
	background-size: 20px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.check-p + ul {
	padding-left: 60px;
	margin-top: 20px;
}
.check-p + ul li {
	position: relative;
	padding-left: 1.1em;
	line-height: calc(40 / 16);
}
.check-p + ul li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.mado-list {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.mado-list a.btn {
	width: 360px;
	height: 70px;
	font-size: 2.0rem;
	letter-spacing: .04em;
	padding-left: .04em;
}

/* Swiperデフォルトの青矢印を完全に消す */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none!important;
}

.swiper-button-prev,
.swiper-button-next {
  background-image: none;
}
/* スライダー全体を包む箱 */
.slider-wrap {
  width: 1000px;
  height: 500px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
  position: relative;
}

/* メインスライダー */
.my-slider-main {
  width: 100%;
  height: 100%;
}

/* ▼ 矢印のスタイル（あなたの SVG） */
.slider-wrap .swiper-button-prev,
.slider-wrap .swiper-button-next {
	margin-top: 0;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: 54px 54px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1000;
  cursor: pointer;
}

/* 左矢印（パス修正済み） */
.slider-wrap .swiper-button-prev {
  background-image: url("images/ico-slide-arrow.svg");
}

/* 右矢印（左右反転） */
.slider-wrap .swiper-button-next {
  background-image: url("images/ico-slide-arrow.svg");
  transform: translateY(-50%) scaleX(-1);
}

/* PC → 外側へ */
@media (min-width: 1001px) {
  .slider-wrap .swiper-button-prev {
    left: -64px;
  }
  .slider-wrap .swiper-button-next {
    right: -64px;
  }
}

/* SP → 内側へ */
@media (max-width: 1000px) {
  .slider-wrap .swiper-button-prev {
    left: 10px;
    transform: translateY(-50%);
  }
  .slider-wrap .swiper-button-next {
    right: 10px;
    transform: translateY(-50%) scaleX(-1);
  }
}

/* =========================================================
   ▼ サムネイル（192 × 86）
   ========================================================= */

.my-slider-thumb {
  width: 1000px;
  margin: 30px auto 0;
  box-sizing: border-box;
}

/* サムネイルスライド（固定サイズ） */
.my-slider-thumb .swiper-slide {
  width: 172px !important;
  height: 86px !important;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* サムネイル画像 */
.my-slider-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  /* hover アニメーション */
  transition: transform 0.2s ease, filter 0.2s ease;
}

/* hover 時：軽くズーム＋明るく */
.my-slider-thumb .swiper-slide:hover img {
  transform: scale(1.03);
  filter: brightness(1.00);
}

/* 疑似要素でアクティブ枠線 */
.my-slider-thumb .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #efa268;
  opacity: 0; /* 通常は透明 */
  pointer-events: none;
  box-sizing: border-box;
}

/* アクティブ時だけ表示 */
.my-slider-thumb .swiper-slide-thumb-active::after {
  opacity: 1;
}

.facility-box .contact-box {
	margin-top: 150px;
}














body::before {
	content: "";
	width: 271px;
	position: absolute;
	top: 0;
	bottom: 471px;
	left: 0;
	background-image: url(images/leaf-left.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 271px auto;
	pointer-events: none;
	user-select: none;
	z-index: 9999;
}
body::after {
	content: "";
	width: 238px;
	position: absolute;
	top: 0;
	bottom: 471px;
	right: 0;
	background-image: url(images/leaf-right.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 238px auto;
	pointer-events: none;
	user-select: none;
	z-index: 9999;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	body::before {
		background-image: url(images/leaf-left-2x.png);
	}
	body::after {
		background-image: url(images/leaf-right-2x.png);
	}
}
@media screen and (max-width: 1639px) {
	body::before {
		left: calc(50% - 820px); /* ← 1640pxの中央基準で固定 */
	}

	body::after {
		right: calc(50% - 820px); /* ← 同じく右端を固定 */
	}
}
@media screen and (max-width: 1320px) {
	body::before {
		display: none;
	}

	body::after {
		display: none;
	}
}
.cs-section {
	min-height: 600px;
}
.cs-section > div {
	padding-top: 180px;
}
.cs-box {
	text-align: center;
	background-image: url(images/coming-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 640px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.cs-box {
		background-image: url(images/coming-bg-2x.png);
	}
}
.cs-box p {
	text-align: center;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 6.0rem;
	line-height: calc(100 / 60);
	letter-spacing: .15em;
	padding-left: .15em;
	color: var(--color-main-brw);
}
.cs-box p::first-letter {
	color: var(--color-main-org);
}