@charset "UTF-8";

/* ===================================================================
  use toppage
=================================================================== */

/* CSS Document */

/* 画像サイズ調整 ---------------------------------------------------------------------------*/

/* フォントサイズ調整 ---------------------------------------------------------------------------*/

/* ブレークポイント ---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/

@media screen and (min-width: 769px), print {
	/* ===================================================================
use Luxze
=================================================================== */
	.top_area {
		background: url("../images/main_img.jpg") center center no-repeat;
		-moz-background-size: cover;
		background-size: cover;
	}
	.program_list_contents {
		background: #eafffe;
	}
	.program_list_contents:nth-of-type(odd) {
		background: #eaf5ff;
	}
	.pink_txt {
		color: #1d8d3c;
	}
	.all .top_area {
		margin-bottom: 0;
		background: url(../images/main_img-swim.jpg) no-repeat left top;
		-moz-background-size: cover;
		background-size: cover;
		background-position: center;
	}
	.all .inner {
		width: 1100px;
		position: relative;
	}
	.kids .top_area {
		margin-bottom: 0;
		background: url(../images/main_img-kids.jpg) no-repeat left top;
		-moz-background-size: cover;
		background-size: cover;
	}
	.kids .inner {
		width: 1100px;
		position: relative;
	}
	.tennis .top_area {
		margin-bottom: 0;
		background: url(../images/main_img-tennis.jpg) no-repeat left top;
		-moz-background-size: cover;
		background-size: cover;
	}
	.tennis .inner {
		width: 1100px;
		position: relative;
	}
	.more_btn {
		width: 320px;
	}
	.more_btn a {
		padding: 16px 0;
		color: #fff;
		font-size: 1.8rem;
		background: #1d8d3c;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.more_btn a::before {
		right: 20px;
		width: 11px;
		height: 17px;
		background: url(/common/images/arrow_white.png) no-repeat center;
		-moz-background-size: contain;
		background-size: contain;
	}
	.flex_btn {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: space-evenly;
		-webkit-justify-content: space-evenly;
		-moz-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
	.flex_btn .more_btn {
		margin: 0;
	}
	.sec_ttl {
		font-size: 4rem;
		font-weight: bold;
		text-align: center;
	}
	.section_box {
		margin-bottom: 45px;
	}
	.all_content {
		color: #000;
	}
	.all_content_lead {
		margin-bottom: 50px;
		padding: 50px 0;
		color: #464646;
		font-size: 2rem;
		font-weight: bold;
		line-height: 36px;
		text-align: center;
		background: #eafffe;
	}
	.all_content_banner {
		border-bottom: 1px solid #ddd;
		margin-bottom: 100px;
	}
	.all_content_banner__wrap {
		min-width: 850px;
		width: 1100px;
		margin: 0 auto 60px;
		display: flex;
		justify-content: space-around;
		/* justify-content: center; */
	}
	.center{
		justify-content: center;
	}
	.around{
		justify-content: space-around;
	}
	.all_content_banner img {
		width: 100%;
	}

	.all_content_banner__container {
		display: block;
		width: 32%;
	}
	.ml-15 {
		margin-left: 15px;
	}

	.all_content_catch {
		margin-bottom: 100px;
		background: #f7f7f7;
	}
	.all_content_catch .inner {
		min-height: 360px;
	}
	.all_content_catch figure {
		position: absolute;
		top: 0;
		left: -150px;
		width: 700px;
	}
	.all_content_catch .right_area {
		position: absolute;
		top: 50%;
		right: 30px;
		width: 450px;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.all_content_catch .right_area_ttl {
		padding: 0 6px;
		color: #1d8d3c;
		font-size: 3rem;
	}
	.all_content_catch .right_area_sub {
		margin: 30px auto 20px;
		color: #1d8d3c;
		font-size: 2.4rem;
		font-weight: bold;
	}
	.all_content_catch .right_area_sub span {
		display: block;
		font-size: 1.8rem;
		font-weight: normal;
	}
	.all_content_catch .right_area_sub + p {
		font-size: 1.4rem;
		line-height: 28px;
	}
	.all_content_catch .btn_area:first-of-type {
		padding-bottom: 50px;
	}
	.all_content_catch .btn_area:last-of-type {
		padding-top: 70px;
	}
	.charm {
		margin-bottom: 67px;
	}
	.charm .sec_ttl {
		margin-bottom: 56px;
	}
	.charm_list {
		padding: 30px 28px;
		background: #eee;
		overflow: hidden;
	}
	.charm_list.pickup {
		padding: 0;
		background: #fff;
	}
	.charm_list.pickup figure {
		float: left;
		width: 278px;
		height: 185px;
		text-align: center;
		overflow: hidden;
	}
	.charm_list.pickup figure img {
		height: 100%;
	}
	.charm_list.pickup .charm_list_txt {
		float: left;
		margin-left: 33px;
		width: 70%;
	}
	.charm_list.pickup p {
		font-size: 1.4rem;
	}
	.charm_list.pickup .qr_wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}
	.charm_list.pickup .qr {
		width: 70px;
		margin-top: 40px;
	}
	.charm_list.pickup .qr_link {
		margin-top: 70px;
		margin-left: 30px;
		display: inline-block;
		width: 270px;
		height: 40px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #1d8d3c;
		color: #fff;
		font-size: 1.6rem;
		position: relative;
	}
	.charm_list.pickup .qr_link::before {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		right: 10px;
		width: 11px;
		height: 10px;
		background: url(/common/images/arrow_white.png) no-repeat center;
		-moz-background-size: contain;
		background-size: contain;
	}
	.charm_list .charm_list_txt small {
		font-size: 65%;
		margin-left: 20px;
	}
	.charm_list.pickup + .pickup {
		margin-top: 50px;
		padding-top: 50px;
		border-top: solid 1px #cdcdcd;
	}
	.charm_list_sub {
		margin-bottom: 10px;
		color: #1d8d3c;
		font-size: 2.4rem;
		font-weight: normal;
	}
	.charm_list p {
		font-size: 1.6rem;
		line-height: 28px;
		letter-spacing: 0.5px;
	}
	.charm_list + .charm_list {
		margin-top: 30px;
	}
	.plan {
		margin-bottom: 70px;
		padding: 70px 0;
		color: #353535;
		background: #f7f7f7;
	}
	.plan .sec_ttl {
		color: #000;
		margin-bottom: 50px;
	}
	.plan_content_ttl {
		position: relative;
		padding-left: 27px;
		font-size: 2rem;
		font-weight: normal;
	}
	.plan_content_ttl::before {
		content: "";
		position: absolute;
		top: 5px;
		left: 0;
		width: 22px;
		height: 22px;
		background: url(../../images/icon_curcle.png) no-repeat center;
		-moz-background-size: contain;
		background-size: contain;
	}
	.plan_content_ttl small {
		font-size: 1.6rem;
	}
	.plan_content_sub {
		margin-bottom: 5px;
		color: #1d8d3c;
		font-size: 1.8rem;
		font-weight: normal;
	}
	.plan_content .tbl_shop {
		position: relative;
		margin: 20px auto 50px;
	}
	.plan_content .tbl_shop .tbl_row > :nth-of-type(2) {
		width: 14.5%;
	}
	.plan_content .tbl_shop .tbl_row > :nth-of-type(3) {
		width: 8%;
	}
	.plan_content .tbl_shop .tbl_row > :nth-of-type(4) {
		width: 13.5%;
	}
	.plan_content .tbl_shop .tbl_row > :nth-of-type(5) {
		width: 10.5%;
	}
	.plan_content .tbl_shop .tbl_row .tbl_sp_row:nth-of-type(2) .tbl_content {
		padding: 0 29px;
		text-align: left;
	}
	.plan_content .tbl_shop .tbl_row .tbl_sp_row:last-child .tbl_content {
		text-align: center;
	}
	.plan_content .tbl_shop .tbl_row_full {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 531px;
		z-index: 3;
	}
	.plan_content .tbl_shop .tbl_row_full .cell {
		position: absolute;
		bottom: 0;
		height: 100%;
		padding: 13px 5px;
		text-align: center;
		background: #fff;
		border-bottom: solid 1px #c9c9c9;
		border-left: solid 1px #c9c9c9;
	}
	.plan_content .tbl_shop .tbl_row_full .cell:nth-of-type(1) {
		right: 19.9%;
		width: 174px;
		height: 100%;
	}
	.plan_content .tbl_shop .tbl_row_full .cell:nth-of-type(2) {
		right: 0;
		width: 219px;
		height: 100%;
		top: 0;
	}
	.plan_content .tbl_shop .tbl_row_full .cell:nth-of-type(3) {
		right: 381px;
		width: 110px;
		height: 284px;
		top: 198px;
	}
	.plan_content .tbl_shop .tbl_row_full p {
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		margin: 0 auto;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.plan_content .tbl_shop .tbl_row_full.child {
		height: 781px;
	}
	.plan_content .tbl_shop.var_02 .cell {
		position: absolute;
		bottom: 0;
		height: 100%;
		padding: 13px 5px;
		text-align: center;
		background: #fff;
		border-bottom: solid 1px #c9c9c9;
		border-left: solid 1px #c9c9c9;
	}
	.plan_content .tbl_shop.var_02 .cell:nth-of-type(1) {
		right: 19.9%;
		width: 174px;
		/* height: 120.2%; */
		height: 919px;
	}
	.plan_content .tbl_shop.var_02 .cell:nth-of-type(2) {
		right: 0;
		width: 219px;
		height: 450px;
		top: -195px;
	}
	.plan_content .tbl_shop.var_02 .cell:nth-of-type(3) {
		right: 0;
		width: 219px;
		height: 230px;
		top: auto;
		bottom: 0;
	}
	.plan_content .tbl_shop.var_04 {
		margin: 20px auto;
	}
	.plan_content .tbl_shop.var_04 .tbl_row_full {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 448px;
		z-index: 3;
	}
	.plan_content .tbl_shop.var_04 .cell {
		position: absolute;
		bottom: 0;
		height: 100%;
		padding: 13px 5px;
		text-align: center;
		background: #fff;
		border-bottom: solid 1px #c9c9c9;
		border-left: solid 1px #c9c9c9;
	}
	.plan_content .tbl_shop.var_04 .cell:nth-of-type(1) {
		right: 15.1%;
		width: 215px;
		height: 855px;
	}
	.plan_content .tbl_shop.var_04 .cell:nth-of-type(2) {
		right: 0;
		width: 167px;
		height: 404px;
		top: auto;
		bottom: 0;
	}
	.plan_content .tbl_shop.var_04 .cell:nth-of-type(3) {
		right: 374px;
		width: 125px;
		height: 672px;
		top: -295px;
	}
	.plan_content .tbl_shop.var_04.tennis .cell:nth-of-type(1) {
		right: 164px;
		width: 210px;
		top:-428px;
		height:876px;
	}
	.plan_content .tbl_shop.var_04.tennis .cell:nth-of-type(2) {
		height: 805px;
		top: -428px;
		width:163.5px;
	}
	.plan_content .tbl_shop + p {
		margin-bottom: 20px;
	}
	.plan_content .tbl_shop.var_05 {
		margin: 20px auto;
	}
	.plan_content .tbl_shop.var_05 .tbl_row_full {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 448px;
		z-index: 3;
	}
	.plan_content .tbl_shop.var_05 .cell {
		position: absolute;
		bottom: 0;
		height: 100%;
		padding: 13px 5px;
		text-align: center;
		background: #fff;
		border-bottom: solid 1px #c9c9c9;
		border-left: solid 1px #c9c9c9;
	}
	.plan_content .tbl_shop.var_05 .cell:nth-of-type(1) {
		right: 164px;
		width: 210px;
		height: 349px;
	}

	.plan_content .tbl_shop.var_05 .cell:nth-of-type(2) {
		right: 374px;
		width: 125px;
		height: 349px;
		top: auto;
		bottom: 0;
	}

	.plan_content .tbl_shop.var_05 .cell:nth-of-type(3) {
		right: 0px;
		width: 164px;
		height: 136px;
		top: 164px;
	}

	.plan_content .tbl_shop.var_05 .cell:nth-of-type(4) {
		right: 0px;
		width: 164px;
		height: 71px;
		top: 306px;
	}

	.plan_content .tbl_shop.var_05 > div:nth-of-type(4) .tbl_sp_row:last-of-type {
		position: relative;
	}
	.plan_content
		.tbl_shop.var_05
		> div:nth-of-type(4)
		.tbl_sp_row:last-of-type
		.tbl_content {
		position: absolute;
		background: #fff;
		height: 212px;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		top: 0;
	}
	.plan_content .tbl_shop.var_06 {
		margin: 20px auto;
	}
	.plan_content .tbl_shop.var_06 .tbl_row > :nth-of-type(1) {
		width: 15%;
	}
	.plan_content .tbl_shop.var_06 .tbl_row > :nth-of-type(2) {
		width: 10%;
	}
	.plan_content .tbl_shop.var_06 .tbl_row > :nth-of-type(3) {
		width: 10%;
	}
	.plan_content .tbl_shop.var_06 .tbl_row > :nth-of-type(4) {
		width: 10%;
	}
	.plan_content .tbl_shop.var_06 .tbl_row > :nth-of-type(5) {
		width: 10%;
	}
	.plan_content .tbl_shop.var_06 .tbl_row > :nth-of-type(6) {
		width: 10%;
	}
	.plan_content .tbl_shop.var_06 .tbl_row_full {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 448px;
		z-index: 3;
	}
	.plan_content .tbl_shop.var_06 .cell {
		position: absolute;
		bottom: 0;
		height: 100%;
		padding: 13px 5px;
		text-align: center;
		background: #fff;
		border-bottom: solid 1px #c9c9c9;
		border-left: solid 1px #c9c9c9;
	}
	.plan_content .tbl_shop.var_06 .cell:nth-of-type(1) {
		right: 15.2%;
		width: 213px;
		height: 404px;
	}
	.plan_content .tbl_shop.var_06 .cell:nth-of-type(2) {
		right: 381px;
		width: 110px;
		height: 355px;
		top: auto;
		bottom: 0;
	}
	.plan_content .tbl_shop.var_07 {
		margin: 20px auto;
	}
	.plan_content .tbl_shop.var_07 .tbl_row > :nth-of-type(1) {
		width: 10%;
	}
	.plan_content .tbl_shop.var_07 .tbl_row > :nth-of-type(2) {
		width: 15%;
	}
	.plan_content .tbl_shop.var_07 .tbl_row > :nth-of-type(3) {
		width: 10%;
	}
	.plan_content .tbl_shop.var_07 .tbl_row > :nth-of-type(4) {
		width: 10%;
	}
	.plan_content .tbl_shop.var_07 .tbl_row > :nth-of-type(5) {
		width: 10%;
	}
	.plan_content .tbl_shop.var_07 .tbl_row_full {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 448px;
		z-index: 3;
	}
	.plan_content .tbl_shop.var_07 .cell {
		position: absolute;
		bottom: 0;
		height: 100%;
		padding: 13px 5px;
		text-align: center;
		background: #fff;
		border-bottom: solid 1px #c9c9c9;
		border-left: solid 1px #c9c9c9;
	}
	.plan_content .tbl_shop.var_07 .cell:nth-of-type(1) {
		right: 15.2%;
		width: 213px;
		height: 404px;
	}
	.plan_content .tbl_shop.var_07 .cell:nth-of-type(2) {
		right: 381px;
		width: 110px;
		height: 355px;
		top: auto;
		bottom: 0;
	}
	.plan_content .tbl_shop.var_07 .tbl_sp_row:first-child .tbl_content {
		background: #fff;
		color: #000 !important;
	}
	.plan_content .attention_list {
		margin: 0 auto 25px;
	}
	.plan_content .attention_list li {
		position: relative;
		padding-left: 1em;
		font-size: 1.6rem;
	}
	.plan_content .attention_list li::before {
		content: "・";
		position: absolute;
		top: 0;
		left: 0;
		font-size: 1.6rem;
	}
	.plan_content .info_ttl {
		margin-bottom: 15px;
	}
	.plan_content .guide_dl {
		padding-bottom: 30px;
		border-bottom: solid 1px #c9c9c9;
		overflow: hidden;
	}
	.plan_content .guide_dl dt,
	.plan_content .guide_dl dd {
		float: left;
		font-size: 1.6rem;
	}
	.plan_content .guide_dl dt {
		width: 160px;
		padding: 7px 0;
		color: #fff;
		text-align: center;
		background: #1d8d3c;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.plan_content .guide_dl dd {
		margin-left: 20px;
	}
	.plan_content .guide_dl dd small {
		font-size: 1.4rem;
	}
	.plan_content .guide_dl dd.one_row {
		padding-top: 10px;
	}
	.plan_content .guide_dl.border_none {
		padding-bottom: 20px;
		border-bottom: none;
	}
	.plan_content .guide_dl + .guide_dl {
		margin-top: 25px;
	}
	.plan_content .credit_ttl {
		margin: 30px auto 10px;
	}
	.plan_content .credit_img_wrap {
		position: relative;
	}
	.plan_content .credit_img_wrap .credit_img {
		position: absolute;
		top: -30px;
		left: 540px;
	}
	.plan_content .caution {
		margin-bottom: 70px;
		color: #ff0000;
		font-size: 1.4rem;
		line-height: 24px;
	}
	.plan_content .more_btn {
		width: 348px;
	}
	.plan_content .more_btn a {
		font-size: 2rem;
	}
	.tennis .caution {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: solid 1px #c9c9c9;
	}
	.tennis .border_none {
		border-bottom: none;
		margin-bottom: 40px;
	}
	.faq_content {
		margin-bottom: 100px;
	}
	.faq_content .more_btn {
		width: 100%;
		margin-top: 45px;
	}
	.faq_content .more_btn a {
		color: #353535;
		font-size: 2rem;
		background: #f5f5f5;
	}
	.faq_content .more_btn a::before {
		right: 20px;
		width: 11px;
		height: 17px;
		background: url("/sakura/common/images/arrow_green.svg") no-repeat center;
		-moz-background-size: contain;
		background-size: contain;
	}
	.kids .tbl_content {
		padding: 13px 21px 13px 29px !important;
	}
	.swim .tbl_shop .tbl_row > *:nth-of-type(1) {
		width: 14%;
	}
	.swim .tbl_shop .tbl_row > :nth-of-type(2) {
		width: 18%;
	}
	.swim .tbl_shop .tbl_row > :nth-of-type(2) .tbl_content {
		padding: 13px 5px !important;
		text-align: center !important;
	}
	.swim .tbl_shop .tbl_row > :nth-of-type(3) {
		width: 23%;
	}
	.swim .tbl_shop .tbl_row > *:nth-of-type(5) {
		width: 17%;
	}
	.swim .underline {
		border-bottom: solid 1px #c9c9c9;
	}

	.tennis .stage {
		margin-bottom: 67px;
	}
	.tennis .stage .nopc {
		display: none;
	}
	.tennis .stage_list {
		margin-bottom: 15px;
	}
	.tennis .stage_list .contents {
		background: #fffbd8;
		box-sizing: border-box;
		padding: 1em;
		text-align: center;
	}
	.tennis .stage_list .contents p {
		font-size: 16px;
		margin-bottom: 1em;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	/* ===================================================================
use Luxze
=================================================================== */
	.top_area {
		background: url("../images/main_img.jpg") center center no-repeat;
		-moz-background-size: cover;
		background-size: cover;
	}
	.program_list_contents {
		background: #eafffe;
	}
	.program_list_contents:nth-of-type(odd) {
		background: #eaf5ff;
	}
	.pink_txt {
		color: #1d8d3c;
	}
	#contents {
		padding-bottom: 20px;
	}
	.all {
		padding-bottom: 60px;
	}
	.all .top_area {
		margin-bottom: 0;
		background: url(../images/main_img-swim.jpg) no-repeat center;
		-moz-background-size: cover;
		background-size: cover;
	}
	.all .inner {
		position: relative;
	}
	.kids .top_area {
		margin-bottom: 0;
		background: url(../images/main_img-kids.jpg) no-repeat left top;
		-moz-background-size: cover;
		background-size: cover;
	}
	.kids .inner {
		position: relative;
	}
	.tennis .top_area {
		margin-bottom: 0;
		background: url(../images/main_img-tennis.jpg) no-repeat left top;
		-moz-background-size: cover;
		background-size: cover;
	}
	.tennis .inner {
		position: relative;
	}
	.more_btn a {
		padding: 8px 0;
		color: #fff;
		font-size: 1.6rem;
		background: #1d8d3c;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.more_btn a::before {
		right: 10px;
		width: 7px;
		height: 13px;
		background: url(/common/images/arrow_white.png) no-repeat center;
		-moz-background-size: contain;
		background-size: contain;
	}
	.flex_btn .more_btn {
		margin-bottom: 20px;
	}
	.sec_ttl {
		font-size: 2.4rem;
		font-weight: bold;
		text-align: center;
	}
	.section_box {
		margin-bottom: 40px;
	}
	.all_content {
		color: #000;
	}
	.all_content_lead {
		padding: 20px 0;
		color: #464646;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		background: #eafffe;
		padding: 15px;
	}
	.all_content_banner {
		border-bottom: 1px solid #ddd;
		margin-bottom: 60px;
		padding: 20px;
	}
	.all_content_banner__wrap {
		margin: 40px auto;
	}
    .all_content_banner__wrap {
		min-width: none;
		width: 100%;
		margin: 60px auto;
		display: flex;
		justify-content: space-between;
        flex-direction: column;
	}
	.all_content_banner img {
		width: 100%;
	}
    .all_content_banner__container {
		display: block;
		width: 100%;
	}
    .all_content_banner__container {
        margin-bottom: 40px;
    }
	.all_content_catch {
		margin-bottom: 20px;
		background: #f7f7f7;
		margin-top: 30px;
	}
	.all_content_catch .inner {
		padding: 0 15px 15px;
	}
	.all_content_catch figure {
		margin-bottom: 20px;
	}
	.all_content_catch .right_area_ttl {
		color: #1d8d3c;
		font-size: 1.8rem;
	}
	.all_content_catch .right_area_sub {
		margin: 10px auto;
		color: #1d8d3c;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.all_content_catch .right_area_sub span {
		display: block;
		font-size: 1.4rem;
		font-weight: normal;
	}
	.all_content_catch .right_area p {
		font-size: 1.4rem;
	}
	.all_content_catch .btn_area {
		margin: auto;
		padding: 15px;
		background: #fff;
	}
	.charm {
		margin-bottom: 30px;
	}
	.charm .sec_ttl {
		margin-bottom: 30px;
	}
	.charm_list {
		padding: 10px 10px 20px;
		background: #eee;
	}
	.charm_list.pickup {
		padding: 0;
		background: #fff;
	}
	.charm_list.pickup figure {
		margin-bottom: 10px;
		text-align: center;
	}
	.charm_list.pickup + .pickup {
		margin-top: 30px;
		padding-top: 30px;
		border-top: solid 1px #cdcdcd;
	}
	.charm_list_sub {
		margin-bottom: 5px;
		color: #1d8d3c;
		font-size: 1.8rem;
		font-weight: normal;
	}
	.charm_list p {
		font-size: 1.4rem;
	}
	.charm_list + .charm_list {
		margin-top: 20px;
	}
	.qr_wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px;
	}
	.qr_wrapper .qr {
		width: 60px;
	}
	.qr_wrapper .qr_link {
		background-color: #1d8d3c;
		padding: 5px 25px;
		margin-left: 15px;
		color: #fff;
		font-size: 1.4rem;
		position: relative;
	}
	.qr_wrapper .qr_link::before {
		content: "";
		position: absolute;
		right: 10px;
		width: 7px;
		height: 10px;
		background: url(/common/images/arrow_white.png) no-repeat center;
		-moz-background-size: contain;
		background-size: contain;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.plan {
		margin-bottom: 30px;
		padding: 20px 0 35px;
		color: #353535;
		background: #f7f7f7;
	}
	.plan .sec_ttl {
		color: #000;
		margin-bottom: 15px;
	}
	.plan_content_ttl {
		position: relative;
		padding-left: 22px;
		font-size: 1.8rem;
		font-weight: normal;
		line-height: 1.2;
	}
	.plan_content_ttl::before {
		content: "";
		position: absolute;
		top: 5px;
		left: 0;
		width: 16px;
		height: 16px;
		background: url(../../images/icon_curcle.png) no-repeat center;
		-moz-background-size: contain;
		background-size: contain;
	}
	.plan_content_ttl small {
		font-size: 1.4rem;
	}
	.plan_content_sub {
		margin-bottom: 5px;
		color: #1d8d3c;
		font-size: 1.8rem;
		font-weight: normal;
	}
	.plan_content .tbl_shop {
		margin: 10px auto 30px;
	}
	.plan_content .attention_list {
		margin: 5px auto 20px;
	}
	.plan_content .attention_list li {
		position: relative;
		padding-left: 1em;
		font-size: 1.4rem;
	}
	.plan_content .attention_list li::before {
		content: "・";
		position: absolute;
		top: 0;
		left: 0;
		font-size: 1.4rem;
	}
	.plan_content .info_ttl {
		margin-bottom: 10px;
	}
	.plan_content .guide_dl dt,
	.plan_content .guide_dl dd {
		font-size: 1.4rem;
	}
	.plan_content .guide_dl dt {
		padding: 5px 0;
		color: #fff;
		text-align: center;
		background: #1d8d3c;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.plan_content .guide_dl dd {
		padding: 10px;
	}
	.plan_content .guide_dl dd small {
		font-size: 1.2rem;
	}
	.plan_content .guide_dl.border_none {
		padding-bottom: 20px;
	}
	.plan_content .guide_dl + .guide_dl {
		margin-top: 15px;
	}
	.plan_content .credit_ttl {
		margin: 15px auto 5px;
		font-weight: normal;
	}
	.plan_content .credit_img {
		margin-top: 5px;
	}
	.plan_content .caution {
		margin-bottom: 30px;
		color: #ff0000;
		font-size: 1.2rem;
	}
	.plan_content .caution p + p {
		margin-top: 5px;
	}
	.faq_content {
		margin-bottom: 30px;
	}
	.faq_content .more_btn {
		width: 100%;
		margin-top: 20px;
	}
	.faq_content .more_btn a {
		color: #353535;
		background: #f5f5f5;
	}
	.faq_content .more_btn a::before {
		right: 10px;
		width: 7px;
		height: 13px;
		background: url(/sakura/common/images/arrow_green.svg) no-repeat center;
		-moz-background-size: contain;
		background-size: contain;
	}
	.faq_content.border_b {
		border-bottom: 1px solid #cdcdcd;
		padding-bottom: 30px;
	}
	.swim .tbl_shop .tbl_content {
		display: block !important;
	}
	.swim .underline {
		border-bottom: 1px solid #c9c9c9;
	}
	.tennis .stage {
		margin-bottom: 30px;
	}
	.tennis .stage .nosp {
		display: none;
	}
	.tennis .stage_list {
		margin-bottom: 15px;
	}
	.tennis .stage_list .contents {
		background: #fffbd8;
		box-sizing: border-box;
		padding: 1em 0.5em;
		text-align: center;
	}
	.tennis .stage_list h3 img {
		width: 100%;
	}
	.tennis .stage_list .contents p {
		font-size: 1.4rem;
		margin-bottom: 1em;
	}
}

/* キャンペーンバナー
---------------------------------------------------------------------------*/
.c-school-banner-wrap{
	display: flex;
	justify-content: center;
}
.c-school-banner {
	padding: 30px 30px;
	margin-bottom: 100px;
	text-align: center;
}
.c-school-banner a{
	width: 400px;
	display: block;
}

.c-school-banner img {

	width: 100%;
}
@media screen and (min-width: 769px) {
	.c-school-banner img a {
		transition: opacity ease-in 0.3s;
	}
	.c-school-banner img a:hover {
		opacity: 0.5;
	}
}
@media screen and (max-width: 768px) {
	.c-school-banner-wrap{
		flex-direction: column;
	}
	.c-school-banner {
		margin-bottom: 30px;
	}
	.c-school-banner  a {
		width: 100%;
	}
}

/* インフォ
---------------------------------------------------------------------------*/
.c-school-info {
	width: 100%;
	max-width: 1100px;
	padding: 20px;
	margin: 0 auto;
	margin-bottom: 100px;
	display: flex;
	align-items: center;
}
.c-school-info__pix {
	flex: 0 0 auto;
}
.c-school-info__body {
	margin-left: 3em;
}
.c-school-info__body h3 {
	font-size: 200%;
}
.c-school-info__body h4 {
	font-size: 160%;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
.c-school-info__btn a {
	display: inline-block;
	color: #fff;
	background-color: #df0700;
	margin-top: 1.5em;
	padding: 1em 2em;
}
.c-school-info__btn a::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	margin-left: 0.3em;
}

@media screen and (min-width: 769px) {
	.c-school-info__btn a {
		transition: opacity ease-in 0.3s;
	}
	.c-school-info__btn a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 768px) {
	.c-school-info {
		display: block;
		padding: 5vw;
	}
	.c-school-info img {
		width: 100%;
	}
	.c-school-info__body {
		margin: 20px 0;
	}
	.c-school-info__body h3 {
		font-size: 160%;
	}
	.c-school-info__body h4 {
		font-size: 120%;
	}
}

/*  2023/05/01  */

.c_banner__ttl {
	text-align: center;
	font-size: 3rem;
	color: #0E8E46;
	margin-bottom: 4rem;
}

.c_banner__ttl span {
	position: relative;
}

.c_banner__ttl span::after, .c_banner__ttl span::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 3.5rem;
	width: 0.2rem;
	background: #0E8E46;
}

.c_banner__ttl span::after {
	left: -2rem;
	transform: translateY(-50%) rotate(-45deg);
}

.c_banner__ttl span::before {
	right: -2rem;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
	.c_banner__ttl {
		font-size: 2rem;
		margin-bottom: -4rem;
		margin-top: 4rem;
	}
}

.justify-center {
	justify-content: center;
}

.item-space {
	margin: 0 10px;
}

@media screen and (max-width: 768px) {
	.item-space {
		margin: 10px 0;
	}
}

.kids-banner {
	margin: 0 10px;
}
.kids-banner picture img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.kids-banner {
		margin: 10px 0;
	}
}