@charset "utf-8";
/* CSS Document */

/*==========
Googleフォント
==========*/



/*==========
色指定
==========*/
/* @import url("color.css"); */


.wrap {
	margin-top: 56px;
}


/*==========
MV
==========*/
.shop_mv img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

@media (max-width: 900px) {
	.shop_mv .container {
		width: 100%;
	}
}


/*==========
店舗情報
==========*/
.top_info {
	padding: 20px 0 30px;
}

.top_info_name {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 900;
	margin-bottom: 6px;
}

.top_info_catch {
	text-align: center;
	font-size: 2.8rem;
	font-weight: 900;
	line-height: 1.2;
}

.top_info_catch.live_catch {
	position: relative;
	padding: .5em .7em;
	border: 3px solid #333333;
	width: 96%;
}

.top_info_catch.live_catch::before,
.top_info_catch.live_catch::after {
	position: absolute;
	border: solid #333333;
	content: '';
}

.top_info_catch.live_catch::before {
	top: 3px;
	right: -16px;
	transform: skewY(45deg);
	width: 13px;
	height: 104%;
	border-width: 4px 3px 3px 0;
	background-color: #e9e9e9;
}

.top_info_catch.live_catch::after {
	bottom: -16px;
	left: 3px;
	transform: skewX(45deg);
	width: 102%;
	height: 13px;
	border-width: 0 2px 3px 4px;
	background-color: #e9e9e9;
}

@media (min-width: 768px) {
	.top_info {
		padding: 40px 0;
	}

	.top_info_name {
		font-size: 4.2rem;
	}

	.top_info_catch {
		font-size: 3.2rem;
	}

	.top_info_catch.live_catch::before {
		top: 4px;
		/* right: -16px;
		transform: skewY(45deg);
		width: 13px;
		height: 104%;
		border-width: 4px 3px 3px 0; */
	}

	.top_info_catch.live_catch::after {
		/* bottom: -16px; */
		left: 3px;
		/* transform: skewX(45deg); */
		width: 101%;
		/* height: 13px; */
		/* border-width: 0 2px 3px 4px; */
	}
}


/*==========
メニューボタン
==========*/
.menu_wrap .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 10px 0 40px;
	width: 100%;
}

.menu_item {
	text-align: center;
	line-height: 1.1;
	color: #3e3e3e;
	flex: 1;
}

.menu_item_icon {
	height: 45px;
	margin-bottom: 3px;
	fill: var(--a_color);
	transition: 0.5s;
}

.menu_item_icon:hover {
	fill: var(--a_hover_color);
	transition: 0.5s;
}

.menu_item_arrow {
	height: 10px;
	fill: #9b9b9b;
	opacity: 0.5;
}

.menu_item span {
	display: block;
	font-size: 1.3rem;
	font-weight: 700;
}

@media (min-width: 768px) {
	.menu_item_icon {
		height: 65px;
	}

	.menu_item_arrow {
		height: 12px;
	}

	.menu_item span {
		font-size: 1.4rem;
	}
}




/*==========
スタジオ紹介
==========*/
.section_title_wrap {
	padding: 6px 0;
}

.section_title {
	font-size: 3rem;
}

@media (min-width: 768px) {
	.section_title_wrap {
		padding: 9px 0;
	}

	.section_title {
		font-size: 4rem;
	}
}


/*==========
フロアマップ
==========*/
.studio_all_view {
	padding-bottom: 60px;
}

.studio_all_view_thumbnail_item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	border-top: solid 1px #b8b4b4;
	border-bottom: solid 1px #b8b4b4;
	padding: 12px 0;
}

.studio_all_view_thumbnail_item_img {
	width: 120px;
}

.studio_all_view_thumbnail_item_info {
	padding: 0px 12px;
	width: calc(100% - 120px);
}

.studio_all_view_thumbnail_item_info h3 {
	font-size: 1.6rem;
	font-weight: 900;
}

.studio_all_view_thumbnail_item_info p {
	font-size: 1.2rem;
	font-weight: 700;
}

.studio_all_view_thumbnail_item_option {
	padding-top: 3px;
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
}

.studio_all_view_thumbnail_item_option span {
	font-size: 1.1rem;
	font-weight: 700;
	background: #e1e2e2;
	padding: 1px 12px;
	border-radius: 3px;
}

@media (min-width: 768px) {
	.studio_all_view_thumbnail_item_info h3 {
		font-size: 1.8rem;
	}

	.studio_all_view_thumbnail_item_info p {
		font-size: 1.4rem;
	}

	.studio_all_view_thumbnail_item_option span {
		font-size: 1.3rem;
		padding: 1px 15px;
	}
}



/*==========
各スタジオ情報
==========*/
.studio_item {
	padding-bottom: 60px;
}

.studio_title {
	font-size: 3rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 12px;
}

.studio_catchcopy {
	font-size: 2rem;
	font-weight: 900;
	margin-bottom: 6px;
}

.studio_comment {
	font-size: 1.3rem;
	margin-bottom: 24px;
}

.studio_mv {
	position: relative;
	padding-bottom: 18px;
}

.studio_mv img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.studio_fav_btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: solid 1px #c2c2c2;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
}

.studio_fav_btn:hover {
	cursor: pointer;
}

.studio_fav_btn svg {
	height: 27px;
	fill: #b3b3b3;
	margin-top: 3px;
	pointer-events: none;
}

.studio_fav_btn_on svg {
	fill: #e9405c;
}

.studio_option {
	padding-bottom: 9px;
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
}

.studio_option span {
	font-size: 1.2rem;
	font-weight: 700;
	background: #e1e2e2;
	padding: 1px 18px;
	border-radius: 3px;
}

.studio_spec {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.studio_spec svg {
	width: 18px;
	margin-right: 6px;
	fill: #ff52b3;
}

.studio_spec span {
	font-weight: 700;
	font-size: 1.6rem;
	padding-right: 12px;
}

.studio_spec_floorplan {
	display: flex;
	align-items: center;
	width: fit-content;
	border: solid 1px #b9b9b9;
	border-radius: 3px;
	padding: 0 36px 0 18px;
	color: #000;
	margin-bottom: 12px;
}

.studio_spec_floorplan svg {
	width: 24px;
	fill: #ff52b3;
}

.studio_spec_floorplan span {
	font-weight: 700;
	font-size: 1.6rem;
}

.studio_movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 32px;
}

.studio_movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.studio_cancelpolicy {
	padding: 12px;
	background-color: #f3f3f3;
	border: solid 1px #c2c2c2;
	margin-top: 12px;
}

.studio_cancelpolicy summary {
	font-size: 1.5rem;
}

.studio_cancelpolicy h4 {
	font-weight: 600;
	margin-bottom: 3px;
}

.studio_cancelpolicy p {
	font-size: 1.4rem;
}

.studio_cancelpolicy_item {
	margin-top: 18px;
}


@media (min-width: 768px) {
	.studio_item {
		padding-bottom: 100px;
	}

	.studio_title {
		font-size: 4rem;
		margin-bottom: 20px;
	}

	.studio_option span {
		font-size: 1.5rem;
		padding: 1px 20px;
	}

	.studio_cancelpolicy {
		padding: 12px 24px;
		margin-top: 18px;
	}

	.studio_cancelpolicy summary {
		font-size: 1.5rem;
	}

	.studio_cancelpolicy h4 {
		font-size: 1.4rem;
	}

	.studio_cancelpolicy_item {
		margin-top: 24px;
	}
}



/*==========
料金表（個別）
==========*/
.studio_price_table {
	width: 100%;
	border-left: solid 1px #c2c2c2;
	border-top: solid 1px #c2c2c2;
	margin-bottom: 30px;
}

.studio_price_table th,
.studio_price_table td {
	border-right: solid 1px #c2c2c2;
	border-bottom: solid 1px #c2c2c2;
	text-align: center;
	padding: 18px 0;
	font-weight: 700;
	/* width: calc(100% / 5); */
}

.studio_price_table th {}

.studio_price_table caption {
	text-align: center;
	font-size: 1.7rem;
	font-weight: 900;
	margin-bottom: 3px;
}

.studio_price_table .campaign_info {
	color: #FF0000;
	font-size: 1.9rem;
}

.studio_price_table thead {
	font-weight: 900;
	line-height: 1.2;
}

.studio_price_table thead span {
	font-size: 1rem;
	display: block;
}

.studio_price_table thead th {
	font-size: 1.45rem;
}

.studio_price_table tbody th {
	background: #e1e2e2;
	font-size: 1.25rem;
}


/*==========
料金表（全スタジオ）
==========*/
#price .container {
	padding: 20px 0 100px;
}

.all_studio_price_table thead {
	position: sticky;
	top: calc(56px);
}

.all_studio_price_table th,
.all_studio_price_table td {
	/* width: calc(100% / 6); */
}

.all_studio_price_table tbody th {
	font-size: 1.5rem;
}

.all_studio_price_table td.day {
	background: #f3f3f3;
	font-size: 1.2rem;
	min-width: 42px;
}




/*==========
予約表（スタジオ個別）
==========*/
.studio_reserve_time_table_btn {
	display: flex;
	justify-content: space-between;
	padding-bottom: 12px;
	background: #FFF;
	position: sticky;
	top: calc(-60px);
}

.studio_reserve_time_table_btn a {
	display: flex;
	align-items: center;
	background: #3e3e3e;
	color: #FFF;
	padding: 9px 30px;
	font-size: 1.3rem;
}

.studio_reserve_time_table_btn_date {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.studio_reserve_time_table_btn input[type="date"] {
	background: #d4d4d4;
	width: 100%;
}

.studio_reserve_time_table_wrap {
	margin-top: 70px;
}

.studio_reserve_time_table_scroll {
	position: relative;
	overflow-x: auto;
	height: 400px;
	border-bottom: solid 1px #c2c2c2;
}

.studio_reserve_time_table {
	width: 100%;
	border-left: solid 1px #c2c2c2;
}

.studio_reserve_time_table th,
.studio_reserve_time_table td {
	border-right: solid 1px #c2c2c2;
	border-bottom: solid 1px #c2c2c2;
	text-align: center;
	font-weight: 700;
}

.studio_reserve_time_table th {
	width: calc(100% / 8);
}

.studio_reserve_time_table thead {
	font-weight: 900;
	line-height: 1.2;
	position: sticky;
	top: 0;
	z-index: 100;
}

.studio_reserve_time_table thead th {
	padding-bottom: 0px;
	border-right: solid 1px #c2c2c2;
}

.studio_reserve_time_table thead th:first-child div {
	height: 70px;
	background: #f3f3f3;
	border-top: solid 1px #c2c2c2;
	border-bottom: solid 1px #c2c2c2;
}

.studio_reserve_time_table thead th header {
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3rem;
	font-weight: 700;
	background: #f3f3f3;
	border-top: solid 1px #c2c2c2;
	border-bottom: solid 1px #c2c2c2;
}

.studio_reserve_time_table_date {
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	background: #f3f3f3;
	border-bottom: solid 1px #c2c2c2;
}

.studio_reserve_time_table tbody th,
.studio_reserve_time_table tbody td {
	padding: 18px 0px;
	border-bottom: solid 1px #c2c2c2;
}

.studio_reserve_time_table tbody td {}

.studio_reserve_time_table td:hover {
	background: var(--a_hover_bg_color);
}

.studio_reserve_time_table tbody .time {
	background: #e1e2e2;
	font-size: 1.4rem;
	color: #3e3e3e;
	position: sticky;
	left: 0;
}

.studio_reserve_time_table button {
	padding: 0;
	height: auto;
	font-weight: 900;
	background-color: #ffffff00;
}

.studio_reserve_time_table svg {
	height: 16px;
	fill: #56badb;
}

.studio_reserve_time_table_close svg {
	height: 15px;
	fill: #9d9d9d;
}

.studio_reserve_time_table_sat {
	color: #3488C5;
}

.studio_reserve_time_table_sun {
	color: #E01A1A;
}

/*==========
予約表 パック背景色および凡例（料金グループタイプ：LIVE のみ）
==========*/
.studio_reserve_time_table tbody td.is_pack1_live_price_group {
	background-color: #E3FAE5;
}

.studio_reserve_time_table tbody td.is_pack2_live_price_group {
	background-color: #E3F8FA;
}

.studio_reserve_time_table_legend {
	display: flex;
	align-items: center;
	gap: 18px;
	justify-content: flex-end;
	padding-top: 6px;
}

.studio_reserve_time_table_legend div {
	display: flex;
	align-items: center;
	gap: 3px;
	font-size: 1.3rem;
}


.studio_reserve_time_table_legend span.is_pack1_live_price_group {
	background: #E3FAE5;
	width: 18px;
	height: 18px;
	display: inline-block;
	border: 1px #999999 solid;
}

.studio_reserve_time_table_legend span.is_pack2_live_price_group {
	background: #E3F8FA;
	width: 18px;
	height: 18px;
	display: inline-block;
	border: 1px #999999 solid;
}

/*==========
予約表（スタジオすべて）
==========*/
.studio_reserve_time_table_current_date {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 12px;
}

.studio_all_reserve_time_table_scroll {
	position: relative;
	overflow-x: auto;
	height: 400px;
	border-bottom: solid 1px #c2c2c2;
}

.studio_all_reserve_time_table {
	width: 100%;
	border-left: solid 1px #c2c2c2;
	overflow: scroll;
}

.studio_all_reserve_time_table th,
.studio_all_reserve_time_table td {
	border-right: solid 1px #c2c2c2;
	border-bottom: solid 1px #c2c2c2;
	text-align: center;
	font-weight: 700;
}

.studio_all_reserve_time_table th {
	min-width: 50px;
}

.studio_all_reserve_time_table thead {
	font-weight: 900;
	line-height: 1.2;
	position: sticky;
	top: 0;
	z-index: 100;
}

.studio_all_reserve_time_table thead th {
	border-right: solid 1px #c2c2c2;
}

/* RoLuANGEL対応でフォントサイズ小さく */
.studio_all_reserve_time_table thead th div {
	height: 40px;
	background: #f3f3f3;
	border-top: solid 1px #c2c2c2;
	border-bottom: solid 1px #c2c2c2;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	font-size: 1.35rem;
}

@media (min-width: 768px) {
	.studio_all_reserve_time_table thead th div {
		font-size: 1.5rem;
	}
}

.studio_all_reserve_time_table tbody th,
.studio_all_reserve_time_table tbody td {
	padding: 18px 0px;
	border-bottom: solid 1px #c2c2c2;
}

.studio_all_reserve_time_table tbody .time {
	background: #e1e2e2;
	font-size: 1.4rem;
	color: #3e3e3e;
	position: sticky;
	left: 0;
}

.studio_all_reserve_time_table button {
	padding: 0;
	height: auto;
	font-weight: 900;
}

.studio_all_reserve_time_table svg {
	height: 16px;
	fill: #56badb;
}

.studio_reserve_time_table_close svg {
	height: 15px;
	fill: #9d9d9d;
}



/*==========
スタジオページへのリンク
==========*/
.link_studio_reserve {
	border: solid 1px #c2c2c2;
	padding: 18px 0;
	text-align: center;
	width: 90%;
	display: block;
	margin: 30px auto;
	color: var(--a_color);
	transition: 0.5s;
}

.link_studio_reserve:hover {
	color: var(--a_color);
	background-color: var(--a_hover_bg_color);
	transition: 0.5s;
}

.link_studio_reserve span {
	font-size: 1.6rem;
	font-weight: 900;
	position: relative;
}

.link_studio_reserve span::after {
	content: '';
	position: absolute;
	top: calc(50% - -1px);
	right: -18px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #333;
}

@media (min-width: 768px) {
	.link_studio_reserve {
		padding: 20px 0;
		max-width: 500px;
		margin: 50px auto;
	}

	.link_studio_reserve span {
		font-size: 1.8rem;
	}
}



/*==========
予約表
==========*/
.reserve_all .container {
	padding: 20px 0 100px;
}



/*==========
ご利用方法
==========*/
#use .container {
	padding: 20px 0 100px;
}


.use_item {
	background: #f5f5f5;
	margin-bottom: 20px;
}

.use_item_title {
	font-size: 2rem;
	font-weight: 900;
	padding: 12px 0 12px 15px;
	cursor: pointer;
	position: relative;
	transition: all .5s ease;
}

.use_item_title::before,
.use_item_title::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 2px;
	background-color: #333;

}

.use_item_title::before {
	top: 48%;
	right: 15px;
	transform: rotate(0deg);
}

.use_item_title::after {
	top: 48%;
	right: 15px;
	transform: rotate(90deg);
}

.use_item_title.close::before {
	transform: rotate(45deg);
}

.use_item_title.close::after {
	transform: rotate(-45deg);
}

.use_item_body {
	padding: 12px 15px;
	display: none;
}

.use_item_body p {
	margin-bottom: 16px;
}

.use_item_subtitle {
	font-weight: 700;
}

.use_item_mail {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	border: solid 1px #4792ef;
	padding: 12px;
}

.use_item_mail:hover {
	color: #4792ef;
	background-color: #cce3ff;
}

.link_caution_comment {
	margin-top: 50px;
}

.link_caution {
	border: solid 1px #333;
	padding: 18px 0;
	text-align: center;
	width: 90%;
	display: block;
	margin: 15px auto 50px;
	color: var(--a_color);
	transition: 0.5s;
}

.link_caution:hover {
	color: var(--a_color);
	background-color: var(--a_hover_bg_color);
	transition: 0.5s;
}

.link_caution span {
	font-size: 1.6rem;
	font-weight: 900;
	position: relative;
}

.link_caution span::after {
	content: '';
	position: absolute;
	top: calc(50% - -1px);
	right: -18px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #333;
}


@media (min-width: 768px) {
	.use_item_title {
		padding: 15px 0 15px 18px;
	}

	.link_studio_reserve span {
		font-size: 2rem;
	}

	.use_item_body {
		padding: 15px 18px;
	}

	.link_caution {
		padding: 20px 0;
		max-width: 560px;
		margin: 25px auto 50px;
	}

	.link_caution span {
		font-size: 1.8rem;
	}
}


/*==========
アクセス
==========*/
#access .container {
	padding: 20px 0 100px;
}

.access_map {
	margin-bottom: 30px;
}

.access_map iframe {
	width: 100%;
	height: 50vh;
}

.access_shop_info {
	width: 90%;
	margin: 0px auto 50px;
}

.access_shop_info dt {
	padding: 12px 0 0 6px;
}

.access_shop_info dd {
	border-bottom: solid 1px #c2c2c2;
	padding: 12px 12px 18px 12px;
}

.contact_btn_line,
.contact_btn_tel,
.contact_btn_mail,
.link_faq {
	border: solid 1px #9f9f9f;
	width: 90%;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	height: 62px;
	align-items: center;
	transition: 0.5s;
}

.contact_btn_tel,
.contact_btn_mail,
.link_faq {
	margin-top: 18px;
}

.contact_btn_line p,
.contact_btn_tel p,
.contact_btn_mail p,
.link_faq p {
	font-size: 1.6rem;
	font-weight: 900;
	color: var(--a_color)
}

.contact_btn_line:hover,
.contact_btn_tel:hover,
.contact_btn_mail:hover,
.link_faq:hover {
	color: var(--a_color);
	background-color: var(--a_hover_bg_color);
	transition: 0.5s;
}

.contact_btn_line_svg_circle {
	background: #06c755;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 6px;
}

.link_faq svg {
	width: 50px;
	height: 50px;
	fill: #03a9f4;
	margin-right: 6px;
}

.contact_btn_line_svg_line {
	fill: #FFF;
	height: 30px;
}

.contact_btn_line_comment {
	text-align: center;
	margin-top: 6px;
	color: #9b9b9b;
	font-size: 1.4rem;
}


.contact_btn_svg_circle {
	background: #b59bb9;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 6px;
}

.contact_btn_svg_circle svg {
	fill: #FFF;
	height: 24px;
}

@media (min-width: 768px) {

	.contact_btn_line,
	.contact_btn_tel,
	.contact_btn_mail,
	.link_faq {
		max-width: 500px;
		height: 70px;
	}

	.contact_btn_tel,
	.contact_btn_mail {
		margin-top: 30px;
	}

	.contact_btn_line p {
		font-size: 1.8rem;
	}

	.contact_btn_line_svg_circle {
		width: 55px;
		height: 55px;
	}

	.contact_btn_line_svg_line {
		height: 34px;
	}

	.contact_btn_line_comment {
		margin-top: 9px;
		font-size: 1.6rem;
	}
}




/*==========
道案内
==========*/
.studio_route {
	padding-top: 40px;
}

.studio_route_title {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 9px;

}

.studio_route_item img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.studio_route_item p {
	font-size: 1.4rem;
	margin-top: 6px;
}

.studio_route_movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 30px;
}

.studio_route_movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media (min-width: 768px) {
	.studio_route_item p {
		font-size: 1.6rem;
		margin-top: 5px;
	}
}


/*==========
他のスタジオ
==========*/
.other_studio .container {
	padding: 20px 0 100px;
}

.other_studio_item {
	padding-bottom: 20px;
}

.other_studio_item a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 12px;
	justify-content: space-between;
	color: #3e3e3e;
}

.other_studio_item_img {
	width: 30%;
}

.other_studio_item_info {
	width: 68%;
}

.other_studio_item_price {
	font-size: 3rem;
	font-weight: 900;
}

.other_studio_item_price span {
	font-size: 1.6rem;
}

.other_studio_item_name,
.other_studio_item_access {
	font-size: 1.3rem;
	margin-bottom: 6px;
	display: flex;
	gap: 18px;
}

.other_studio_item_name span {
	display: flex;
	align-items: center;
}

.other_studio_item_name svg,
.other_studio_item_access svg {
	height: 16px;
	margin-right: 3px;
	fill: #ff52b3;
}

@media (min-width: 768px) {
	.other_studio_item a {
		margin-bottom: 24px;
	}

	.other_studio_item_img {
		width: 40%;
	}

	.other_studio_item_info {
		width: 58%;
	}

	.other_studio_item_price {
		font-size: 4rem;
	}

	.other_studio_item_name,
	.other_studio_item_access {
		font-size: 1.4rem;
	}

	.other_studio_item_name svg,
	.other_studio_item_access svg {
		height: 18px;
	}
}




/*==========
近隣のスタジオ
==========*/
.neighbor_studio .container {
	padding: 20px 0 100px;
}

.neighbor_studio_wrap {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	border-bottom: solid 10px #CDCDCD;
}

.neighbor_studio_wrap::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.neighbor_studio_wrap::-webkit-scrollbar-track {
	background: #CDCDCD;
}

.neighbor_studio_wrap::-webkit-scrollbar-thumb {
	background: #888888;
	border-radius: 3px;
}

.neighbor_studio_item {
	display: inline-block;
}

.neighbor_studio_item a {
	display: block;
	width: 70vw;
	padding: 0 20px 30px;
	color: #3e3e3e;
}

.neighbor_studio_item_price {
	font-size: 3rem;
	font-weight: 900;
}

.neighbor_studio_item_price span {
	font-size: 1.6rem;
}

.neighbor_studio_item_name,
.neighbor_studio_item_access {
	font-size: 1.3rem;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
}

.neighbor_studio_item_name svg,
.neighbor_studio_item_access svg {
	height: 16px;
	margin-right: 6px;
	fill: #ff52b3;
}


@media (min-width: 768px) {
	.neighbor_studio_item a {
		width: 30vw;
		padding: 0 30px 40px;
	}

	.neighbor_studio_item a img {
		width: 80%;
	}
}


/*==========
スタジオページ
==========*/
.studio_page .container {
	padding: 20px 0 100px;
}

.studio_page_title {
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: -1px;
	text-align: center;
	margin-bottom: 6px;
}

.studio_page_top_info {
	display: flex;
	justify-content: center;
	margin-bottom: 9px;
}

.studio_page_top_info_name,
.studio_page_top_info_access {
	font-size: 1.3rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	padding: 0 6px;
}

.studio_page_top_info_name svg,
.studio_page_top_info_access svg {
	height: 16px;
	margin-right: 3px;
	fill: #ff52b3;
}

.studio_page_top_info_name a,
.studio_page_top_info_access a {
	color: #3e3e3e;
}

.studio_page_catch {
	font-size: 1.6rem;
	font-weight: 700;
	/* text-align: center; */
	margin-bottom: 18px;
}

.studio_page_comment {
	font-size: 1.3rem;
	margin-bottom: 24px;
}


@media (min-width: 768px) {
	.studio_page_title {
		font-size: 3.6rem;
	}

	.studio_page_top_info_name,
	.studio_page_top_info_access {
		font-size: 1.4rem;
	}

	.studio_page_top_info_name svg,
	.studio_page_top_info_access svg {
		height: 18px;
	}

	.studio_page_catch {
		font-size: 2.6rem;
		margin-bottom: 24px;
	}
}


/*==========
ページ内スクロール予約表へ
==========*/
#reserve_all_scroll {
	position: fixed;
	right: 10px;
	bottom: 100px;
	z-index: 1000;
	/* opacity: 0;
	transform: translateX(100px); */
}

#reserve_all_scroll a {
	display: flex;
	width: 70px;
	height: 54px;
	border-radius: 3px;
	background-color: rgb(255 51 143 / 90%);
	transition: all 0.3s;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #000;
}

#reserve_all_scroll svg {
	height: 12px;
	width: 12px;
	fill: #000;
	transform: translateY(-2px);
}

#reserve_all_scroll span {
	font-size: 1.2rem;
}

/*==========
予約モーダル
==========*/
.studio_reserve_modal_item_faq {
	font-size: 1.6rem;
	color: #ff0000;
	text-align: center;
}


/* noto-sans-jp-regular, noto-sans-jp-700, noto-sans-jp-900 フォントのまとめとプリロード */
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/css/fonts/noto-sans-jp-v53-japanese_latin-regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/css/fonts/noto-sans-jp-v53-japanese_latin-700.woff2') format('woff2');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('/css/fonts/noto-sans-jp-v53-japanese_latin-900.woff2') format('woff2');
}


/*==========
ライブ用の注意書き
==========*/
.live_caution {
	font-size: 1.8rem;
}

.live_caution_frame {
	margin-top: 2rem;
	font-size: 1.8rem;
	padding: 1.5rem;
	border: solid 3px #FF5722;
}
