@charset "utf-8";
/* CSS Document */


/*==========
MV
==========*/
.mv {
	position: relative;
}

.mv_layer {
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 26%);
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}

.mv_catch {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 24px;
	padding: 1px 6px 3px;
	background: var(--gradation_color);
	margin-top: 10vh;
}

.mv_logo {
	width: 72%;
	filter: drop-shadow(1px 1px 1px #000);
}

/* .mv_img {
	object-fit: cover;
	object-position: 50% 25%;
} */

.mv .contact_btn_line {
	margin-top: auto;
	transform: translateY(-6vh);
}

@media (min-width: 768px) {
	.mv {
		margin: 0 calc(50% - 50vw);
		/* height: 60vh; */
	}

	.mv_catch {
		font-size: 3rem;
		padding: 3px 12px 6px;
		margin-top: 6vh;
	}

	.mv_logo {
		width: 420px;
	}

	/* .mv_img {
		height: 60vh;
		object-fit: cover;
		/* object-position: 50% 42%;
	} */

	.mv .contact_btn_line {
		margin-top: auto;
		transform: translateY(-1vh);
	}

}


/*==========
メッセージ
==========*/
.top_message {
	padding: 12px 0 54px;
	background-image: url(../img/mv3.jpg);
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.7);
	background-blend-mode: overlay;
}

.top_message ul {
	inline-size: fit-content;
	margin-inline: auto;
}

.top_message ul li {
	margin-bottom: 12px;
}

@media (min-width: 768px) {
	.top_message {
		padding: 60px 0;
	}

	.top_message ul li {
		font-size: 2.4rem;
		margin-bottom: 30px;
	}

}


.photo_wrap img {
	margin-top: 18px;
}

@media (min-width: 768px) {
	.photo_wrap img {
		margin-top: 30px;
	}

}

/*==========
機材
==========*/
.equipment {
	padding: 60px 0;
}

.equipment_list {
	margin-bottom: 60px;
}

.equipment_item {
	padding: 24px 6px;
	border-bottom: solid 1px var(--border_color);
}

.equipment_item h3 {
	font-family: var(--font-en);
	font-size: 2.4rem;
	font-weight: 600;
	color: var(--main_color);
	margin-bottom: 9px;
}

.equipment_item ul li {
	font-size: 1.6rem;
	line-height: 1.6;
}

.equipment_item ul li.cat {
	font-weight: 600;
	color: var(--main_color);
	margin-top: 12px;
}


@media (min-width: 768px) {
	.equipment_list {
		margin-bottom: 60px;
	}

	.equipment_item {
		padding: 36px 12px;
	}

	.equipment_item h3 {
		font-size: 3rem;
	}

	.equipment_item ul li {
		font-size: 1.8rem;
	}

}



/*==========
料金
==========*/
.price {
	padding: 60px 0 0;
}

.price_table {
	margin-bottom: 60px;
}

.price_table table {
	width: 100%;
	border: solid 1px var(--border_color);
	margin-bottom: 30px;
}

.price_table h3 {
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 12px;
}

.price_table h3 .tax_info {
	font-size: 1.5rem;
}

.price_table h3 .caution {
	color: #FF0000;
}

.price_table th,
.price_table td {
	padding: 24px 12px;
	border: solid 1px var(--border_color);
	vertical-align: middle;
}

.price_table th {
	width: 30%;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.45;
	background-color: #4944b1;
}

.price_table td {
	background-color: #272727;
}

.price_table .td_time {
	width: 30%;
	text-align: center;
	line-height: 1.5;
}

.price_table .td_price {
	text-align: right;
}

.price_table .td_price span {
	font-size: 2rem;
}

.pac_table th,
.pac_table td {
	padding: 24px 3px;
}

.pac_table thead th {
	font-size: 1.35rem;
	text-align: center;
	width: calc(100% / 4);
}

.pac_table tbody th {
	font-size: 1.35rem;
}

.pac_table tbody td {
	font-size: 1.4rem;
	text-align: center;
}

@media (min-width: 768px) {
	.price {
		padding: 120px 0;
	}

	.price_table {
		margin-bottom: 90px;
	}

	.price_table table {
		margin-bottom: 48px;
	}

	.price_table h3 {
		font-size: 3rem;
		margin-bottom: 18px;
	}

	.price_table h3 .tax_info {
		font-size: 1.6rem;
	}

	.price_table th,
	.price_table td {
		padding: 30px 18px;
	}

	.price_table th {
		width: 30%;
		font-size: 1.7rem;
		line-height: 1.8;
	}

	.price_table td {}

	.price_table .td_time {
		width: 20%;
	}

	.price_table .td_price span {
		font-size: 2.4rem;
	}

	.pac_table th,
	.pac_table td {
		padding: 30px 18px;
	}

	.pac_table thead th {
		font-size: 1.7rem;
	}

	.pac_table tbody th {
		font-size: 1.6rem;
	}

	.pac_table tbody td {
		font-size: 1.8rem;
	}

}



/*==========
スケジュール
==========*/
.schedule {
	padding: 60px 0 90px;
}

.calendar_wrap {
	margin-bottom: 30px;
}

.calendar_wrap iframe {
	width: 100%;
}

.calendar_wrap p {
	margin-bottom: 18px;
}

@media (min-width: 768px) {
	.schedule {
		padding: 120px 0;
	}

	.calendar_wrap {
		margin-bottom: 48px;
	}

	.calendar_wrap p {
		margin-bottom: 30px;
	}
}



/*==========
スケジュール
==========*/
.information {
	background-color: #2C2C2C;
	padding: 60px 0;
}

.information .section_title {
	margin-bottom: 42px;
}

.info_item {
	margin-bottom: 54px;
}

.info_item h3 {
	font-size: 2rem;
	font-weight: 600;
	padding: 0 48px 6px 3px;
	border-bottom: solid 3px var(--main_color);
	inline-size: fit-content;
	margin-bottom: 12px;
}

.info_item p {
	line-height: 1.65;
}

@media (min-width: 768px) {
	.information {
		margin: 0 calc(50% - 50vw);
		padding: 90px 0 120px;
	}

	.information .container {
		width: 840px;
		margin: 0 auto;
	}

	.info_item {
		margin-bottom: 54px;
	}

	.info_item h3 {
		font-size: 2.4rem;
		padding: 0 60px 6px 6px;
		margin-bottom: 18px;
	}

	.info_item p {
		line-height: 1.7;
	}

}



/*==========
準備
==========*/
.prepare {
	padding: 90px 0 0;
}

.prepare .section_title {
	margin-bottom: 42px;
}

.prepare_item {
	padding: 24px 18px;
	background-color: #454545;
	border: solid 2px #6589a7;
	margin-bottom: 42px;
}

.prepare_item h3 {
	font-size: 2rem;
	font-weight: 600;
	color: #b7c6ff;
	text-align: center;
	margin-bottom: 12px;
}

.prepare_item p {
	line-height: 1.65;
}

.prepare_item_link {
	display: block;
	background-color: var(--btn_color);
	padding: 24px 36px;
	inline-size: fit-content;
	margin-inline: auto;
	color: #FFF;
	font-weight: 600;
	margin-top: 24px;
}

.prepare_item_link:active {
	background-color: #48ADFF;
	color: #FFF;
}

@media (min-width: 768px) {
	.prepare {
		padding: 180px 0;
	}

	.prepare_item {
		padding: 30px 54px 42px;
		margin-bottom: 54px;
	}

	.prepare_item h3 {
		font-size: 2.4rem;
		margin-bottom: 18px;
	}

	.prepare_item p {
		line-height: 1.7;
	}

	.prepare_item_link:hover {
		background-color: #48ADFF;
		color: #FFF;
	}
}



/*==========
スタジオ
==========*/
.studio {
	padding: 78px 0 90px;
}

.studio_name {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 18px;
}

.studio_info {
	line-height: 1.65;
	margin-bottom: 18px;
}

.studio_map {
	width: 100%;
	height: 42vh;
	margin-bottom: 18px;
}

.studio_caution {
	/* border: solid 3px #FF0000; */
	padding: 24px 18px;
	background-color: #41424b;
}

.studio_caution p {
	line-height: 1.65;
	margin-bottom: 15px;
}

.smartlock_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 9px;
	width: 90%;
	height: 66px;
	margin: 0 auto;
	background-color: var(--main_color);
}

.smartlock_link svg {
	width: 36px;
	height: 36px;
	fill: #FFF;
}

.smartlock_link span {
	font-size: 1.6rem;
	font-weight: 600;
	color: #FFF;
}

.smartlock_link:active {
	background-color: var(--btn_color);
}


@media (min-width: 768px) {
	.studio {
		padding: 0 0 120px 0;
	}

	.studio_name {
		font-size: 2.4rem;
		margin-bottom: 24px;
	}

	.studio_info {
		line-height: 1.7;
		margin-bottom: 30px;
	}

	.studio_map {
		width: 100%;
		height: 54vh;
		margin-bottom: 24px;
	}

	.studio_caution {
		padding: 36px 18px;
	}

	.studio_caution p {
		margin-bottom: 18px;
		text-align: center;
	}

	.smartlock_link {
		width: 480px;
		height: 72px;
	}

	.smartlock_link:hover {
		background-color: var(--btn_color);
	}
}
