:root {
	--main: #fa7c82;
	--sub-color: #783F52;
	--text-color: #111;
}
body {
	background-color: #FFFAF5;
	color: #333;
}
p {
	margin-bottom: 0 !important;
}
.width840 {
	max-width: 840px;
	width: 100%;
	margin-inline: auto;
}
@media screen and (max-width: 870px) {
	.width840 {
		padding: 0 15px;
	}
}
.section__title {
	color: var(--main);
	font-weight: 700;
	font-size: 3.2rem;
	margin-bottom: 5rem;
}
@media screen and (min-width:768px) {
	.section__title {
		font-size: 4rem;
		margin-bottom: 7rem;
	}
}
.section__title span {
	display: block;
	color: var(--sub-color);
	font-weight: inherit;
	font-size: 1.6rem;
	line-height: 100%;
}
@media screen and (min-width:768px) {
	.section__title span {
		font-size: 2rem;
	}
}
.section__subtitle {
	text-align: center;
	font-weight: 700;
	color: inherit;
	font-size: 2.4rem;
}
@media screen and (min-width:768px) {
	.section__subtitle {
		font-size: 2.8rem;
	}
}
.section__subtitle-left {
	text-align: left !important;
	border-bottom: 1px solid var(--main);
}
.top-bg-deco img,
.bg-deco1-2 img,
.bg-deco1-1 img{
	height: clamp(5rem, 1.316rem + 9.65vw, 16rem);
	object-fit: fill;
}
.work
{
	padding-top: clamp(5rem, 1.316rem + 9.65vw, 16rem);
	margin-top: calc(-1 * clamp(5rem, 1.316rem + 9.65vw, 16rem));;
}
/* フォーム追加css */
input[type="date"],
input[type="checkbox"]{
	background-color: #f3f3f3;
	border-radius: 5px;
	color: #1a1a1a;
} 
input[type="date"] {
	font-size: 1.4rem;
	padding: 10px 15px;
}
/* ヘッダー追加css */
.header {
	position: sticky;
	top: 0;
	z-index: 1000;
}
.c-header__logo {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (any-hover: hover) {
	.c-header__logo:hover {
		opacity: 0.7;
	}
}
.c-header__logo img{
	height: 70px;
	width: auto;
	object-fit: contain;
}
.header__nav-list {
	display: flex;
	background: #F3F3F3;
	align-items: center;
	justify-content: center;
	height: 60px;
}
.menu-item{
	max-width: 240px;
	width: 100%;
	text-align: center;
}
.menu-item a {
	font-size: 18px;
	width: 100%;
	height: 100%;
	display: inline-flex;
	/*justify-content: center;*/
	align-items: center;
	padding: 8px 6px;
	font-weight: 700;
}
/** ヘッダー **/
#hamburger {
	border-radius: 100vmax;
	top: 20px;
	right: 20px;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.10));
}
.mobile-logo {
	display: none;
}
.mobile-menu-tel {
	display: none;
}
.mobile-sns-icon-title {
	display: none;
}
.mobile-menu-icon-list {
	display: none;
}
.mobile-icon-nav-wrap {
	margin-top: 90px;
	width: 100%;
	padding: 0 15px;
	margin-bottom: 40px;
}
.original-mobile-menu__list .menu-item {
	justify-content: left;
	display: flex;
	color: #fff;
	max-width: none;
	text-align: left;
}
.original-mobile-menu__list .menu-item a {
	padding-block: 10px;
	width: 100%;
	display: block;
	flex: 1;
}
.header-top {
	background: #fff;
}
.header-top__content {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 90px;
}
.header-top__right {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 30px;
}
.header-top__right-tel a{
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--main);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (any-hover: hover) {
	.header-top__right-tel a:hover {
		opacity: 0.7;
	}
}
.header-top__right-tel-num {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}
.header-top__right-tel-info {
	display:block;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	margin-top: 8px;
}
.header__nav-list .menu-item {

}
.header__nav-list .menu-item a {
	justify-content: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (any-hover: hover) {
	.header__nav-list .menu-item a:hover {
		color: var(--main);
	}
}
.header__nav-list .menu-item:not(:first-child) > a {
	border-left: 2px dotted var(--main);
}
.contact-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding-inline: 30px;
}
.contact-button:hover .path {
	fill: var(--main);
}
.contact-button span {
	font-size: 1.8rem;
	font-weight: 700;
}
@media screen and (max-width:1024px) {
	.header-top,
	.header__nav-list{
		display: none;
	}
}
/** 看板 **/
.sub-header {
	height: 160px;
}
@media screen and (min-width:480px) {
	.sub-header {
		height: 240px;
	}
}
@media screen and (min-width:768px) {
	.sub-header {
		height: 20vw;
	}
}
.contact .sub-header,
.thanks .sub-header{
	background-image: url("/wp-content/uploads/2025/03/contact.jpg") !important;
}
.sub-header-txt {
	color: var(--main);	
	background: transparent;
}
.sub-header {
	position: relative;
	overflow: hidden;
}

.sub-header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9); /* 40%の黒背景 */
	pointer-events: none; /* クリックイベントを無視 */
	z-index: 1; /* 背景より上に配置 */
}
.sub-header-title .sub-header-txt{
	position: relative;
	z-index: 3;
	color: #783F52;
}

/* よくある質問 */
.faq-list {
	margin-top: 30px;
	max-width: 840px;
	width: 100%;
	margin-inline: auto;
}
.faq-item {
	margin-bottom: 20px;
	border: 1px solid var(--main);
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
	padding: 20px;
}
.faq-title {
	font-weight: bold;
	cursor: pointer;
	color: var(--main);
	position: relative;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.6rem;
}
@media screen and (min-width:768px) {
	.faq-title {
		font-size: 2rem;
	}
}
.faq-title::before {
	position: absolute;
	content: "Q";
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.faq-title-text {
	padding-left: 32px;
	font-weight: inherit;
	display: inline-block;
	padding-right: 2rem;
	line-height: 170%;
	font-size: inherit;
}
.faq-title-mark {
	font-size: 24px;
	font-weight: inherit;
}
.faq-content {
	font-size: 18px;
	line-height: 180%;
	display: none; /* アコーディオン用 */
	line-height: 170%;
	padding-top: 20px;
}
.faq-content span {
	position: relative;
}
.faq-content span::before {
	position: absolute;
	content: "A";
	top: 0;
	left: 0;
	font-weight: 700;
	font-size: 24px;
}
.faq-content span {
	padding-left: 32px;
	display: inline-block;
}
.faq-title-mark {
	position: relative;
}
.faq-title-mark::before,
.faq-title-mark::after {
	position: absolute;
	content:"";
	width: 18px;
	height: 2px;
	background: var(--main);
	left: 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.faq-title-mark::before {
	transform: translateY(-50%);
	top: 50%;
	transform: translateX(-50%);
}
.faq-title-mark::after {
	top: 0;
	transform: translateX(-50%) rotate(90deg);
}
.faq-title-mark.open::after {
	top: 0;
	transform: translateX(-50%) rotate(0deg);
}
.faq-item:last-of-type {
	margin-bottom: 0;
}
/** メニュー **/
footer .menu-item a{
	text-align: start;
	padding-left: 20px;
	position: relative;
	border: none;
}
footer .menu-item a::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: var(--main);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100vmax;
}
/** フッター **/
.footer {
	background-color: #f3f3f3;
}
.footer-menu a,
.footer-address p{
	color: var(--text-color);
}
.footer-menu-title {
	display: none;
}
.footer-logo {
	border: none;
	padding-bottom: 0;
}
.footer-logo img{
	width:100%;
	max-width: 400px;
}
.footer-nav {
	justify-content: center;
	margin-top: 20px !important;
}
@media screen and (min-width:1025px) {
	.footer-nav {
		margin-top: 0;
		justify-content: end;
	}
}
.footer-nav .right{
	display: none;
}
.footer-nav .left{
	width: 100%;
}
footer .footer-menu a {
	padding-block: 0;
	font-weight: normal;
	font-size: 1.6rem;
}
footer .footer-menu .sub-menu a::before {
	display: none;
}
footer .footer-menu .sub-menu a::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 1px;
	background: var(--text-color);
	left: 0;
	top: 50%;
	transform: translatey(-50%);
}
@media screen and (max-width: 1024px) {
	footer .footer-menu .sub-menu a::after {
		left: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.footer-menu .sub-menu a {
		font-size: 1.6rem;
		padding-left: 4rem;
	}
}
.footer-address p.tel a{
	color: var(--text-color);
}
.footer-contact-button {
	margin-top: 20px;
	color: #fff ;
}
@media screen and (min-width:1025px) {
	.footer-contact-button a {
		margin-left: 0;
	}
}
@media (any-hover: hover) {
	.footer-contact-button a:hover {
		color: var(--main);
	}
}
.sns-links {
	margin-top: 2rem;
}
.footer__sns-links {
	display: flex;
	gap: 20px;
	justify-content: center;
}
@media screen and (min-width:1025px) {
	.footer__sns-links {
		justify-content: start;
	}
}
.footer__sns-link {
	border-radius: 100vmax;
	width: 70px;
	height: 70px;
	display: block;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (any-hover: hover) {
	.footer__sns-link:hover {
		opacity: .7;
	}
}
.insta-link {
}
.x-link {
	background: #000;
}
.insta-link img,
.x-link img{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


@media screen and (max-width: 1024px) {
	#page-top {
		bottom: 100px;
	}
}
#page-top img {
	max-height: 70px;
}
@media screen and (max-width: 1024px) {
	#page-top img {
		max-height: 70px;
	}
}
/** フッターバー **/
@media screen and (min-width:768px) {
	.footer-bar {
		display: none;
	}
}
.footer-bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9998;
}
.footer-inner {
	max-width: 1000px;
}
.footer-bar__nav {

}
.footer-bar__list {
	background: var(--main);
	border-top: 1px solid #fff;
	display: flex;
	font-size: 12px;

}
.footer-bar__item {
	flex: 1; /* 各アイテムを均等幅にする */
	text-align: center;
}
.footer-bar__item + .footer-bar__item {
	border-left: 1px solid #fff;
}
.footer-bar__link {
	padding: 15px 0;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-bar__link--home {
}
.footer-bar__icon {
	line-height: 1;
	margin-right: 6px;
}
.footer-bar__icon path{
	width: 20px;
	height: 20px;
}
.footer-bar__text {
}
.footer-bar__link--contact {
}
.copyright p{
	color: var(--text-color);
}
@media screen and (max-width:767px) {
	.copyright {
		padding-bottom: 60px;
	}
}

/* 右端の固定ボタン */
/* ボタンの親要素 */
.side-contact-btn {
	position: fixed;
	right: 0;
	top: 200px; 
	z-index: 999;
}

/* ボタンのスタイル */
.side-contact-btn__link {
	display: block;
	background: var(--main);
	color: #fff; /* 文字色 */
	text-decoration: none;
	padding: 20px;
	border-radius: 8px 0 0 8px; /* 左端だけ角丸 */
	font-size: 18px;
	font-weight: 700;
	box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-top: 2px solid var(--main);
	border-left: 2px solid var(--main);
	border-bottom: 2px solid var(--main);
	writing-mode: vertical-rl; /* 右から左に縦書き */
	text-orientation: mixed; /* 日本語など縦書き用の文字方向 */
	letter-spacing: 0.25em;
}
.side-contact-btn__link span {
	margin-top: 6px;
	font-weight: inherit;
	font-size: inherit;
}
/* ホバー時のエフェクト */
.side-contact-btn__link:hover {
	background: #fff; /* ホバー時の色 */
	color: var(--main);
}
.side-contact-btn__link:hover .path {
	fill: var(--main);
}
@media (max-width: 768px) {
	.side-contact-btn {
		display: none;
	}
}

/* mv */
/* 分数表示の部分 */
.swiper-pagination-fraction {
	top: 20px;
	bottom: unset;
	left: unset;
	right: 20px;
	width: fit-content;
	font-size: 20px;
	display: flex;
	column-gap: 8px;

	/* "/" の部分 */
	&::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		translate: -50% -50%;
		width: 40px;
		height: 1px;
		rotate: -60deg;
		background: #000;
	}
}

/* デフォルトの / を消す */
.swiper-pagination-separator {
	opacity: 0;
}

.swiper-pagination-current,
.swiper-pagination-total {
	color: #000;
	font-size: 20px;
	line-height: normal;
	display: inline-block;
}

/* 現在の数字 (上) */
.swiper-pagination-current {
	margin-bottom: 15px;
}

/* 全体の数字 (下) */
.card {
	position: relative;
}
.swiper-pagination-total {
	margin-top: 15px;
}
.card-main-copy {
	position: absolute;
	left: 15px;
	bottom: 60px;
	width: clamp(24rem, 8.576rem + 34.26vw, 40rem);
	z-index: 2;
}
@media (min-width: 768px) {
	.card-main-copy {
		max-width: 640px;
		width: 44.4444vw;
		top: 50%;
		transform: translateY(-50%);
		bottom: auto;

	}
}

/** mv直下（冒頭文） **/
.bg-wrapper {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%), 
		url(/wp-content/uploads/2025/03/intro-bg.jpg) no-repeat center center / cover;
}
.introduction {
	padding-block: 8rem;
}
.introduction__inner {
}
.introduction__img {
	text-align: center;
}
.introduction__texts {
	text-align: center;
	margin-top: 5rem;
}
.introduction__title {
	color: #783F52;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	margin-top: 2rem;
}
.introduction__text {
	line-height: 200%;
	strong {
		color: var(--main);
	}
}
.introduction__text--important {
	font-size: 1.8rem;
	line-height: 300%;
}
@media screen and (max-width:768px) {
	.introduction__title {
		font-size: 2.4rem;
	}
	.introduction__img svg{
		width: 60px;
		height: auto;
	}	
}
/** overview **/
.overview {
	background: #FFF8E4;
}
.overview__body .flex {
	flex-wrap: nowrap;
}
.overview__block1 {
	gap: 5.45455%;
	flex-direction: column;
	align-items: center;
}
@media screen and (min-width:768px) {
	.overview__block1 {
		gap: 5.45455%;
		flex-direction: row;
	}
}
.overview__block2 {
	margin-top: 7rem;
}
.overview__texts h3 {
	color: var(--main);
	font-weight: 700;
	font-size: 2.4rem;
	margin-top: 4rem;
}
@media screen and (min-width:768px) {
	.overview__texts h3 {
		font-size: 3.2rem;
	}
}
.overview__texts h4 {
	font-weight: 700;
	font-size: 2rem;
	margin-top: 3rem;
}
@media screen and (min-width:768px) {
	.overview__texts h4 {
		font-size: 2.4rem;
	}
}
.overview__texts p {
	margin-top: 2rem;
	line-height: 200%;
}
.overview__img img{
	max-width: 600px;
	width: 100%;
}
.overview__subtitle {
	color: #783F52;
}
.overview__subtitle strong {
	color: var(--main);
}
.overview__item {
	background: #fff;
	padding: 70px 30px 30px ;
	position: relative;
	border-radius: 8px;
	width: 30%;
	width: 100%;
	max-width: 500px;
	margin-inline: auto;
}
.overview__item-num {
	text-align: center;
	position: absolute;
	top: -42px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: var(--main);
	border-radius: 100vmax;
	width: 84px;
	height: 84px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-weight: 700;
	text-transform: uppercase;
}
.overview__item-num span {
	display: block;
	font-size: 32px;
	font-style: italic;
	font-family: "Poppins", sans-serif;
}
.overview__item-icon {
	text-align: center;
}
.overview__item-icon img{
	height: 100px;
	width: auto;
	text-align: center;
	display: inline-block;
}
.overview__item-title {
	color: var(--main);
	font-weight: 700;
	text-align: center;
	font-size: 2rem;
	margin-top: 2rem;
}
.overview__item-text {
	margin-top: 2rem;
}
.overview__list {
	padding-top: 4rem;
	margin-top: 5rem;
	flex-direction: column;
	gap: 6rem;
}
.overview__block1 {
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.overview__img img {
	max-width: 500px;
}
.overview__img {
	margin-top: 2rem;	
}
.overview__item {
	width: 100%;
}
@media (min-width: 768px) {
	.overview__list {
		margin-top: 3rem;
		gap: 2rem;
		flex-direction: row;
	}
}
/** work **/
.bg-scale {
	background: #fafafa url(/wp-content/uploads/2025/03/scale-bg.png) repeat center center;
	background-size: 100%;
}
@media (min-width: 768px) {
	.bg-scale {
		background-size: 30%;
	}
}
.work__box {
	margin-top: 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column-reverse;
}
@media (min-width: 768px) {
	.work__desc {
		margin-top: 5rem;
	}
	.work__box {
		margin-top: 10rem;
		flex-direction: row;
	}
}
.work__box.--reverse {
	flex-direction: column-reverse;
}
@media (min-width: 768px) {
	.work__box.--reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
.work__box-img {
	width: 100%;
	height: auto;
	margin-inline: auto;
}
.--normal .work__box-img {
	margin-left: -15px;
}
.--reverse .work__box-img {
	margin-right: -15px;
}
.--normal .work__box-texts {
	margin-right: -3rem;
}
.--reverse .work__box-texts {
	margin-left: -15px;
}
@media (min-width: 768px) {
	.work__box-img {
		max-width: 440px;
	}
	.--normal .work__box-img {
		margin-left: -3rem;
	}
	.--reverse .work__box-img {
		margin-right: -3rem;
	}
	.--normal .work__box-texts {
		margin-right: -3rem;
	}
	.--reverse .work__box-texts {
		margin-left: -3rem;
		margin-right: 2rem;
	}
}
.work__box-texts {
	margin-top: -3rem;
	background: #fff;
	-webkit-box-shadow: 20px 20px 0 rgb(238, 236, 226);
	box-shadow: 20px 20px 0 rgb(238, 236, 226); /* ぼかしなしの影 */
	height: fit-content;
	padding: 4rem 8rem 4rem 5rem;
	width: 100%;
}
@media (max-width: 767px) {
	.work__box-texts {
		padding: 20px 30px;
		width: 100%;
		position: relative;
		z-index: 3;
	}
}
.--reverse .work__box-texts {
	padding: 3rem;
}
@media (min-width: 768px) {
	.--reverse .work__box-texts {
		padding: 4rem 5rem 4rem 8rem;
	}
}
.work__block-title {
	color: var(--main);
	border-bottom: 1px solid var(--main);
	font-size: 2rem;
	font-weight: 700;
	position: relative;
}
@media (min-width: 768px) {
	.work__block-title {
		font-size: 2.8rem;
	}
}
/*.work__block-title::after {
position:absolute;
width: 500px;
height: 1px;
content: "";
background: var(--main);
bottom: 0;
left: 0;
}*/
.work__box.--reverse .work__block-title::after {
	left: -3rem;
}
.work__block-text {
	margin-top: 3rem;
}

.work__box-img img {
	border-radius: 8px;
	aspect-ratio: 4/3;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	z-index: 2;
	width: 100%;

}
.work__other-box {
	background: #fff;
	border-radius: 8px;
	border: 2px solid var(--main);
	max-width: 600px;
	padding: 2rem;
	text-align: center;
	width: 100%;
	margin-inline: auto;
	margin-top: 9rem;
}
@media (max-width: 767px) {
	.work__other-box {
		padding: 4rem;
		margin-top: 7rem;
	}
}

.work__other-box-title {
	color: #783F52;
	font-weight: 700;
	font-size: 2.4rem;
}
.work__other-box-list {
	margin-top: 3rem;
}

/** お知らせ **/
.news-wrapper {
	background: #FFF8E4;
	padding-block: 0 40px;
}
.news__body {
	margin-top: 5rem;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
	padding: 20px;
}
@media (max-width: 768px) {
	.news__body {
		padding: 40px;
		margin-top: 7rem;
	}
}
.news-list02 li {
	border-bottom: 1px solid var(--main);
}
.news-list02 li .news-content {
	width: calc(100% - 260px);
}
.news-list02 li .news-img {
	width: 240px;
}
.news-list02 li .news-img img {
	height: 180px;
}
@media (max-width: 576px) {
	.news-list02 li {
		flex-direction: column;
		gap: 2rem;
	}
	.news-list02 li .news-img {
		width: 100%;
	}
	.news-list02 li .news-content {
		width: 100%;
	}
}
.insta {
	padding-top: 70px;
}
/* アクセス */
table.tablepress.tablepress-id-7 {
	border: none;
}
#tablepress-7.tablepress tbody td.column-1 {
	background: #f3f3f3;
	color: #333;
}
#tablepress-10.tablepress tbody td.column-1 {
	background: #f3f3f3;
	color: #333;
	vertical-align:middle;
}
.schedule__body {
    margin-bottom: 100px;
}
.google-map {

}
.google-map iframe {
	width: 100%;
	height: 400px;
}

.card__swiper-slide {
	width: 100%;
	height: auto;
	-webkit-mask-image: url('/wp-content/uploads/2025/03/mask-sp.png');
	mask-image: url('/wp-content/uploads/2025/03/mask-sp.png');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	position: relative;
	overflow: hidden; /* マスクのはみ出し防止 */
	max-height: 50vh;
}
@media (min-width: 768px) {
	.card__swiper-slide {
		-webkit-mask-image: url('/wp-content/uploads/2025/03/mask-01.png');
		mask-image: url('/wp-content/uploads/2025/03/mask-01.png');
		-webkit-mask-size: cover;
		mask-size: cover;
		max-height: none;
		aspect-ratio: auto;
	}
}
.card__swiper-slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		90deg,
		rgba(57, 114, 108, 0.49) 40%,
		rgba(57, 114, 108, 0) 80%
	);
	pointer-events: none; /* 画像の操作性を保持 */
	z-index: 1; /* グラデーションを画像の上に重ねる */
}

.card__swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 0;
	object-fit: cover;
	max-height: 50vh;
	object-position: top;
}
@media (min-width: 768px) {
	.card__swiper-slide img{
		height: auto;
		max-height: none;
	}
}
/** スケジュール **/
.schedule {
	background: 
		linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), 
		url(/wp-content/uploads/2025/03/bg-schedule.jpg) no-repeat center center / cover;
}
.schedule__body {
}
.schedule-icon {
	display: flex;
	justify-content: center;
}
.schedule-icon img {
	width: 60px;
	height: auto;
}
@media (min-width: 768px) {
	.schedule-icon img {
		width: 80px;
	}
}
.schedule__title {
	margin-top: 3rem;
}
.schedule__block {
	margin-top: 4rem;
}
.schedule__block-title {
	font-size: 1.8rem;
	font-weight: 700;
	padding-left: 24px;
	position: relative;
}
.schedule__block-title::before {
	position:absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: var(--main);
	border-radius: 100vmax;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
@media (min-width: 768px) {
	.schedule__block-title {
		font-size: 2rem;
	}
}
.schedule__block-text {
	margin-top: 2rem;
}
.schedule__block-table-wrapper {
	width: 100%;
	overflow-x: auto;
	display: block;
}
.schedule__block-table {
	margin-top: 3rem;
	background: #fff;
	table-layout: fixed;
	border: 1px solid #555; /* テーブル全体のボーダー */
	border-collapse: collapse;
	width: 1000px;
}
.schedule__block-table th{
	background: #D1D1D1;
	font-weight: 700;
}
.schedule__block-table th,
.schedule__block-table td{
	border: 1px solid #ccc; /* 必要に応じてボーダーを追加 */
	padding: 8px; /* セルのパディング */
	text-align: center; /* テキストを中央に配置 */
	vertical-align: middle;
	border: 1px solid #555;
	white-space: nowrap;
}
.schedule__block-table th.--am,
.schedule__block-table th.--pm{
	background: #fff !important;
}
.schedule__block-table th.--am{
	color: red;
}
.schedule__block-table th.--pm{
	color: blue;
}
.schedule__block-table-typing {
	background: #F8FE89;
}
.schedule__block-table-manners {
	background: #91FAC0;
}
.--null {
}
.--am {
}
.schedule__block-table-word {
	background: #9BD5FB;
}
.schedule__block-table-excel {
	background: #3CDD77;
}
.--pm {
}
.schedule__block-table-commutation {
	background: #FFBE7D;
}
.schedule__block-table-kanji {
	background: #FF8D8F;
}
.schedule__block-table-hobby {
	background: #DAA2FF;
}
.schedule__block-table-recreation {
	background: #FFA6D4;
}

/** ご利用について **/
.usage__title {
	text-align: center;
}
.usage__list {
	margin-top: 5rem;
	gap: 3rem;
	display: flex;
	flex-direction: column;
}
@media (min-width: 768px) {
	.usage__list {
		gap: 5rem;
	}
}
.usage__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: center;
	max-width: 480px;
	margin-inline: auto;
	gap: 3rem;
}
@media (min-width: 768px) {
	.usage__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		max-width: none;
	}
}

.usage__item-texts {
	width: 100%;
}
@media (min-width: 768px) {
	.usage__item-texts {
		max-width: 600px;
		width: 74%;
	}
}
.usage__item-img {
	background: #fff;
	border-radius: 100vmax;
	width: 200px;
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 3rem;
	flex-shrink: 0;
}
.usage__item-img img {
	height: 100px;
	width: 100px;
	object-fit: contain;
}
.usage__item-title {
	color: #783F52;
	position: relative;
	padding-top: 3rem;
	font-size: 2rem;
	font-weight: 700;
}
@media (min-width: 768px) {
	.usage__item-title {
		font-size: 2.4rem;
		padding-top: 6rem;
	}
}
.usage__item-title-step {
	color: #FFCDD0;
	font-family: "Poppins", sans-serif;
	font-style: italic;
	font-size: 3.2rem;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
.usage__item-title-step-num {
	font-size: 4rem;
	font-style: inherit;
	font-family: inherit;
}
@media (min-width: 768px) {
	.usage__item-title-step-num {
		font-size: 6.4rem;
	}
	.usage__item-title-step {
		font-size: 4.8rem;
	}
}
.usage__item-text {
	margin-top: 2rem;
}
/* 2つ並びボタン */
.set-buttons {
	margin-top: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2rem;
}
@media (min-width: 800px) {
	.set-buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.set-button {
	max-width: 280px;
	width: 100%;
	border: 1px solid var(--main);
	border-radius: 100vmax;
	padding: 16px 10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.8rem;
}
.set-button svg {
	margin-right: 6px;
	width: 24px;
	height: 24px;
	-o-object-fit: contain;
	object-fit: contain;
}
.set-button-tel {
	background: #fff;
	color: var(--main);
}
@media (min-width: 768px) {
	.set-button-tel {
		display: none;
	}
}
/*@media (any-hover: hover) {
.usage__item-button-tel:hover {
background: var(--main);
color: #fff;
}
}
@media (any-hover: hover) {
.set-button-tel:hover svg{
fill: #fff;
}
}*/
.set-button-mail {
	background: var(--main);
	color: #fff;
}
@media (any-hover: hover) {
	.set-button-mail:hover {
		background: #fff;
		color: var(--main);
	}
}
.usage-arrow-down {
	margin-inline: auto;
}
.usage-arrow-down img{
	width: 60px;
	height: auto;
}

/** アニメーション **/
/* ふわっと出現 */
.animated__fadeIn {
	opacity: 0;
	translate: 0 40px;
	-webkit-transition: opacity 0.3s ease, translate 0.3s ease;
	transition: opacity 0.3s ease, translate 0.3s ease;
}
.animated__fadeIn.js-show {
	opacity: 1;
	translate: 0 0;
}
/* 時間差で出現 */
.animated_time {
	opacity: 0;
	translate: 0 40px;
	transition: opacity 1s ease, translate 1s ease;
}
.animated_time.js-show2 {
	opacity: 1;
	translate: 0 0;
}
/** ドロワー **/
#mobile-nav {
	max-width: 320px;
	width: 100%;
	right: 0;
}
/** モバイル時のみ電話発信有効 **/
@media screen and (min-width: 768px){
	a[href*="tel:"] {
		pointer-events: none; 
		cursor: default;
		text-decoration: none;
	}
}
/** お知らせボタンの右矢印 **/
.arrow-button {
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.arrow-button:hover .arrow-right{
	color: var(--main);
	right: 30px;
}
.arrow-right {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	position: relative;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translate(-25%, -50%) rotate(45deg);
	right: 40px;
	transition: right 0.3s ease, color 0.3s ease;
}
.arrow-right::before, .arrow-right::after {
	content: '';
	position: absolute;
	background: currentColor;
	border-radius: 0.1em;
}
.arrow-right::before {
	top: 0;
	left: 0;
	right: 0;
	height: 0.1em;
}
.arrow-right::after {
	top: 0;
	right: 0;
	bottom: 0;
	width: 0.1em;
}
/** お問い合わせページ **/
.contact .title02{
	display: none;
}
.contact-form01 td {
	background: #fff;
}
.contact-form01 th {
	background: #FFF8E4;
}
.required {
	border-radius: 4px;
}
.contact__intro-text {
	text-align: center;
	margin-bottom: 5rem;
}
.contact-btn input[type="submit"]{
	border-radius: 100vmax;	
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/** プライバシーポリシー **/
.privacy-intro {
	margin-bottom: 3rem !important;
}
/** お問い合わせ **/
.contact__agree {
	text-align: center;
}
.to-privacy-policy {
	color: #1a0dab;
	text-decoration: underline;
}
.contact-btn {
	margin-top: 5rem;
}
input[type="date"], input[type="checkbox"], input[type="text"], input[type="tel"], input[type="email"], input[type="radio"], textarea {
	border: 1px solid #CACACA !important;
}
::placeholder {
	color: #cacaca;
}
input[type="radio"]:checked:before {
	top: 2px;
	left: 2px;
}
.schedule__block-table td{
	height:70px;
}