@charset "UTF-8";

@media screen and (min-width: 769px) {
	.mv_content-top {
		background: url(../images/mv-pix.webp);
		background-repeat: no-repeat;
		background-size: cover;
    height: calc(100vh - 240px);
    /* min-height: 600px; 通常時 */
    min-height: 830px;
    display: flex;
    align-items: center;

	}
	.mv_content-top img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.mv_content-top__item {
		position: relative;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding-bottom: 50px;
	}
	.mv_content-top__item img {
		margin-left: -30px;
		width: 586px;
	}
	.top_bannerList {
		width: 95% !important;
		/* margin-top: -220px; 通常時 */
		margin-top: -20px;
	}
	.pc {
		display: inline;
	}
	.sp {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.mv_content-top {
		/* background: url(../images/mv-pix-sp.webp) 50% 20%; */
		/* background-size: cover; 通常時 */
		/* background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 200px; */
		
		height: calc(65vh);
		display: flex;
		align-items: center;
		justify-content: flex-end;
		background: url(../images/mv-pix-sp.webp);
		background-repeat: no-repeat;
		background-size: cover;
		height: 50rem;
		display: flex;
	}
	.mv_content-top img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.mv_content-top__item {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
		padding: 60px 5% 0;
		padding-bottom: 30px;
	}
	.mv_content-top__item img {
		width: 40%;
	}
	.top_bannerList {
		width: calc(100% + 30px) !important;
		left: -15px;
		/* margin-top: -6rem; */
		margin-top: 0;
	}
}

.newopenbnr {
	margin: auto;
	margin-bottom: 60px;
	text-align: center;
}

.newopenbnr a {
	display: inline-block;
	margin: 10px;
}

/* .topp-box {
  margin-right, margin-left: auto;
  width: 90%;
  text-align: center;
} */
.topp-box .topp-box-in {
	display: inline-block;
	text-align: center;
	padding: 10px;
}
.topp-box .topp-box-in img {
	width: 100%;
}
.topp-box .topp-box-in {
	width: 30%;
	vertical-align: top;
}
@media screen and (max-width: 768px) {
	.topp-box .topp-box-in {
		display: block;
		width: 100%;
	}
}

/************************
ここからtopの修正
**************************/

#contents {
	overflow: hidden;
}

/****** スポーツジム一覧画像のコンテナー *******/

.top-shop em {
	margin-top: 30px !important;
}
.top-shop__list {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	/* justify-content: space-around; */
}

@media screen and (max-width: 768px) {
	.top-shop__list{
		width: 100%;
	}
	.top-shop__item:not(:nth-of-type(3n)){
		margin-right: 0px !important;
	}

	.top-shop__item:nth-of-type(2n){
		margin-left: 10px;
	}
}

/* ロゴの処理 */
.top-shop__item img:nth-child(2) {
	/* display: block; */
	margin: 28px auto 21px auto;
	height: 50px;
}

/* ジム紹介各要素 */
.top-shop__item {
	display: flex;
	flex-direction: column;
	width: 380px;
	height: 440px;
	margin-bottom: 100px;
}

.top-shop__item:not(:nth-of-type(3n)){
	margin-right: 30px;
}

/* 5-6番目のロゴの大きさ調整が必要 */
/* .top-shop__item img:nth-child(n + 5) {
  height: 60px;
} */

.top-shop__item figure {
	display: flex;
	height: 70px;
	justify-content: center;
	align-items: flex-end;
	margin-top: 5px;
	margin-bottom: 12px;
}
.top-shop__item figure img {
	height: 60px;
}

/* 詳しくはこちら */
.top-shop__item a {
	font-size: 14px;
	display: block;
	margin: 20px auto 0 auto;
	width: 320px;
	background-color: #188a41;
	padding: 20px 0px;
	color: #fff;
	position: relative;
}

/* 「詳しくはこちら」内の矢印 */
.top-shop__item a img {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

/********** スクール一覧のコンテナー *********/
.top-school {
	position: relative;
}
.top-school::before {
	content: "";
	position: absolute;
	left: -100vw;
	top: 0;
	background-color: rgba(24, 138, 65, 0.05);
	width: 200vw;
	height: 100%;
	display: block;
}
.top-school h2 {
	padding: 100px 0 60px;
	font-family: "Lato", sans-serif;
}

.top-school em {
	font-weight: lighter;
}

/* アイテムリスト */
.top-school__list {
	position: relative;
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

/* 各スポーツ 1-3 */
.top-school__item:nth-child(-n + 3) {
	width: 380px;
	margin-bottom: 88px;
}
/* 各スポーツ 4-7 */
.top-school__item:nth-child(n + 4) {
	width: 23%;
	margin-bottom: 60px;
}

.top-school__item:nth-child(n + 4) figure{
	height: 200px;
}

.top-school__item:nth-child(n + 4) figure img{
	height: 100%;
	object-fit: cover;
}


.top-school__text {
	text-align: center;
	margin: 0 auto;
}

/* スポーツ名 */
.top-school__item p {
	font-size: 18px;
	border-bottom: 1px solid #188a41;
	padding: 20px;
	padding-bottom: 12px;
	margin-bottom: 20px;
}

/* スクール遷移 */
.top-school__item a {
	display: block;
	margin: 0 auto;
	text-align: left;
	padding: 0px 0 0 20px;
	margin-top: 10px;
	/* position: relative; */
}

.top-school__item a img {
	/* position: absolute;
top: 24px;
left: 75%; */
	padding: 4px;
}
*
/********* 地図 *********/

/* 地図セクションコンテナー */
.top-map__container {
	display: flex;
	justify-content: center;
}
.top-map__container figure {
	width: 60%;
}

/* 地図セクションタイトル */
.top-map__title {
	margin: 100px 0 150px 0;
	font-family: "Lato", sans-serif;
	white-space: nowrap;
}
.top-map__title em {
	font-size: 50px;
	font-weight: lighter;
}

/* 地図の住所、実施サービスのテキスト部分コンテナー */
.top-map__list {
	height: 100%;
	margin: -30px 0 auto 10px;
	width: 40%;
}

/* テキスト部分 */
.top-map__item {
	padding: 16px 10px;
	border-bottom: 1px solid #cccccc;
}

@media screen and (min-width: 769px) {
	.mt-12 {
		margin-top: 12px;
	}
}
.bb {
	border-bottom: 1px solid #cccccc;
}

/* ジムの種類 */

/* 所在地 */
.top-map__item span {
	font-size: 12px;
}
/* 対応種目 */
.top-map__item ul {
	display: flex;
	font-size: 13px;
	align-items: center;
}

.top-map__list-service {
	background: rgba(24, 138, 65, 0.05);
	margin-right: 10px;
	border: 1px solid #b9dec6;
	color: #188a41;
	padding: 1px 12px;
	width: 117px;
	text-align: center;
	margin-top: 3px;
}

.top-map__other {
	padding: 1px 0px;
	color: #188a41;
}

.top-map__text p:first-child {
	/* letter-spacing: 1.2px; */
}

.top-map__text-address {
	display: flex;
	align-items: center;
	font-size: 11.6px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.top-map__text-address figure {
	width: 60%;
}

.top-map__text-address p:first-child {
	margin-right: 15px;
}
.top-map__text-address p:last-child {
	white-space: nowrap;
	margin-left: 2px;
}

.top-map__text-address a {
	display: flex;
	transition: 0.3s;
	cursor: pointer;
}

.top-map__text-address a:hover {
	opacity: 0.5;
	cursor: pointer;
}

.top-map__text-address img {
	height: 100%;
}

.top-map__ttl {
	display: flex;
}

.top-map__number {
	width: 23.2px;
	height: 23.2px;
	font-size: 12px;
	padding-top: 1.4px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	background: #287733;
	margin-right: 10px;
}

.top-map__service {
	display: flex;
	align-items: center;
	margin-top: 3px;
}

.top-map__google {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	border: 1px solid #b9dec6;
	padding: 21px 48px;
	margin: 30px 0;
	width: 230px;
	text-align: center;
	position: relative;
}
.top-map__google p {
	color: #188a41;
}
.top-map__arrow {
	position: absolute;
	left: 90%;
}

/******* QCNセクション *********/

/* QCNコンテナー */
.top-qcn {
	width: 1100px;
	margin: 0 auto;
}
/* テキスト部分のコンテナー */
.top-qcn__text {
	text-align: center;
	font-size: 16px;
	margin-bottom: 45px;
}

/* 「クオリティクラブネットワーク」部分 */
.top-qcn__text p:first-of-type {
	font-size: 16px;
	margin: 20px 0 30px 0;
	font-size: 15px;
}
/* 長文部分 */
.top-qcn__text p:last-of-type {
	letter-spacing: 0.8px;
	line-height: 2.2;
}

/* ロゴコンテナー部分 */
.top-qcn__partner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.top-qcn__title em {
	font-weight: lighter;
}

/* ロゴ各要素 */
.top-qcn__partner li {
	display: flex;
	flex-direction: column;
	width: 25%;
	height: 140px;
	text-align: center;
	align-items: center;
	margin-bottom: 50px;
	line-height: 2;
}

/* ロゴの高さ調整 */
.top-qcn__partner li figure {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto 0;
	height: 100px;
	line-height: 50px;
}

/*******************
sp対応
********************/

@media screen and (max-width: 768px) {
	.top-shop h2 em {
		margin-top: 20px !important;
		font-size: 27px;
	}
	.top-shop h2 span {
		display: none;
	}
	/******** spスポーツジム一覧 ********/
	.top-shop__item {
		width: 48%;
		margin-bottom: 60px;
		height: auto;
	}
	.top-shop__item h2 {
		font-size: 14px;
		font-family: "Lato", sans-serif;
	}

	.top-shop__item em {
		font-size: 28px;
		font-family: "Lato", sans-serif;
		margin: 20px 0 35px 0;
	}
	.top-shop__item p {
		font-size: 12px;
	}

	.top-shop__item a {
		position: relative;
		width: 94%;
		font-size: 14px;
		padding: 14px 6px;
		padding-right: 20px;
		margin-top: 12px;
	}
	.top-shop__item a img {
		right: 10px;
	}
	.top-shop__item figure {
		height: auto;
		margin: 10px 0;
	}
	.top-shop__item figure img {
		height: 30px;
	}
	.top-shop__item img:nth-child(2) {
		height: 30px;
	}
	.top-shop__item .sp {
		display: none;
	}
	.sp {
		display: block;
	}

	/*********** spスクール一覧 ***********/

	.top-school__list {
		width: 100%;
		justify-content: space-between;
		/* margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1); */
		margin: 0 auto;
		padding: 0 6px;
	}

	.top-school h2 {
		padding: 60px 0 20px 0;
	}

	.top-school em {
		font-size: 27px;
	}

	.top-school__item {
		width: 48%;
		margin-bottom: 0;
	}

	.top-school__item p {
		padding: 10px 0 12px 0;
		font-size: 15px;
		margin-bottom: 5px;
	}
	.top-school__item a {
		width: 144px;
	}

	.top-school__item figure {
		max-width: 100%;
		height: 25vw;
		margin: 0 auto;
		text-align: center;
	}

	.top-school__item figure img {
		width: 245px;
		height: 100%;
		margin: 0 auto;
		object-fit: cover;
	}
	.top-school__item:nth-child(-n + 3) {
		width: 48%;
		margin-bottom: 40px;
	}
	.top-school__item:nth-child(n + 4) {
		/* width: 380px; */
		width: 48%;
		margin-bottom: 40px;
	}

	.top-school__text a {
		position: relative;
		font-size: 12px;
		padding: 0px 0 0 10px;
	}
	.top-school__text a + a {
		border-top: 1px solid rgb(226, 226, 226);
		padding-top: 10px;
	}
	.top-school__text img {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}

	/*********** spマップ ***********/
	.top-map__container {
		display: block;
	}

	.top-map__container figure {
		width: 100%;
	}

	/* .top-map__container figure {
		width: 0%;
	} */

	.pointer {
		width: 0%;
	}

	.top-map__title {
		padding: 50px 0 35px 0;
		margin: 0;
	}

	.top-map__title em {
		font-size: 28px;
	}

	.top-map__list {
		display: flex;
		flex-wrap: wrap;
		text-align: center;
		width: 100%;
		margin: 0 auto;
	}
	.top-map__item ul {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		margin-bottom: 10px;
		width: 100%;
	}

	.top-map__list-service {
		font-size: 12px;
		padding: 3px 3px;
		margin: 0;
		font-size: 12px;
		width: 158px;
		margin-top: 10px;
	}
	.top-map__list-padding {
		/* padding: 12px; */
	}
	.top-map__list-margin {
		/* margin: 18px 0 20px 0; */
	}

	.top-map__service {
		margin-top: 20px;
	}

	.top-map__shop {
		margin-top: 5px;
	}

	.top-map__list li p {
		width: auto;
	}
	.top-map__other {
		width: 100%;
		font-size: 14px;
		white-space: nowrap;
		margin: 0;
		margin-top: 3px;
	}

	.top-map__item {
		width: 49%;
		padding: 15px 10px 10px 10px;
	}

	.top-map__text p {
		vertical-align: middle;
		display: inline-block;
		align-items: center;
		vertical-align: middle;
	}
	.top-map__text-address {
		font-size: 12px;
		display: block;
		white-space: nowrap;
	}
	.top-map__text-address p:first-child {
		margin-right: 0;
	}
	.top-map__text-address figure {
		width: 5%;
	}
	.top-map__text {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
	.top-map__text-place {
		height: 65px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-top: 18px;
	}
	.top-map__text-place-last {
		height: 80px;
		margin-top: 20px;
	}

	.top-map__ttl {
		display: block;
	}

	.top-map__number {
		margin: 10px auto 10px auto;
	}
	.top-map__service {
		flex-direction: column;
	}

	.top-map__service + .top-map__service {
		margin-top: 10px;
	}

	.top-map__text-address a {
		justify-content: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.top-map__text:nth-of-type(3) ul {
		margin-top: 0px;
		background-color: red;
	}
	.top-map__google {
		margin: 30px auto 0;
	}
	.top-map__google p {
		font-size: 14px;
	}

	/********** spQCN一覧 ***********/
	.top-qcn {
		width: auto;
		min-width: 295px;
		margin: 0 auto;
	}

	.top-qcn__partner {
		max-width: 480px;
		justify-content: start;
	}
	.top-qcn__text {
		text-align: center;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.top-qcn__text p {
		font-size: 12px;
	}
	.top-qcn__text p:first-of-type {
		font-size: 14px;
		margin: 0 0 20px 0;
		font-weight: bold;
	}

	.top-qcn__partner li {
		width: 50%;
		height: auto;
		margin-bottom: 10px;
	}
	.top-qcn__partner li figure {
		transform: scale(0.8);
	}

	.top-qcn__partner p {
		font-size: 11px;
		margin-top: -10px;
	}

	.pc {
		display: none;
	}
}
@media screen and (max-width: 374px) {
	.top-shop__item .sp {
		display: block;
	}
	.sp {
		display: block;
	}
	.top-map__item p {
		font-size: 14px;
	}
	/* .top-map__list li {
		font-size: 10px;
	} */
}

/* インフォメーション */

.info_lst {
	display: block;
}

/* .info_ttl {
	min-width: 91px;
	width: expression(document.body.clientWidth < 102? "91px": "auto");
	height: 23px;
	line-height: 23px;
	display: inline-block;
	text-align: center;
	font-size: 1.1rem;
	padding: 0 10px;
} */

.info_lst li {
	border-bottom: 1px solid #d1d1d1;
	padding: 19px 0 20px;
	line-height: 26px;
}

@media screen and (max-width: 768px) {
	.info_lst li {
		padding: 0;
		margin-bottom: 10px;
		border-bottom: none;
	}
}
/* .info_lst li:first-child{
	border-top: 1px solid #d1d1d1;
} */

.info_lst time {
	/* margin-left: 10px;
	margin-right: 10px; */
}

.ex-mg {
	margin-top: 3px;
}

@media screen and (max-width: 768px) {
	.ex-font_mg {
		font-size: 14px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 768px) {
	.ex-mg {
		margin-top: 20px;
	}
}
@media screen and (max-width: 768px) {
	.top-school__item:nth-child(n + 4) figure{
		height: 25vw;
	}

}


/* 求人コンテナ調整用 */

.pd{
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.recruit-btn {
	width: 320px !important;
	margin-top: 50px;
	transition: .3s;
}
@media screen and (max-width: 768px) {
	.recruit-btn {
		width: 100% !important;
		margin: 50px auto 0;
		transition: .3s;
	}
}

.recruit-btn a {
	background-color: #0e8e46;
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 13px 0;
}
.recruit-btn a p {
	color: #fff;
}
.recruit-btn a p:first-child {
	margin-right: 10px;
	font-weight: 700;
}
.recruit-btn a img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	width: 10px !important;
	height: 10px;
}

.btn-wrap {
	display: flex;
	width: 100% !important;
	justify-content: center;
}

.btn-01 {
	width: 230px !important;
	/* padding: 20px 39px !important; */
	padding: 13px 39px !important;

	position: relative;
	text-align: center !important;
}


.btn-02 {
	width: 285px !important;
	padding: 13px 15px !important;

	position: relative;
	text-align: center !important;
}



.left{
	text-align: left !important;
	margin-right: 20px;
}

.rigth{
	text-align: right !important;
}

.mynav{
	background-color: #fff !important;
	color: #0e8e46 !important;
	width: 100% !important;
	border: 4px solid #0e8e46;
	width: 100% !important;
}


@media screen and (max-width: 768px) {
	.btn-wrap {
		flex-direction: column;
	}
	.btn-01{
		width: 100% !important;
		font-size: 1.6rem !important;
	}
	.btn-02{
		width: 100% !important;
		font-size: 1.6rem !important;
	}

	.mynav{
		font-size: 1.2rem !important;
		font-weight: bold;
	}

	.pd{
		padding: 0 15px 45px !important;
	}

}


/* pcのみbox内に矢印追加 */
@media screen and (min-width: 769px) {


}

.mynav::after{
	content: "" !important;
	width: 6px !important;
	height: 6px !important;
	border: 0;
	border-top: solid 2px #0e8e46;
	border-right: solid 2px #0e8e46;
	position: absolute !important;
	top: 50% !important;
	left: 93%;
	margin-top: -4px;
	transform: rotate(45deg) !important;
}

/* recruitアンカーリンク */
.a-recruit {
	position: relative !important;
}

.recruit-link {
	position: absolute !important;
	top: -161px;
}
@media screen and (max-width: 768px) {
	.recruit-link {
		top: -350px;
	}
}


.text.pd.a-recruit{
	position: relative !important;
}