@charset "UTF-8";
.txtEx {
	display: block;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
}
.PC {display: none;}
.SP {display: inherit;}

html {
	font-size: 1.33vw; /*defaultFontsize(10px) / maxWidth(750px) * 100*/
}
body {
}
img {
	width: 100%;
	height: auto;
}

/*--------------------
No1*/

/*--No2*/

/*No3*/



/*--------------------
header*/

.header {
	position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
	height: 9rem;
}

.header-inner {
	padding: 0rem 3.5rem 0rem 3rem;
}
	.header-right {
		gap: 1.8rem;
	}
	.header-logo .__img {
		width: 15rem;
	}
	.header-tel {
		width: 23.3rem;
	}
		.header-tel span {
				left: 3.2rem;
			font-size: 2.6rem;
			letter-spacing: 0.02em;
		}
	.header-btn {
		height: auto;
	}
		.header-btn span {
				left: 4.8rem;
			font-size: 2.2rem;
		}



/*--------------------
sect-fv-firstview*/

.sect-fv-firstview {
	padding-top: 9rem;
}
	.sect-fv-firstview picture {
		width: 100%;
		margin: 0 auto;
	}
	.sect-fv-firstview .__img {
		width: 100%;
	}

.fv-txt {
		top: 13.4rem;
	max-width: none;
	padding-left: 4rem;
}
	.fv-txt .t01 {
		font-size: 5rem;
		line-height: 1;
	}
		.fv-txt .t01 strong {}
	.fv-txt .t02 {
		margin-bottom: 3rem;
		font-size: 9rem;
		line-height: 1.131;
	}
		.fv-txt .t02 strong {}
	.fv-txt .t03 {
		position: absolute;
			z-index: 10;
			top: 104rem;
		margin-bottom: 0rem;
		margin-left: 3.8rem;
		font-size: 2.6rem;
		letter-spacing: 0.02em;
	}
	.fv-txt .t04 {
		margin-left: 0rem;
		font-size: 2rem;
		line-height: 1.75;
	}
		.fv-txt .t04 ul {
				gap: 0 2rem;
			margin: 0;
			padding: 0;
		}
			.fv-txt .t04 li {
				width: 18rem;
				height: 18rem;
				font-size: 2.4rem;
				line-height: 1.25;
				letter-spacing: 0.06em;
			}
			.fv-txt .t04 strong {
				font-size: 150%;
			}
			.fv-txt .t04 img {
				width: 3.5rem;
				margin-bottom: 1rem;
			}

.fv-btns {
	display: flex;
		justify-content: space-between;
		gap: 0rem;
	width: 68rem;
	height: 9rem;
	margin-left: 0rem;
	padding: 0;
}
	.fv-btn {
		position: static;
			translate: 0;
		width: auto;
		height: 9rem;
		margin-left: 0rem;
	}
		.fv-btn .__img {
			width: auto;
			height: 100%;
		}
		.fv-btn span {
			font-size: 2.7rem;
		}
			.fv-btna span {
					left: 2.4rem;
			}
			.fv-btnb span {
					left: 9.5rem;
			}



/*--------------------
sect-std-studio*/

.sect-std-studio {
	padding: 10rem 0 6rem;
}

.section-header {
	margin-bottom: 7rem;
}
	.section-eyebrow {
		font-size: 4.2rem;
	}
	.section-title {
		font-size: 2.9rem;
		margin-top: 1rem;
	}

.std-note {
	font-size: 2rem;
	margin-bottom: 6rem;
}

.std-card {
	width: 63rem;
	margin: 0 auto;
	margin-bottom: 5rem;
	padding-bottom: 5rem;
}

.std-card-head {
		gap: 2rem;
	margin-bottom: 3rem;
}
	.std-card-photo {
		width: 100%;
	}
	.std-card-right {
		width: 92%;
		margin: 0 auto;
	}
	.std-card-letter {
		font-size: 6rem;
	}
	.std-card-info {
		padding-top: 0.5rem;
	}
		.std-card-name {
			font-size: 3rem;
		}
		.std-card-desc {
			font-size: 2.7rem;
			margin-top: 0.5rem;
		}
	.std-card-capacity {
			gap: 0.8rem;
		padding-top: 0.8rem;
	}
		.std-card-capacity .__img {
			width: 3rem;
		}
		.std-card-capacity p {
			font-size: 2.7rem;
		}

.std-card-body {
		flex-direction: column;
		gap: 3.5rem;
	margin-bottom: 2rem;
}

.std-card-detail-wrap {
		flex-direction: column;
}
	.std-card-detail {
		display: contents;
	}
	.std-card-desc { order: 1; }
	.std-card-spec { order: 2; }
	.std-card-plan { order: 3; }
	.std-card-btn { order: 4; }

.std-card-spec {
	font-size: 2.7rem;
	margin-bottom: 4rem;
}
.std-card-sub {
	font-size: 2rem;
	margin-bottom: 2rem;
}

.std-card-plan {
	display: flex;
		justify-content: center;
	width: 100%;
	margin: 0;
	overflow: hidden;
}
	.std-card-plan .__img {
		width: 110%;
		max-width: none;
	}

.std-card-btn {
	width: 32rem;
	height: 8rem;
	margin: 0 auto;
	margin-top: 3rem;
	padding-right: 2rem;
	padding-left: 6rem;
	font-size: 3rem;
}
			.std-card-btn:after {
				width: 4rem;
			}
	.btn-detail {
		font-size: 2.4rem;
		padding-bottom: 0.5rem;
	}

.std-capacity-total {
	padding: 4rem 3rem;
	padding-bottom: 1rem;
	font-size: 4rem;
	line-height: 1.4;
}
	.std-capacity-total strong {
		font-size: 150%;
	}



/*--------------------
sect-prc-price (white space kept for ordering)*/

.sect-prc-price {
	padding: 11.5rem 0 5rem;
}
	.sect-prc-price .container {
		padding-inline: 3rem;
	}

.prc-icons {
		gap: 2rem;
	width: 67rem;
	margin-bottom: 4rem;
}
			.prc-icons:after {
				height: 18rem;
			}
	.prc-icon-box {
			flex-direction: column;
		padding: 2rem 2.5rem;
	}
		.prc-icon-box .__img {
			width: auto;
			height: 7.5rem;
		}
		.prc-icon-box p {
			font-size: 2.2rem;
			text-align: center;
			line-height: 1.72;
		}

.prc-tables {
		flex-direction: column;
		gap: 8rem;
	width: 63rem;
	margin: 0 auto;
}
	.prc-table-heading {
		font-size: 2.4rem;
	}
		.prc-table-heading strong {
			font-size: 3.2rem;
		}

.prc-table {
	font-size: 2rem;
}
	.prc-table th {
		padding: 1.5rem 0.8rem;
		font-size: 2.4rem;
	}
	.prc-table td {
		padding: 1.5rem 0.8rem;
		font-size: 2.6rem;
	}
	.prc-table .prc-strike {
		font-size: 3rem;
	}
	.prc-table .prc-bold {
		font-size: 3rem;
	}
	.prc-bold {
		font-size: 2.4rem;
	}
	.prc-sub {
		font-size: 3rem;
	}
	.prc-table .prc-sub {
		font-size: 2rem;
	}

.prc-notes li {
	font-size: 1.8rem;
}

.prc-includes {
	width: 63rem;
	margin: 0 auto;
	margin-top: 8rem;
	margin-bottom: 4rem;
	padding: 4rem 0;
}
	.prc-includes p {
		width: 54rem;
		margin: 0 auto;
		padding-left: 1em;
		text-indent: -1em;
		font-size: 2.7rem;
		line-height: 1.74;
	}
ul.prc-notes {
	width: 63rem;
	margin: 0 auto;
}
	ul.prc-notes li {
		font-size: 2rem;
		line-height: 2;
	}


/*--------------------
sect-cal-calendar*/

.sect-cal-calendar {
	padding: 10rem 0 4rem 0;
}
	.sect-cal-calendar .container {
		width: 100%;
		padding-inline: 3rem;
	}
	.sect-cal-calendar .__img {
		width: 100%;
	}

.cal-lead {
	font-size: 2.7rem;
	margin-bottom: 2rem;
}

.cal-notes p {
	font-size: 2rem;
	line-height: 2;
}



/*--------------------
sect-rsv-reserve*/

.sect-rsv-reserve {
	padding: 10rem 0 0;
}
	.sect-rsv-reserve .container {
		padding-inline: 0rem;
	}
	.sect-rsv-reserve picture {
	}
	.sect-rsv-reserve .__img {
		width: 100%;
	}

.rsv-customer {
	width: 64rem;
	margin: 0 auto;
	padding: 0rem;
}
	.rsv-customer-wrap {
			flex-direction: column;
			gap: 2.5rem;
		width: 100%;
		margin: 0 auto;
		padding-top: 2.5rem;
	}
	.rsv-customer-title {
		font-size: 2.8rem;
	}
	.rsv-required {
		font-size: 1.6rem;
	}

.rsv-customer-body {
	width: 100%;
	margin-bottom: 4rem;
}

.rsv-box-heading {
	padding: 1.5rem 3rem;
	font-size: 2.4rem;
}
.rsv-box-inner {
	padding: 2rem 3rem;
}

.rsv-field {
	margin-bottom: 1rem;
}
	input.rsv-input,
	input.rsv-input[type="text"],
	input.rsv-input[type="email"],
	input.rsv-input[type="tel"],
	input.rsv-input[type="password"] {
		padding: 1rem 1.2rem;
		font-size: 2.4rem;
	}

.rsv-input {
	padding: 1.2rem;
	font-size: 2rem;
}

.rsv-login-btn {
	font-size: 2.4rem;
	padding: 1.6rem 5.4rem;
}
.rsv-forgot {
	font-size: 2.2rem;
}
/* ログイン中表示：PC用のrem指定(1.6rem等)はSPでは極小になるためSP用に調整。
 * 「マイページ」ボタンは折り返さず、横のリンクは残り幅で収まる文字サイズにする */
.rsv-loggedin-name {
	margin-bottom: 1.2rem;
	font-size: 2.6rem;
}
	.rsv-loggedin-name span {
		font-size: 2.8rem;
	}
.rsv-loggedin-note {
	font-size: 2.2rem;
	line-height: 1.5;
}
.rsv-login-actions {
		gap: 2rem;
}
	.rsv-login-actions .rsv-mypage-btn {
		flex-shrink: 0;
		padding: 1.4rem 3rem;
		font-size: 2.2rem;
		white-space: nowrap;
	}
	.rsv-login-actions .rsv-forgot {
		flex: 1;
		min-width: 0;
		font-size: 1.9rem;
		line-height: 1.5;
	}

.rsv-mailmag {
		gap: 3rem;
	margin-bottom: 3rem;
	font-size: 2.2rem;
}
	.rsv-radio {
	}
		.rsv-radio input[type="radio"] {
			width: 2.4rem;
			height: 2.4rem;
		}
			.rsv-radio input[type="radio"]:checked {
			}

.rsv-sns-row {
	margin-bottom: 1.2rem;
}
	.rsv-sns-name {
		width: 13rem;
		font-size: 2.2rem;
	}
	.rsv-sns-optional {
		font-size: 2rem;
	}

/* 会員登録：メールアドレス認証(認証コード方式) */
.rsv-mailauth-btn {
	padding: 0 2.4rem;
	font-size: 2.2rem;
}
.rsv-mailauth-code {
	padding: 2rem;
}
	.rsv-mailauth-lead {
		font-size: 2.2rem;
	}
	.rsv-mailauth-note {
		font-size: 2rem;
	}
.rsv-mailauth-done {
	font-size: 2.2rem;
}
	.rsv-mailauth-done a {
		font-size: 2rem;
	}

.rsv-customer-note {
	width: 58rem;
	margin: 0 auto;
	font-size: 2rem;
	line-height: 2;
}



/*--------------------
sect-acs-access*/

.sect-acs-access {
	padding: 15rem 0 0;
}
	.sect-acs-access .container {
		padding-inline: 3rem;
	}
	.sect-acs-access picture {
	}
	.sect-acs-access .__img {
		width: 100%;
	}



/*--------------------
sect-faq-faq*/

.sect-faq-faq {
	padding: 15rem 0 0;
}
	.sect-faq-faq .container {
		padding-inline: 3rem;
	}
	.sect-faq-faq picture {
	}
	.sect-faq-faq .__img {
		width: 100%;
	}



/*--------------------
footer*/
/* フッターはサイト共通(footer.php+style.css)を使用するため、仮フッター用スタイルは削除 */



/*--------------------
float-nav*/

.float-nav {
}

.pg-studio {
	padding-bottom: 16vw;
}