@charset "UTF-8";

.main_container {
	padding-top: 120px;
	padding-bottom: 100px;
}

.common_page-title {
	margin-bottom: 25px;
}
.rates_about {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	align-items: flex-end;
}


.rates_about-content {
	max-width: 665px;
	width: 100%;
}

.rates_about-content p {
	display: flex;
	position: relative;
	max-width: 585px;
	width: 100%;
	padding: clamp(0.938rem, 0.601rem + 0.7vw, 1.063rem) 10px;
	border-radius: 10px;
	background-color: #eaf2e9;
	font-weight: 500;
	font-size: clamp(0.875rem, 0.707rem + 0.35vw, 0.938rem);
	line-height: clamp(1.5rem, 0.489rem + 2.11vw, 1.875rem);
	text-align: center;
	justify-content: center;
	align-items: center;
}


.instructors_anchor-container {
	display: block;
	position: relative;
	width: 100%;
	background-color: #f5f5f5;
	background-image: url(../images/instructors_anchor-bg.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 2070px 696px;
}
.instructors_anchor-container::after {
	position: absolute;
	top: 0;
	right: -0.7812vw;
	z-index: 0;
	color: #ffffff;
	opacity: 0.54;
	font-weight: bold;
	font-size: clamp(3.438rem, 1.354rem + 4.34vw, 6.563rem);
	white-space: nowrap;
	word-break: keep-all;
	content: "OMORI EKIMAE GOLF CLUB";
}
.instructors_anchor-nav {
	display: block;
	position: relative;
	z-index: 1;
	max-width: 1040px;
	width: 95%;
	margin: 0 auto;
}

.instructors_anchor-list {
	display: flex;
	position: relative;
	width: 100%;
	margin-left: auto;
	flex-wrap: wrap;
	counter-reset: number;

	row-gap: 20px;
}

.instructors_anchor-item {
	display: block;
	max-width: 330px;
	width: 32.353%;
}


@media screen and (min-width: 835px) {
	.instructors_anchor-list {
		max-width: 1020px;
		column-gap: 1.4705%;
	}
	.instructors_anchor-item {
		width: 32.353%;
	}
}
@media screen and (max-width: 834px) {
	.instructors_anchor-list {
		max-width: 680px;
		margin: 0 auto;
		column-gap: 2.941%;
	}
	.instructors_anchor-item {
		width: 48.5295%;
	}
}

.instructors_anchor-contents {
	display: flex;
	position: relative;
	align-items: flex-end;
}
.instructors_anchor-item a {
	position: relative;
	transition: all 0.6s;
}
.instructors_anchor-item a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #15c30e;
	opacity: 0;
	content: "";
	transition: all 0.6s;

	mix-blend-mode: hard-light;
}
.instructors_anchor-item a:hover::before {
	opacity: 0.31;
}

.instructors_anchor-img {
	display: block;
	width: 100%;

	aspect-ratio: 22/23;
}
.instructors_anchor-img img {
	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center;
}
.instructors_anchor-details {
	display: flex;
	position: absolute;
	right: 0;
	left: 0;
	overflow: hidden;
	max-width: 280px;
	margin: 0 auto;
	padding: 5px 10px 10px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.9);
	flex-direction: column;
}
@media screen and (min-width: 1011px) {
	.instructors_anchor-details {
		width: 100%;
	}
}
@media screen and (max-width: 1010px) {
	.instructors_anchor-details {
		left: 50%;
		transform: translateX(-50%);
		width: 95%;
	}
}

.instructors_anchor-item a .instructors_anchor-details::after {
	display: block;
	width: 17px;
	margin: 0 auto;
	background-color: #15c30e;
	content: "";

	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	mask-image: url(../images/instructors_anchor-arrow.webp);
	-webkit-mask-image: url(../images/instructors_anchor-arrow.webp);
	aspect-ratio: 17/10;
}
.instructors_anchor-name {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	font-weight: 900;
	font-size: clamp(1rem, -1.033rem + 4.23vw, 1.813rem);
}


.instructors_anchor-name span {
	display: inline-block;
	margin-left: 0.2em;
	font-weight: 500;
	font-size: 19px;
	font-size: clamp(0.813rem, -0.126rem + 1.95vw, 1.188rem);
}
.instructors_anchor-name::after {
	position: absolute;
	top: 0;
	right: 0;
	color: #15c30e;
	font-family: "Murecho", sans-serif;
	font-weight: 500;
	font-size: clamp(0.813rem, 0.307rem + 1.05vw, 1rem);
	text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
	content: counter(number, decimal-leading-zero);
	counter-increment: number;
}

.instructors_anchor-shadow {
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.instructors_anchor-reports {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	justify-content: space-between;
	align-items: center;
}
.instructors_anchor-reports h4 {
	position: relative;
	width: 67.7px;
	font-weight: 500;
	font-size: clamp(0.875rem, 0.406rem + 0.98vw, 1.063rem);
	line-height: clamp(1.25rem, 0.937rem + 0.65vw, 1.375rem);
}
.instructors_anchor-reports h4 i {
	display: inline-block;
	margin-left: 0.3em;
}
.instructors_anchor-reports h4::after {
	position: absolute;
	top: 55%;
	left: calc(100% + 10px);
	transform: translateY(-45%) rotateZ(12deg);
	width: 2px;
	height: 60px;
	height: clamp(3.438rem, 2.656rem + 1.63vw, 3.75rem);
	background-color: #d8d8d8;
	content: "";
}
.instructors_score-date {
	display: flex;
	width: 100%;
	column-gap: 3px;
	flex-direction: column;
	align-items: flex-end;
}

.instructors_score-count {
	font-family: "Murecho", sans-serif;
	font-weight: 500;
	font-size: clamp(1.188rem, -0.665rem + 3.86vw, 1.875rem);
}
@media screen and (min-width: 768px) {
	.instructors_score-count {
		letter-spacing: 0.02em;
	}
}
.instructors_anchor-reports dd {
	width: 100%;
}

@media screen and (min-width: 521px) {
	.instructors_score-date {
		max-width: clamp(7.813rem, 6.249rem + 3.26vw, 8.438rem);
	}
	.instructors_anchor-name {
		padding-left: 5px;
	}
	.instructors_anchor-shadow {
		filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	}
	.instructors_anchor-reports {
		padding: 5px calc(clamp(0.313rem, -0.469rem + 1.63vw, 0.625rem) + clamp(0.313rem, -0.469rem + 1.63vw, 0.625rem)) 10px;
		background-color: #ffffff;

		clip-path: polygon(clamp(0.313rem, -0.469rem + 1.63vw, 0.625rem) 0%, 100% 0%, calc(100% - clamp(0.313rem, -0.469rem + 1.63vw, 0.625rem)) 100%, 0% 100%);
	}
}
@media screen and (max-width: 520px) {
	.instructors_score-date {
		flex-direction: row-reverse;
	}
	@media screen and (max-width: 419px) {
		.instructors_score-date {
			flex-wrap: wrap;
		}.instructors_anchor-reports h4 {
			margin-bottom: -9px;
		}
	}
}


@media screen and (min-width: 835px) {
	.instructors_anchor-list {
		max-width: 1020px;
		column-gap: 1.4705%;
	}
	.instructors_anchor-item {
		width: 32.353%;
	}
	.instructors_anchor-reports h4::after {
		left: calc(100% + clamp(0rem, -2.174rem + 4.17vw, 0.625rem));
	}
}



@media screen and (max-width: 834px) {
	.instructors_anchor-list {
		max-width: 680px;
		margin: 0 auto;
		column-gap: 2.941%;
	}
	@media screen and (min-width: 521px) {
		.instructors_anchor-item {
			width: 48.5295%;
		}
		.instructors_anchor-reports h4::after {
			left: calc(100% + clamp(0rem, -1.04rem + 3.19vw, 0.625rem));
		}
	}
	@media screen and (max-width: 520px) {
		.instructors_anchor-list {
			/*flex-direction: column;
			align-items: center;*/
			column-gap: 5px;
		}
		.instructors_anchor-item {
			width: 100%;
			width: calc(50% - 2.5px);
		}
		.instructors_anchor-reports {
			flex-direction: column;
			align-items: flex-end;
		}
		.instructors_anchor-reports h4 {
			width: 100%;
		}
		.instructors_anchor-reports h4::after {
			display: none;
			left: calc(100% + clamp(0rem, -1.04rem + 3.19vw, 0.625rem));
		}
	}
}
.instructors_score-list {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.instructors_score {
	display: flex;
	position: relative;
	background-image: url(../images/instructors_score-bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	aspect-ratio: 26/25;
}
.instructors_score::before , .instructors_score.half::after {
	display: block;
	position: absolute;
	background-color: #dddddd;
	content: "";

	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	aspect-ratio: 22/21;
	mask-position: center;
	-webkit-mask-position: center;
}
.instructors_score::before {
	z-index: 0;

	mask-image: url(../images/instructors_score-star.webp);
	-webkit-mask-image: url(../images/instructors_score-star.webp);
}
.instructors_score.half::after {
	z-index: 2;

	mask-image: url(../images/instructors_score-half.webp);
	-webkit-mask-image: url(../images/instructors_score-half.webp);
}
.instructors_score img {
	position: relative;
	z-index: 1;

	aspect-ratio: 22/21;
}

.instructors_score.no_score img {
	visibility: hidden;
	opacity: 0;
}


.instructors_anchor-item .instructors_score {
	width: clamp(1.25rem, 0.312rem + 1.95vw, 1.625rem);
}


.instructors_anchor-item .instructors_score::before , .instructors_anchor-item .instructors_score.half::after , .instructors_anchor-item .instructors_score img {
	width: clamp(1rem, 0.062rem + 1.95vw, 1.375rem);
}

.instructors_content-list {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	flex-wrap: wrap;
	counter-reset: number;
}.instructors_content-item {
	display: block;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.instructors_anchor-item a .instructors_anchor-details::after {
		width: 17px;

		mask-image: url(../images/instructors_anchor-arrow.webp);
		-webkit-mask-image: url(../images/instructors_anchor-arrow.webp);
		aspect-ratio: 17/10;
	}
	.instructors_content-list {
		flex-direction: column;
	}
}
@media screen and (max-width: 767px) {
	.instructors_anchor-item a .instructors_anchor-details::after {
		width: 20px;

		mask-image: url(../images/instructors_anchor-arrowmb.webp);
		-webkit-mask-image: url(../images/instructors_anchor-arrowmb.webp);
		aspect-ratio: 2/1;
	}
	.instructors_content-list {
		column-gap: 10px;
	}
	/*.instructors_content-item {
		display: block;
		width: calc(50% - 5px);
	}*/
}
.instructors_content-name {
	display: flex;
	margin-bottom: 10px;
	padding: clamp(0.344rem, -2.098rem + 5.09vw, 1.25rem) clamp(0.625rem, -1.059rem + 3.51vw, 1.25rem);
	background-color: #dbead8;
	column-gap: clamp(0.313rem, -0.53rem + 1.75vw, 0.625rem);
	align-items: center;
}
.instructors_content-name::before {
	color: #15c30e;
	font-family: "Murecho", sans-serif;
	font-weight: 500;

/*font-size: clamp(2.125rem, -0.57rem + 5.61vw, 3.125rem);*/
	font-size: clamp(2.313rem, -0.382rem + 5.61vw, 3.313rem);
	line-height: 1;
	content: counter(number, decimal-leading-zero);
	counter-increment: number;
}
@media screen and (min-width: 768px) {
	.instructors_content-name::before {
		letter-spacing: 0.03em;
	}
}

.instructors_content-name strong {
	display: inline-flex;
	font-weight: 900;
	font-size: clamp(1.875rem, -0.651rem + 5.26vw, 2.813rem);
	align-items: baseline;
}
.instructors_content-name strong span {
	margin-left: 0.5em;
	font-weight: 500;
	font-size: clamp(1.188rem, -0.497rem + 3.51vw, 1.813rem);
}


.instructors_content-details {
	display: flex;
	column-gap: 1.5%;
	justify-content: space-between;

	row-gap: 15px;
}
.instructors_content-images {
	display: block;
	max-width: 355px;
	width: clamp(9.063rem, -26.306rem + 73.68vw, 22.188rem);
}
.instructors_content-img {
	width: 100%;

	aspect-ratio: 71/75;
}
.instructors_content-img img {
	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center bottom;
}

.instructors_content-images figcaption {
	max-width: 335px;
	width: 100%;
	padding: clamp(0.313rem, -1.372rem + 3.51vw, 0.938rem) clamp(0.625rem, -1.059rem + 3.51vw, 1.25rem);
	background-color: #f0f0f0;
}
.instructors_content-images figcaption span {
	display: inline-block;
	font-weight: 500;
	font-size: clamp(0.813rem, 0.139rem + 1.4vw, 1.063rem);
}
.instructors_content-images dl {
	display: flex;
	width: 100%;
	margin: 0 auto;
	column-gap: clamp(0.313rem, -0.53rem + 1.75vw, 0.625rem);
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.instructors_content-images dt {
	font-size: 30px;
	font-size: clamp(1rem, -1.358rem + 4.91vw, 1.875rem);
}
.instructors_content-images dd {
	max-width: 230px;
	width: 100%;
}
.instructors_content-images .instructors_score {
	width: clamp(1.563rem, -0.964rem + 5.26vw, 2.5rem);
}
.instructors_content-images .instructors_score::before , .instructors_content-images .instructors_score.half::after , .instructors_content-images .instructors_score img {
	width: clamp(1.438rem, -0.752rem + 4.56vw, 2.25rem);
}

.instructors_content-profile {
	max-width: 620px;
	width: 100%;
}

.instructors_profile-name {
	display: flex;
	font-weight: 500;
	font-size: clamp(0.938rem, 0.264rem + 1.4vw, 1.188rem);
	column-gap: 5px;
	align-items: center;
}
.instructors_profile-name::before {
	width: clamp(0.938rem, 0.095rem + 1.75vw, 1.25rem);
	margin-top: clamp(0.125rem, -0.043rem + 0.35vw, 0.188rem);
	border-radius: 100%;
	background-color: #15c30e;
	content: "";

	aspect-ratio: 1/1;
}
.instructors_profile-table {
	width: 100%;
	border-collapse: collapse;
}
.instructors_profile-table tr {
	border-bottom: 1px solid #b7b7b7;
}
.instructors_profile-table th , .instructors_profile-table td {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 500;
}
.instructors_profile-table tr:nth-of-type(1) th , .instructors_profile-table tr:nth-of-type(1) td {
	padding-top: 0;
}
.instructors_profile-table th {
	min-width: 95px;
	width: clamp(5.938rem, 3.411rem + 5.26vw, 6.875rem);
	padding-left: 5px;
	font-weight: 500;
	font-size: clamp(0.813rem, 0.139rem + 1.4vw, 1.063rem);
	vertical-align: top;
}
.instructors_profile-table td {
	padding-right: 5px;
	padding-left: clamp(1.25rem, -7.171rem + 17.54vw, 4.375rem);
	font-size: clamp(0.813rem, 0.139rem + 1.4vw, 1.063rem);
}
.instructors_profile-table ul {
	display: flex;
	flex-direction: column;

	row-gap: 1px;
}
.instructors_profile-table ul li {
	display: flex;
}
.instructors_profile-table ul li::before {
	content: "･";
}
.instructors_profile-comment {
	width: 100%;
	padding: 10px 10px 10px 5px;
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	font-weight: 500;
	font-size: clamp(0.875rem, 0.37rem + 1.05vw, 1.063rem);
	line-height: clamp(1.438rem, 1.101rem + 0.7vw, 1.563rem);
	text-align: justify;
}

@media screen and (min-width: 768px) {
	.main_container {
		padding-top: 140px;
		padding-bottom: 100px;
		background-image: url(../images/rates_bg.webp);
		background-repeat: no-repeat;
		background-position: center top 180px;
		background-size: 1260px 232px;
	}

	.rates_about {
		position: relative;
		width: 95%;
		justify-content: space-between;
	}

	.oomori_chara-left {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.common_oomori-chara img {
		max-width: 155px;
		width: clamp(5.313rem, -6.477rem + 24.56vw, 9.688rem);
	}

	.rates_about-content {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 40px;
		padding: 0 40px;
	}

	.rates_about-content p::before {
		display: block;
		position: absolute;
		right: calc(100% - 1px);
		bottom: 35px;
		width: 40px;
		background-color: #eaf2e9;
		content: "";

		clip-path: polygon(100% 0, 0 18.5px, 100% 100%);
		aspect-ratio: 2/1;
	}

	.instructors_anchor-container {
		margin-bottom: 100px;
		padding: 60px 0;
	}
	.instructors_anchor-nav {
		width: 95%;
	}
	.instructors_anchor-details {
		bottom: 10px;
	}
	.instructors_content-list {
		width: 95%;

		row-gap: 100px;
	}
	.instructors_content-name::before {
		letter-spacing: 0.1em;
	}
	.instructors_content-details {
		align-items: flex-end;
	}
	.instructors_content-images {
		max-width: 335px;
		width: 80%;
	}
	.instructors_content-images figcaption {
		background-color: #f0f0f0;
	}
	.instructors_content-images figcaption span i {
		display: none;
	}
	.instructors_content-images dl {
		justify-content: space-between;
	}

	.instructors_content-profile {
		padding-bottom: 20px;
	}
	.instructors_profile-name {
		margin-bottom: 15px;
	}
	.instructors_profile-table {
		margin-bottom: 45px;
	}
	.instructors_profile-table td {
		padding-left: clamp(1.25rem, -7.171rem + 17.54vw, 4.375rem);
	}
}

@media screen and (max-width: 767px) {
	.main_container {
		padding-top: 60px;
		padding-bottom: 36px;
		/*background-image: url(../images/rates_bg-mb.webp);
		background-repeat: no-repeat;
		background-position: center top 280px;
		background-size: 395px 62px;*/
	}
	.rates_about {
		max-width: 625px;
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
		flex-wrap: wrap;
	}

	.rates_about-content {
		order: 1;
	}

	.oomori_chara-left {
		margin-left: 10px;
		order: 2;
	}

	.oomori_chara-right {
		margin-left: -2px;
		order: 3;
	}

	.rates_about-content {
		margin-bottom: 3px;
		padding-bottom: 17px;
	}


	.rates_about-content p {
		text-align: justify;
	}
	.rates_about-content p::after {
		display: block;
		position: absolute;
		top: 100%;
		left: 45px;
		width: 11px;
		background-color: #eaf2e9;
		content: "";

		clip-path: polygon(0 0, 100% 100%, 9.5px 0);
		aspect-ratio: 11/17;
	}

	.rates_about-content p br {
		display: none;
	}

	.common_oomori-chara img {
		width: 95px;
	}
	.instructors_anchor-container::before {
		display: block;
		position: absolute;
		bottom: 100%;
		left: 50%;
		z-index: -1;
		transform: translateX(-50%);
		width: 375px;
		background-image: url(../images/instructors_bg.webp);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		content: "";

		aspect-ratio: 75/19;
	}
	.instructors_anchor-container {
		margin-bottom: 50px;
		padding: 30px 20px;
	}
	.instructors_anchor-nav {
		width: 100%;
	}

	.instructors_anchor-contents {
		padding-bottom: 30px;
	}
	.instructors_anchor-details {
		bottom: 0;
		width: calc(100% - 20px);
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	}
	.instructors_content-list {
		width: 100%;
		padding: 0 20px;

		row-gap: 50px;
	}
	.instructors_content-details {
		column-gap: 5px;
		align-items: flex-start;
	}
	.instructors_content-images {
		min-width: 150px;
		width: calc(37% - 2.5px);
		padding: 15px 10px;
		background-color: #f0f0f0;
	}
	.instructors_content-images figcaption {
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
		background-color: #ffffff;
	}
	.instructors_content-images figcaption span i {
		margin-left: 5px;
	}
	.instructors_content-images dl {
		justify-content: flex-start;
	}
	.instructors_content-images dd {
		max-width: 190px;
	}
	.instructors_content-profile {
		width: calc(63% - 2.5px);
	}
	.instructors_profile-name {
		margin-bottom: 5px;
	}
	.instructors_profile-table {
		margin-bottom: 30px;
	}
	.instructors_profile-name:nth-last-of-type(1) , .instructors_profile-comment:nth-last-of-type(1) {
		display: none;
	}
	@media screen and (min-width: 701px) {
		.instructors_profile-table td {
			padding-left: 10px;
		}
	}
	@media screen and (max-width: 700px) {
		.instructors_profile-table th , .instructors_profile-table td {
			display: block;
		}.instructors_profile-table th {
			padding-top: 5px;
			padding-bottom: 0px !important;
			color: #5ac463;
		}
		.instructors_profile-table td {
			padding-top: 0 !important;
			padding-bottom: 5px;
			padding-left: 5px;
		}
	}
	@media screen and (max-width: 560px) {
		.instructors_content-images figcaption span {
			display: block;
			margin-bottom: -10px;
		}.instructors_anchor-name {
			padding-top: 8px;
		}.instructors_anchor-name::after {
			top: -1.5px;
		}
	}
	@media screen and (max-width: 419px) {
		.instructors_anchor-contents {
			padding-bottom: 40px;
		}
	}
	@media screen and (max-width: 380px) {
		.instructors_content-images figcaption span {
			margin-bottom: -5px;
		}
	}
}




