@charset "UTF-8";

/* ----- 共通設定 ----- */

h3 {
	color: #0666b2;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 1.28px;
	text-align: center;
	padding-bottom: 56px;
}

@media screen and (max-width: 768px) {
	h3 {
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 160%; /* 32px */
		letter-spacing: 1.6px;
		padding-bottom: 24px;
	}
}

/*コンテンツ幅調整*/

.movie,
.point,
.access_inner,
.fee,
.flow_inner,
.faq {
	max-width: 1112px;
	padding: 100px 16px;
	margin: 0 auto;
}

.detail {
	max-width: 1112px;
	padding: 0px 16px 100px 16px;
	margin: 0 auto;
}

.faq {
	padding: 100px 16px 140px 16px;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.movie,
	.point,
	.detail,
	.access_inner,
	.fee,
	.flow_inner,
	.faq {
		max-width: 800px;
		padding: 80px 32px;
	}
}

@media screen and (max-width: 475px) {
	.movie,
	.point,
	.detail,
	.access_inner,
	.fee,
	.flow_inner,
	.faq {
		padding: 40px 16px;
	}
}

/* メインビジュアル */

.main_visual {
	width: 100%;
	height: 0;
	padding-top: 34.72%;
	position: relative;
	background-size: contain;
	background-image: url(../images/dr_higashishinjuku/mv_main-pc.png);
}

.mv_bg {
	position: absolute;
	width: 10.97%;
	height: auto;
	left: 19.02%;
	top: 43px;
}

.mv_title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	color: #fff;
	/* font-size: 56px; */
	font-size: 2.58vw;
	font-style: normal;
	font-weight: 800;
	line-height: 130%;
	letter-spacing: 4.48px;
}

.lower {
	/* font-size: 32px; */
	font-size: 2.22vw;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 1.28px;
}

@media screen and (max-width: 768px) {
	.main_visual {
		background-image: url(../images/dr_higashishinjuku/mv_main-sp.png);
		height: 0;
		width: 100%;
		padding: 133% 4.26% 0;
	}

	.mv_bg {
		width: 31.2%;
		height: auto;
		left: 4.26%;
		top: 32px;
	}

	.mv_title {
		/* font-size: 32px; */
		font-size: 6.53vw;
		font-style: normal;
		font-weight: 800;
		line-height: 130%;
		letter-spacing: 2.56px;
		top: 33%;
		left: 50%;
		transform: translateX(-50%);
	}

	.mv_title h2 {
		padding-bottom: 70px;
	}

	.lower {
		/* font-size: 14px; */
		font-size: 3.73vw;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
		letter-spacing: 0.56px;
	}
}

/* 予約するボタン */

.main_visual .gradation-button {
	margin: 40px auto 0;
	width: clamp(19.438rem, 16.57rem + 12.233vw, 31.25rem);
	a {
		padding: 24px 56px 24px 44px;
	}
	a::after {
		display: inline-block;
		position: absolute;
		right: 7%;
	}
}

@media screen and (max-width: 768px) {
	.main_visual .gradation-button {
		margin: 0 auto;
	}

	.main_visual .reserve-button {
		width: calc(100% - 4.26% - 4.26%);
		margin: 0 4.26%;
	}
}
/* 店舗紹介ムービー */
.movie {
	video {
		margin: 0 auto;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
	}
}
@media screen and (max-width: 1024px) {
	.movie {
		video {
			width: 82.93%;
			height: auto;
			margin-top: 8px;
		}
	}
}

/* POINT */

.point ul {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 48px;
	padding: 0 5%;
}

.point_item {
	width: calc((100% - 48px - 48px) / 3);
	text-align: center;
}

.point_item_inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.point_item_note {
	color: #333;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	text-align: left;
	width: 100%;
	margin-top: 4px;
}

.point_text {
	background-color: #152b60;
	color: #fff;
	font-family: Raleway, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0.96px;
	display: inline-block;
	padding: 4px 8px;
	margin-bottom: 20px;
}

.point_item img {
	margin: 0 auto;
}

.point_text_sub {
	font-family: Jost, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 1.2px;
	padding-left: 4px;
}

.point_item_title {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.72px;
	display: block;
	text-align: left;
	padding-top: 32px;
}

.point_item p {
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	text-align: left;
	padding-top: 12px;
}

@media screen and (max-width: 1024px) {
	.point_item {
		width: calc((100% - 48px) / 2);
	}
}

@media screen and (max-width: 768px) {
	.point {
		padding: 40px 4.26%;
	}

	.point ul {
		padding: 0;
		gap: 20px 24px;
		justify-content: space-between;
	}

	.point_item {
		padding-bottom: 56px;
	}

	.point_item:last-child {
		padding-bottom: 0;
	}

	.point_item img {
		width: 51.7%;
		height: auto;
		padding-bottom: 20px;
		display: block;
		margin: auto;
		min-width: 240px;
	}

	.point_item span {
		padding-bottom: 12px;
	}

	.point_item_title {
		padding-top: 0px;
	}

	.point_item p {
		padding-top: 0px;
	}
}

@media screen and (max-width: 600px) {
	.point ul {
		gap: 0;
	}
	.point_item {
		width: 100%;
	}
}

/* 詳細 */
.detail ul li {
	display: flex;
	margin-bottom: 56px;
}

.detail ul li:nth-child(2n) {
	flex-direction: row-reverse;
}

.detail ul li:last-child {
	margin-bottom: 0;
}

.detail li img {
	width: 52%;
	object-fit: cover;
}

.detail_text {
	width: 48%;
	padding: 32px 2.96% 32px 4.44%;
}

.detail_text span {
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 2.24px;
}

.detail_text p {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	padding-top: 16px;
}

.detail_text p span {
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0px;
	padding-top: 4px;
}

@media screen and (max-width: 768px) {
	.detail {
		margin: 0 auto;
		padding: 40px 4.26%;
	}

	.detail ul li {
		box-shadow: none;
		display: block;
	}

	.detail li img {
		width: 100%;
	}

	.detail_text {
		width: 100%;
		padding: 16px 0 0;
	}

	.detail_text span {
		font-size: 20px;
		line-height: 160%;
		letter-spacing: 1.6px;
	}

	.detail_text p {
		font-size: 14px;
		font-weight: 400;
		line-height: 150%; /* 21px */
		letter-spacing: 0.56px;
		padding-top: 4px;
	}
}

/* 店内ギャラリー */
.gallery {
	padding: 80px 0;
	background-color: #f2f6f9;
	position: relative;
	z-index: 1;
}

.gallery::before {
	content: "";
	display: block;
	width: 14.93%;
	height: 50%;
	background-image: url(../images/dr_higashishinjuku/gallery_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 1.73%;
	bottom: 27px;
	z-index: -1;
}

.gallery::after {
	content: "";
	display: block;
	width: 14.93%;
	height: 50%;
	background-image: url(../images/dr_higashishinjuku/gallery_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	position: absolute;
	right: 1.73%;
	top: 29px;
	z-index: -1;
}

/* .gallery ul {
    display: flex;
    gap: 2.22%;
    padding: 12px 0px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: hidden;
    width: 100%;
    li {
        img{
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
} */

@media screen and (max-width: 768px) {
	.gallery {
		padding: 40px 0;
	}

	.gallery::before {
		content: none;
	}

	.gallery::after {
		content: none;
	}
}

/* アクセス */

.access {
	position: relative;
}

.access::before {
	content: "";
	background-image: url(../images/dr_higashishinjuku/map_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 75%;
	height: 855px;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: -1;
}

.access ul {
	display: flex;
	gap: 80px;
}

.access_info {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.64px;
	text-transform: capitalize;
}

.access_info_name {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.96px;
	padding-bottom: 20px;
}

.access_info_tel {
	padding: 12px 0;
}

.access_info_train a:hover {
	opacity: 0.6;
}

.access_info_train img {
	width: 46.08%;
}

.access_map {
	flex: 1;
	width: 100%;
	iframe {
		width: 100%;
		height: 100%;
		aspect-ratio: 131 / 87;
	}
}

@media screen and (max-width: 1024px) {
	.access ul {
		display: block;
	}
	.access_info_train img {
		width: 29.06%;
		height: auto;
		margin: 16px 0;
	}
	iframe {
		aspect-ratio: 311 / 194;
	}
}

@media screen and (max-width: 768px) {
	.access::before {
		background-image: url(../images/dr_higashishinjuku/map_bg-sp.png);
		width: 95.2%;
		top: 80px;
		left: 0;
	}

	.access_info {
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 190%;
		letter-spacing: 0.48px;
		text-transform: capitalize;
	}

	.access_info_name {
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%;
		letter-spacing: 0.72px;
		padding-bottom: 16px;
	}

	.access_info_tel {
		padding: 8px 0;
	}
}

/* 料金表 */

.fee h4 {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.96px;
	padding-top: 72px;
}

.fee h4:first-child {
	padding-top: 0;
}

.fee h4 span {
	font-size: 16px;
	font-weight: 500;
}

.fee h4:first-child {
	padding-top: 0;
}

.fee_list {
	display: flex;
	gap: 0.833%;
}

.fee_list dl {
	border: 1px solid #f1f0f0;
	width: 100%;
	margin: 20px 0 0;
	text-align: center;
}

.fee_list dt {
	background-color: #f1f0f0;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	padding: 14px 1.11%;
	height: 88px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.fee_list dt span {
	font-size: clamp(12px, 1.11vw, 16px);
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

.fee_list dd {
	padding: 24px 1.11%;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 1.12px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.row1 dd {
	height: 108px;
}

.row2 dd {
	height: 200px;
}

.row3 dd {
	height: 300px;
}

.jpy {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 1.28px;
}

.price {
	font-family: Jost, sans-serif;
	font-size: 56px;
	font-style: normal;
	font-weight: 500;
	line-height: 115%;
	letter-spacing: -1.68px;
}

.slash {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 1.28px;
}

.mr50 {
	margin-right: 50px;
}

.mr40 {
	margin-right: 40px;
}

.mr20 {
	margin-right: 20px;
}

@media screen and (max-width: 768px) {
	.fee h4 {
		font-size: 16px;
		line-height: 160%;
		letter-spacing: 1.28px;
		padding-top: 0px;
	}

	h4 span {
		font-size: 12px;
		line-height: 150%;
		letter-spacing: 0.48px;
	}

	.fee_list {
		display: flex;
		gap: 12px;
		flex-direction: column;
		margin-top: 20px;
		margin-bottom: 40px;
	}

	.fee_list dt {
		height: 100%;
		font-size: 16px;
		font-weight: 700;
		line-height: 150%;
	}

	.fee_list dt span {
		font-size: 12px;
	}

	.fee_list dl {
		margin: 0px;
	}

	.fee_list dd {
		padding: 8px 1.11%;
		height: 100%;
		font-size: 20px;
		line-height: 240%;
		letter-spacing: 0.8px;
	}

	.jpy {
		font-size: 24px;
		letter-spacing: 0.96px;
	}

	.price {
		font-size: 40px;
		line-height: 100%; /* 40px */
		letter-spacing: -1.2px;
	}

	.slash {
		font-size: 24px;
		letter-spacing: 0.96px;
	}
}

@media screen and (max-width: 475px) {
	.fee_list {
		margin-top: 20px;
	}
}

/* ご利用の流れ */
.flow {
	position: relative;
}

.flow .flow_inner {
	margin: 0 auto;
}

.flow .flow_inner::before {
	content: "";
	background-image: url(../images/dr_higashishinjuku/flow_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	display: block;
	width: 75%;
	height: 855px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.flow ul {
	display: flex;
	flex-wrap: wrap;
	gap: 3.88%;
}

.flow ul li {
	background-color: #f2f6f9;
	width: calc((100% - 3.88% - 3.88%) / 3);
	margin-bottom: 56px;
	position: relative;
}

.flow ul li:nth-child(3n) {
	padding-right: 0;
}

.flow ul li::after {
	content: "";
	background-image: url(../images/dr_higashishinjuku/flow_arrow.png);
	background-size: cover;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	bottom: 50%;
	right: -9%;
}

.flow ul li:last-child::after,
.flow ul li:nth-child(3n)::after {
	content: none;
}

.flow ul li .flow_item {
	display: flex;
	flex-direction: column;
}

.flow_text {
	width: 100%;
	padding: 8px 7.5%;
	flex-grow: 1;
}

.flow_text div {
	display: grid;
	grid-template-columns: 65px 1fr;
	align-items: center;
	padding: 8px 0;
	border-bottom: 2px solid #152b60;
	margin-bottom: 16px;
}

.flow_number {
	font-family: Jost, sans-serif;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 1.68px;
}

.floe_title {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0.72px;
}

.flow ul li p {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

@media screen and (max-width: 1024px) {
	.flow_text div {
		display: flex;
		gap: 6px;
	}

	.flow_number {
		font-size: 32px;
	}
}

@media screen and (max-width: 768px) {
	.flow ul li {
		width: calc((100% - 3.88% - 3.88%) / 2);
		margin-bottom: 32px;
	}

	.flow ul li::after {
		right: -6%;
	}

	.flow ul li:nth-child(even)::after {
		content: none;
	}

	.flow ul li:nth-child(3n)::after {
		content: "";
	}

	.flow_text {
		padding: 16px 7.5%;
	}

	.flow_number {
		font-size: 24px;
	}
}

@media screen and (max-width: 475px) {
	.flow ul li {
		flex-basis: 100%;
		margin-bottom: 48px;
	}
	.flow_text {
		padding: 8px 7.5%;
	}
	.flow ul li::after {
		top: 102%;
		right: calc(50% - 12px);
		transform: rotate(90deg);
		z-index: 999;
		width: 24px;
		height: 24px;
	}

	.flow ul li:nth-child(even)::after {
		content: "";
	}
}

/* よくある質問 */

.faq {
	details p {
		position: relative;
		padding-top: 16px;
		left: 72px;
		width: 80%;
		span {
			display: inline-block;
			padding-top: 16px;
		}
	}
}

@media screen and (max-width: 768px) {
	.faq details p {
		left: 48px;
	}
}

/* SNS */
.sns_store {
	position: relative;
	background: #f2f6f9;
	padding: 40px 0 80px 0;
	::after {
		content: "";
		display: block;
		width: 30%;
		height: 100%;
		background-image: url(../images/dr_higashishinjuku/gallery_bg.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right;
		position: absolute;
		right: 1.73%;
		top: -16px;
		z-index: 999;
	}
	h3 {
		padding-bottom: 24px;
	}
	ul {
		display: flex;
		justify-content: center;
		position: relative;
		z-index: 999;
	}

	li {
		margin-right: 20px;
	}

	li:nth-child(3) {
		margin: 0;
	}

	li a {
		padding: 0 5px;
		display: block;
	}

	li a img {
		height: 40px;
	}
}

@media screen and (max-width: 768px) {
	li a img {
		height: 30px;
	}
}

/* 241002レッスン表部分追加 */

.schedule_list {
	margin: 20px 0 0;
	width: 100%;
	max-width: 860px;
}

.schedule_item span:first-child {
	width: 34.88%;
	max-width: 300px;
	display: inline-block;
	text-align: center;
}
.schedule_item span:last-child {
	width: 65.12%;
	max-width: 560px;
	display: inline-block;
	text-align: center;
}

.schedule_item_title {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #f1f0f0;
	color: #152b60;
	font-family: "Noto Sans JP";
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	padding: 20px 0;
}

.schedule_item_title + .schedule_item_title {
	border-right: 1px solid #f1f0f0;
}

.schedule_item_time {
	border-bottom: 1px solid #fff;
	background: #f1f0f0;
	color: #152b60;
	text-align: center;
	font-family: Jost;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.03em;
	padding: 24px 0;
}

.schedule_item_content {
	color: #152b60;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	border-bottom: 1px solid #f1f0f0;
	border-right: 1px solid #f1f0f0;
	padding: 22px 0;
}

@media (max-width: 600px) {
	.schedule_item span:first-child {
		width: 39.94%;
	}
	.schedule_item span:last-child {
		width: 60.06%;
	}

	.schedule_item_title {
		font-size: 16px;
		padding: 16px 4px;
	}
	.schedule_item_time {
		font-size: 20px;
		padding: 17px 4px;
	}
	.schedule_item_content {
		font-size: 16px;
		padding: 16px 4px;
	}
}
