/********************************************************************************
 page.css
********************************************************************************/
/*============================================================
 common
*============================================================*/
[data-color="pink"] {
	color: #E91E87;
}

/*============================================================
 mv
*============================================================*/
.mv {
	margin-bottom: 80px;
	padding-top: 40px;
}
.mv__inner {
	max-width: 1280px;
}
.mv__image {
	padding: 0 62px;
	position: relative;
}
.mv__image:before {
	content: "";
	position: absolute;
	background-image: url(../images/top/mv_img_deco_01.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 556px;
	height: 249px;
	top: -30px;
	right: 0;
}
.mv__image:after {
	content: "";
	position: absolute;
	background-image: url(../images/top/mv_img_deco_02.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 305px;
	height: 297px;
	bottom: -20px;
	right: -40px;
}
.page-id-33 .mv__image:after { /* 新座 */ 
	background-image: url(../images/niza/mv_img_deco_02.png);
	width: 340px;
	height: 335px;
	bottom: -45px;
}
.mv__heading {
	position: absolute;
	top: -10px;
	right: 36px;
	z-index: 1;
}
.mv__info {
	position: absolute;
	bottom: 24px;
	right: 0;
	z-index: 1;
}
.page-id-33 .mv__info > img { /* 新座 */
	position: relative;
    left: 20px;
}
.mv__pickup {
	display: flex;
	gap: 8px;
	margin-top: -200px;
	position: relative;
}
.mv__pickup__item {
	width: 218px;
	height: 218px;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	padding: 28px 12px 8px;
	box-shadow: 12px 12px 12px #F1F4FA;
}
.mv__pickup__item p {
	text-align: center;
	font-size: 20px;
	min-height: 73px;
	line-height: 1.3;
	margin-bottom: 14px;
	font-weight: 700;
}
.mv__pickup__item p span {
	font-size: 24px;
}
.mv__pickup__item p span.no {
	font-size: 32px;
}
.mv__pickup__item p small {
	font-size: 10px;
}

/* flyer */
.flyer {
	margin-top: 88px;
	/* チラシがある場合、CTAとの余白調整 */
	margin-bottom: -80px; 
}
.flyer img {
	display: block;
	width: 435px;
	max-width: 95%;
	margin: 0 auto;
}

/*============================================================
 question
*============================================================*/
.question {
	text-align: center;
	margin-bottom: 104px;
}
.question__title {
	font-size: 32px;
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: 0.16em;
	margin-bottom: 48px;
}
.question__list {
	display: flex;
	flex-wrap: wrap;
}
.question__item {
	width: 50%;
	padding: 44px 84px;
}
.question__item p {
	max-width: 472px;
	background: rgba(255,255,255,0.9);
	min-height: 132px;
	line-height: 1.6;
	display: flex;
	font-size: 24px;
	font-weight: 500;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}
.question__item:nth-child(odd) p{
	margin: 0 0 0 auto;
}
.question__item.col01 {
	background: url(../images/top/question_bg_01.jpg) no-repeat center center / cover;
}
.question__item.col02 {
	background: url(../images/top/question_bg_02.jpg) no-repeat center center / cover;
}
.question__item.col03 {
	background: url(../images/top/question_bg_03.jpg) no-repeat center center / cover;
}
.question__item.col04 {
	background: url(../images/top/question_bg_04.jpg) no-repeat center center / cover;
}


/*============================================================
 works
*============================================================*/
.works {
	text-align: center;
	padding-bottom: 140px;
	background-image: url(../images/top/works_bg.svg);
	background-size: 440px auto;
	background-position: calc(50% - 480px) 90px;
	background-repeat: no-repeat;
}
.works__inner {
	position: relative;
	z-index: 1;
}
.works__title {
	margin-bottom: 24px;
}
.works__heading {
	font-size: 24px;
	letter-spacing: 0.16em;
	line-height: 1.6;
	font-weight: 700;
	margin-bottom: 96px;
}
.works__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	max-width: 740px;
	margin: 0 auto;
	gap: 40px 80px;
}
.works__item {
	width: 192px;
	height: 192px;
	text-align: center;
	padding-top: 45px;
	line-height: 1.6;
	position: relative;
	font-weight: 600;
}
.works__item:before {
	content: "";
	position: absolute;
	background: url(../images/top/works_item_deco.svg) no-repeat center center / contain;
	width: 220px;
	height: 220px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.works__item p:nth-child(1) {
	margin-bottom: 8px;
}
.works__item p:nth-child(2) {
	font-size: 20px;
}
.works__item p:nth-child(2) span {
	font-size: 48px;
	font-weight: 700;
}
.works__note {
	position: absolute;
	bottom: -48px;
	right: -36px;
	font-size: 12px;
	letter-spacing: 0.16em;
	font-weight: 700;
}

/*============================================================
 reason
*============================================================*/
.reason {
	margin-bottom: 80px;
	position: relative;
}
.reason:before {
	content: "";
	position: absolute;
	background: url(../images/top/reason_bg_text.png) no-repeat center center / contain;
	width: 545px;
	height: 185px;
	left: calc(50% - 680px);
	top: 42px;
	z-index: -1;
}
.reason__title span{
	font-size: 24px;
	display: inline-block;
	margin-top: 48px;
}
.reason__content {
	background: #F2F2F2;
	padding: 40px 0;
}

/*============================================================
 flow
*============================================================*/
.flow {
	padding-bottom: 140px;
	background-image: url(../images/top/flow_bg.svg);
	background-size: 1446px auto;
	background-position: calc(50%) 40px;
	background-repeat: no-repeat;
}
.flow__title span {
	font-size: 20px;
	display: inline-block;
	margin-bottom: 8px;
}
.flow__item {
	background: #fff;
	display: flex;
	gap: 18px;
	justify-content: center;
	align-items: center;
	padding: 0 48px;
	position: relative;
}
.flow__item:not(:last-child) {
	margin-bottom: 40px;
}
.flow__item__no {
	position: absolute;
	font-size: 20px;
	top: 16px;
	left: 16px;
	line-height: 1.6;
	letter-spacing: 0.16em;
	width: 100px;
	height: 100px;
	font-weight: 600;
	padding-top: 16px;
	border: 2px solid #2BA620;
	border-radius: 50%;
	background: #fff;
	color: #2BA620;
	text-align: center;
}
.flow__item__no span {
	line-height: 1;
	font-size: 32px;
	display: block;
}
.flow__item__image {
	width: 52%;
	padding-top: 40px;
}
.flow__item__content {
	width: 41%;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.6;
}
.flow__item__content h3 {
	color: #2BA620;
}

/*============================================================
 menu
*============================================================*/
.menu {
	background: #2C2C2C;
	color: #fff;
	padding: 56px 0;
	position: relative;
}
.menu:before {
	content: "";
	position: absolute;
	background: url(../images/top/menu_bg_text.png) no-repeat center center / contain;
	width: 527px;
	height: 185px;
	left: calc(50% - 660px);
	top: -38px;
}
.menu__title {
	margin-bottom: 16px;
}
.menu__heading {
	text-align: center;
	margin-bottom: 40px;
}
.menu__list {
	display: flex;
	flex-wrap: wrap;
	gap: 64px 80px;
	justify-content: center;
}
.menu__item {
	width: 45%;
	line-height: 1.6;
	letter-spacing: 0.16em;
}
.menu__item:nth-child(even) {
	margin-top: 60px;
}
.menu__item__image {
	margin-bottom: 16px;
}
.menu__item__title {
	font-weight: 600;
	color: #2BA620;
	font-size: 20px;
	margin-bottom: 16px;
}

/*============================================================
 feature
*============================================================*/
.feature {
	margin-top: 140px;
	margin-bottom: 140px;
}
.feature__title span {
	font-size: 16px;
	display: inline-block;
	margin-top: 8px;
}
.feature__item:not(:last-child) {
	margin-bottom: 64px;
}
.feature__item .wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 72px;
}
.feature__item__content {
	width: 53%;
	position: relative;
}
.feature__item__image {
	width: 44%;
	position: relative;
}
.feature__item:nth-child(even) .feature__item__content {
	order: 2;
}
.feature__item:nth-child(even) .feature__item__image {
	order: 1;
}
.feature__item__content .no {
	position: absolute;
	top: -120px;
	left: -60px;
	font-size: 200px;
	color: #F2F2F2;
	line-height: 1;
	z-index: -1;
}
.feature__item__content .heading {
	font-weight: 700;
	border-bottom: 4px solid #2BA620;
	display: inline-block;
	padding-bottom: 2px;
	margin-bottom: 16px;
}
.feature__item__content .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 40px;
}
.feature__item.col01 .wrap {
	margin-bottom: 100px;
}
.feature__item.col01 .feature__item__image:before {
	position: absolute;
	content: "";
	background: url(../images/top/feature_item_col01_deco.svg) no-repeat center center / contain;
	width: 190px;
	height:206px;
	top: 0;
	right: -120px;
}
.feature__item.col01 .machine {
	background: #2C2C2C;
	color: #fff;
	width: 100vw;
    margin-left: calc(50% - 50vw);
	padding: 56px 0;
	position: relative;
}
.feature__item.col01 .machine:before {
	content: "";
	position: absolute;
	background: url(../images/top/machine_bg_text.png) no-repeat center center / contain;
	width: 603px;
	height: 185px;
	left: calc(50% - 680px);
	top: -64px;
}
.feature__item.col01 .machine__inner {
	max-width: 1200px;
}
.feature__item.col01 .machine__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 72px;
}
.feature__item.col01 .machine__item {
	/* width: 522px; */
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	gap: 20px;
}
.feature__item.col01 .machine__item__image {
	margin-bottom: 24px;
	display: flex;
    flex-direction: column;
}
.feature__item.col01 .machine__item__desc {
	display: flex;
    flex-direction: column;
	height: 100%;
}
.feature__item.col01 .machine__item__title {
	font-size: 20px;
	margin-bottom: 16px;
	margin-top: auto;
}
.feature__item.col01 .machine__item__text {
	font-weight: normal;
}
.feature__item.col01 .machine__item__note {
	font-size: 14px;
	text-align: right;
	/* margin-top: 16px; */
	font-weight: normal;
	margin-top: auto;
}
.feature__item.col02 .feature__item__image:before {
	position: absolute;
	content: "";
	background: url(../images/top/feature_item_col02_deco.svg) no-repeat center center / contain;
	width: 155px;
	height: 190px;
	top: 0;
	left: -170px;
}
.feature__item.col03 .wrap {
	margin-bottom: 80px;
}
.feature__item.col03 .feature__item__image:before {
	position: absolute;
	content: "";
	background: url(../images/top/feature_item_col03_deco.svg) no-repeat center center / contain;
	width: 200px;
	height: 172px;
	bottom: 0;
	right: -200px;
}
.feature__item.col03 .coach__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 64px 80px;
}
.feature__item.col03 .coach__item {
	width: 45%;
}
.feature__item.col03 .coach__item__image {
	width: 254px;
	margin: 0 auto 16px;
}
.feature__item.col03 .coach__item__name {
	margin-bottom: 16px;
	font-weight: 600;
}
.feature__item.col03 .coach__item__title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 16px;
}

/*============================================================
 voice
*============================================================*/
.voice {
	margin-bottom: 80px;
}
.voice__inner {
	max-width: 1200px;
}
.voice__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
.voice__item {
	width: 30%;
	min-width: 340px;
	line-height: 1.8;
}
.voice__item__movie {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 24px;
}
.voice__item__movie iframe {
	width: 100%;
	height: 100%;
}

/*============================================================
 price
*============================================================*/
.price {
	padding-bottom: 120px;
	background: url(../images/top/price_bg.svg) no-repeat calc(50% + 20px) top / 1299px auto;
}
.price__lesson {
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
	padding: 32px 24px;
	text-align: center;
}
.price__lesson:not(:last-child) {
	margin-bottom: 40px;
}
.price__lesson__title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 24px;
	line-height: 1.6;
}
.price__lesson__text {
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.16em;
	margin-bottom: 40px;
}

/*============================================================
 qa
*============================================================*/
.qa {
	margin-bottom: 100px;
}
.qa__item {
	padding-bottom: 40px; 
}
.qa__item__row {
	padding: 7px 90px;
	position: relative;
	font-weight: 500;
	font-size: 20px;
}
.qa__item__row.question {
	cursor: pointer;
	margin-bottom: 0;
	text-align: left;
}
.qa__item__row.answer {
	display: none;
	margin-top: 16px;
}
.qa__item__row:before {
	position: absolute;
	width: 50px;
	height: 50px;
	padding-top: 13px;
	border-radius: 50%;
	text-align: center;
	line-height: 1;
	font-size: 20px;
	top: 0;
	left: 0;
}
.qa__item__row.question:before {
	content: "Q";
	border: 1px solid #E91E87;
	color: #E91E87;
}
.qa__item__row.answer:before {
	content: "A";
	background: #E91E87;
	color: #fff;
}
.qa__item__row.question .icon {
	position: absolute;
	top: 0;
	right: 0;	
	width: 48px;
	height: 48px;
}
.qa__item__row.question .icon:before {
	position: absolute;
	content: "";
	background-image: url(../images/top/qa_icon_bottom.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
}
.qa__item__row.question .icon.is_open:before {
	background-image: url(../images/top/qa_icon_up.svg);
}

/*============================================================
 access
*============================================================*/
.access {
	background: url(../images/top/access_bg.jpg) no-repeat center center / cover;
	color: #fff;
	padding: 48px 0;
}
.access__title span {
	display:inline-block;
	margin-top: 40px;
	font-size: 20px;
}
.access__info {
	max-width: 726px;
	margin: 0 auto 64px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.6;
}
.access__map {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.access__map iframe {
	width: 100%;
	height: 100%;
}

/*============================================================
 contact
*============================================================*/
.contact {
	padding-top: 120px;
}

/*============================================================
 完了ページ
*============================================================*/
.p_thanks .contents {
	text-align: center;
}
.p_thanks .contents__mv {
	margin-bottom: 80px;
}
.p_thanks .contents__inner h1 {
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 32px;
}
.p_thanks .contents__inner p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 40px;
	text-align: center;
}
.p_thanks .contents__inner a {
	display: block;
	width: 200px;
	height: 56px;
	color: #fff;
	background: #E91E87;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.6;
	padding: 13px 0;
	border-radius: 10px;
	font-weight: 500;
}

/*============================================================
 千歳烏山LPページ
*============================================================*/
/* カジュアルレッスン
 --------------------------------------- */
.page-id-60 .menu__item:first-child {
	width: 100%;
}
.page-id-60 .menu__item:nth-child(even) {
	margin-top: 0;
}
/* machine 
 -------------------------------------------*/
.page-id-60 .feature__item.col01 .machine__item {	
	width: 46%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	gap: 16px;
}
.page-id-60 .feature__item.col01 .machine__item__title {
	margin-top: unset;
}
.page-id-60 .feature__item.col01 .machine__item__note {
	width: 100%;
	text-align: right;
}

/*============================================================
 吉祥寺LPページ
*============================================================*/
/* カワナミゴルフ アンバサダーの進藤大典 スクール体験レポート!
 -----------------------------------------------------*/
.feature__item.col01 .experience-report {
	background: linear-gradient(180deg, #E8F1E6 0%, #E8F1E6 22%, #FFF 100%);
	width: 100vw;
    margin-left: calc(50% - 50vw);
	padding: 50px 0;
	position: relative;
}
.feature__item.col01 .experience-report__content {
    display: flex;
    flex-direction: row;
    gap: 32px;
}
.feature__item.col01 .report__item__content {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: calc(100% - (196px + 32px ) );
}
.feature__item.col01 .report__item__content h3.title {
    color: #22AC38;
    font-size: 48px;
    font-weight: 700;
    line-height: 140%; /* 67.2px */
}
.feature__item.col01 .item__wrap {
    display: flex;
    gap: 26px;
}
.feature__item.col01 .item__wrap .item {
    width: 50%;
}
.feature__item.col01 .item__wrap .item h4.title {
    background: #22AC38;
    text-align: center;
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 140%; /* 44.8px */
    margin-bottom: 14px;
}
.feature__item.col01 .item__wrap .item p span {
    color: var(--ac, #E91E87);
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
}
.feature__item.col01 .report__item__image {
    width: 196px;
    display: flex;
	flex-wrap: wrap;
	gap: 6px;
    flex-direction: column;
    justify-content: space-between;
}
.feature__item.col01 .experience-report__image {
    text-align: center;
}
.feature__item.col01 .experience-report__image img {
    margin: 0 auto;
}

/*============================================================
 東大和LPページ
*============================================================*/
/* グランドオープン
---------------------------------- */
.price__grand-opening {
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
	padding: 0 0 32px 0;
	text-align: center;
}
.price__grand-opening__label {
	font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #E91E87;
    margin-bottom: 38px;
    padding: 0 24px;
}
.price__grand-opening__wrap {
	padding: 0 24px;
}
.price__grand-opening__title {
	font-size: 24px;
    font-weight: 700;
    margin-bottom: 38px;
}
.price__grand-opening__title span {
	font-size: 32px;
    border-bottom: 4px solid #2BA620;
}
.price__grand-opening__text {
	text-align: left;
	font-size: 20px;
    margin-bottom: 38px;
}
.price__grand-opening__note {
	text-align: left;
	font-size: 14px;
	font-weight: 400;	
}
/* コーチ紹介
---------------------------------- */
.page-id-107 .feature__item.col03 .coach__list {
	justify-content: center;
}
.feature__item.col04 .feature__item__image:before {
	position: absolute;
	content: "";
	background: url(../images/top/feature_item_col04_deco.svg) no-repeat center center / contain;
	width: 155px;
	height: 257px;
	bottom: 0;
	left: -155px;
}
/* machine 
 -------------------------------------------*/
.page-id-107 .feature__item.col01 .machine__item {	
	width: 46%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	gap: 16px;
}
.page-id-107 .feature__item.col01 .machine__item__title {
	margin-top: unset;
}
.page-id-107 .feature__item.col01 .machine__item__note {
	width: 100%;
	text-align: right;
}
/* カジュアルレッスン
 --------------------------------------- */
.page-id-107 .menu__item:first-child {
	width: 100%;
}
.page-id-107 .menu__item:nth-child(even) {
	margin-top: 0;
}

/*============================================================
 藤が丘LPページ
*============================================================*/
/* 少人数制パーソナルレッスン・練習プラン
 --------------------------------------- */
.page-id-153 .menu__item:first-child {
	width: 100%;
}
.page-id-153 .menu__item:nth-child(even) {
	margin-top: 0;
}
/* machine 
 -------------------------------------------*/
.page-id-153 .feature__item.col01 .machine__item {	
	width: 46%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	gap: 16px;
}
.page-id-153 .feature__item.col01 .machine__item__title {
	margin-top: unset;
}
.page-id-153 .feature__item.col01 .machine__item__note {
	width: 100%;
	text-align: right;
}


.page-id-153 {}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {

}