@charset "utf-8";

/* ******************************************
	General
****************************************** */

main {
	padding-top: 90px;
}

section {
	position: relative;
	padding-bottom: 120px;
	background-color: #fff;
	z-index: 997;
}
	@media screen and (max-width:599px) {
			section {
				padding-bottom: 80px;
			}
		}
h2 {
	opacity: 0;
}

.page_header_bg {
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	height: calc(34vw + 15px);
	padding: 0;
	background-image: url(../images/index/top.png);
	background-size: cover;
	background-position: center 55%;
	z-index: 100;
}

.page_header {
	width: 100%;
	height: auto;
	padding: 0;
	background-color: transparent;
}
.page_header h1 {
	margin: 0;
	padding-top: calc(17vw - 33px);
	padding-bottom: calc(17vw - 33px);
	color: #000;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	opacity: 0;
}
.page_header h1 span {
	font-size: 32px;
	line-height: 32px;
}
.page_header h1 span::after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	margin: 15px auto 0;
	background-color: #000;
}

.breadcrumb {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
}
.breadcrumb div {
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: left;
}
.breadcrumb a {
	color: #fff;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

.page_top_txt {
	margin-bottom: 100px;
}

.contents {
	font-family: 'Noto Sans JP', sans-serif;
}
.guide {
	background-color: #eee;
}
.members {
	background-color: #2B9945;
}

.contents h2 {
	padding: 100px 0 0;
	font-size: 54px;
	font-weight: 700;
	line-height: 1.2;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
}
	@media screen and (max-width:599px) {
			.contents h2 {
				padding: 60px 0 0;
				font-size: 32px;
			}
		}
.contents h2 span {
	font-weight: 500;
	line-height: 1.2;
}
.members h2 {
	color: #fff;
}

footer h2,
footer .footer_access {
	display: none;
}


/* ******************************************
	TOPTRACER
****************************************** */
.contents {
	padding-bottom: 0;
}
	#content03 .wrap {
		width: 100%;
		margin: 0 auto;
		padding: 5vh 0;
		background-image: url(../images/index/section_03_bg.jpg);
		background-size: cover;
		background-position: right top;
	}
	@media screen and (max-width:599px) {
		#content03 .wrap {
			background-image: url(../images/index/section_03_bg_sp.jpg);
			background-color: #000;
			background-size: 100%;
			background-position: left top;
			background-repeat: no-repeat;
		}
	}
	#content03 .text-box {
		margin: 0 auto;
		padding: 60px 0 60px 10%;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: left;
		color: #fff;
		opacity: 0;
	}
	@media screen and (max-width:599px) {
		#content03 .text-box {
			padding: 60px 5%;
		}
	}
.about_ttr1 {
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
}
.about_ttr2 {
	display: block;
	font-size: 44px;
	margin: 0 0 20px;
	line-height: 1.2;
	font-weight: 700;
}
.about_ttr3 {
	display: block;
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
}
	@media screen and (max-width:599px) {
		.about_ttr1 {
			font-size: 16px;
			margin-bottom: 10px;
		}
		.about_ttr2 {
			font-size: 28px;
		}
		.about_ttr3 {
			font-size: 14px;
		}
		figure img {
			width: 100%;
		}
	}
.read-box figure {
	opacity: 0;
}
.read-box .detail p {
	opacity: 0;
}
.sub-tit {
	opacity: 0;
}
.about-list .free,
.about-list .club,
.about-list .nearpin,
.about-list .dracon,
.about-list .virtual,
.about-list .point,
.about-list .approach,
.about-list .gofish {
	opacity: 0;
}


/* ******************************************
	PRICE
****************************************** */
.price,
.guide,
.open,
.members {
	padding-bottom: 120px;
}
@media screen and (max-width:599px) {
	.price,
	.guide,
	.open,
	.members {
		padding-bottom: 80px;
	}
}

.price_box {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}
	@media screen and (max-width:599px) {
		.price_box {
			width: 100%;
		}
	}
.price_img {
	width: 40%;
	background-color: #ccc;
	background-image: url(https://www.johganji.jp/img/new-price-img01.png);
	background-position: center top;
	background-size: 200%;
	background-repeat: no-repeat;
}
	@media screen and (max-width:768px) {
		.price_img {
			display: none;
		}
	}
.price_data {
	width: 60%;
	padding: 0 30px 0 0;
}
	@media screen and (max-width:768px) {
		.price_data {
			width: 100%;
			padding: 0;
		}
	}
.price_data h3 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
}
	@media screen and (max-width:599px) {
			.price_data h3 {
				font-size: 21px;
			}
		}
.price_data table {
	width: 100%;
	margin: 0 auto 50px;
	padding: 0;
	font-size: 26px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	border-collapse:  collapse;
}
.price_data th {
	margin: 0;
	padding: 10px;
	text-align: center;
	color: #2B9945;
	background-color: #fff;
	font-size: 21px;
	font-weight: 500;
	border-bottom: 1px solid #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
	@media screen and (max-width:599px) {
		.price_data th {
			padding: 10px 5px 5px;
			font-size: 16px;
		}
	}
.price_data td {
	margin: 0;
	padding: 10px 10px 5px;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px solid #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
	@media screen and (max-width:599px) {
		.price_data td {
			padding: 10px 5px 5px;
			font-size: 18px;
			text-align: right;
		}
	}
.price_data td span {
	font-size: 17px;
}
	@media screen and (max-width:599px) {
		.price_data td span {
			font-size: 12px;
		}
	}


/* ******************************************
	GUIDE
****************************************** */
.info_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}
.info_box {
	width: 32%;
	background-color: #1C3403;
	opacity: 0;
}
	@media screen and (max-width:599px) {
		.info_list {
			width: 100%;
		}
		.info_box {
			width: 100%;
			margin-bottom: 20px;
		}
	}
.info_box img {
	width: 100%;
}
.info_box a:hover {
		color: #fff;
	}
.info_box .info_txt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
}


/* ******************************************
	OPEN
****************************************** */
.open_box {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}
	@media screen and (max-width:599px) {
		.open_box {
			width: 100%;
		}
	}
.open_img {
	width: 50%;
	background-color: #ccc;
	background-image: url(../images/access/access.jpg);
	background-position: right center;
	background-size: cover;
}
	@media screen and (max-width:768px) {
		.open_img {
			display: none;
		}
	}
.open_data {
	width: 50%;
	padding: 30px;
	background-color: #eaf4ed;
}
	@media screen and (max-width:768px) {
		.open_data {
			width: 100%;
			padding: 30px 20px;
		}
	}
.open_data h3 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	line-height: 32px;
	font-weight: 500;
}
	@media screen and (max-width:599px) {
		.open_data h3 {
			font-size: 21px;
		}
	}
.open_data dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #000;
	font-size: 26px;
	font-weight: 500;
}
	@media screen and (max-width:599px) {
		.open_data dl {
			font-size: 21px;
		}
	}
.open_data dt {
	width: 40%;
	margin: 0;
	padding: 10px;
	text-align: left;
	color: #2B9945;
}
	@media screen and (max-width:599px) {
		.open_data dt {
			padding: 10px 5px;
		}
	}
.open_data dd {
	width: 48%;
	margin: 0;
	padding: 10px;
	text-align: left;
}
	@media screen and (max-width:599px) {
		.open_data dd {
			padding: 10px 5px;
		}
	}


/* ******************************************
	MEMBERS
****************************************** */
.members_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}
	@media screen and (max-width:599px) {
		.members_box {
			width: 100%;
		}
	}
.members_img {
	width: 49%;
	background-color: #ccc;
}
	@media screen and (max-width:599px) {
		.members_img {
			width: 100%;
		}
	}
.members_data {
	width: 49%;
	margin-bottom: 20px;
	padding: 30px;
	background-color: #eaf4ed;
}
	@media screen and (max-width:768px) {
		.members_data {
			width: 100%;
			margin-bottom: 20px;
			padding: 30px 20px;
		}
	}
.members_data h3 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
}
	@media screen and (max-width:599px) {
		.members_data h3 {
			font-size: 21px;
		}
	}
.members_data dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #000;
	font-size: 26px;
	font-weight: 500;
}
	@media screen and (max-width:599px) {
		.members_data dl {
			font-size: 21px;
		}
	}
.members_data dt {
	width: 40%;
	margin: 0;
	padding: 10px;
	text-align: left;
	color: #2B9945;
}
.members_data dd {
	width: 48%;
	margin: 0;
	padding: 10px;
	text-align: left;
}
.members_data .tokuten dd {
	width: 100%;
	margin: 0;
	padding: 10px;
	text-align: left;
}
	@media screen and (max-width:599px) {
		.members_data .tokuten dd {
			font-size: 18px;
		}
	}

.members_data table {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 26px;
	line-height: 26px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	border-collapse:  collapse;
}
.members_data th {
	margin: 0;
	padding: 10px;
	text-align: center;
	color: #2B9945;
	font-size: 21px;
	font-weight: 500;
	border-bottom: 1px solid #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
	@media screen and (max-width:599px) {
		.members_data th {
			padding: 10px 5px 5px;
			font-size: 16px;
		}
	}
.members_data td {
	margin: 0;
	padding: 10px 10px 5px;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px solid #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
	@media screen and (max-width:599px) {
		.members_data td {
			padding: 10px 5px 5px;
			font-size: 18px;
		}
	}
.members_data td span {
	font-size: 17px;
}
	@media screen and (max-width:599px) {
		.members_data td span {
			font-size: 12px;
		}
	}
.members_data td i {
	font-size: 26px;
	font-style: normal;
}
	@media screen and (max-width:599px) {
		.members_data td i {
			font-size: 18px;
			font-style: normal;
		}
	}


/* ******************************************
	SCHOOL
****************************************** */
.school {
	padding-bottom: 120px;
}
.school_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto 30px;
}
	@media screen and (max-width:599px) {
		.school_box {
			width: 100%;
		}
	}
.school_img {
	width: 50%;
	background-color: #ccc;
}
	@media screen and (max-width:599px) {
		.school_img {
			width: 100%;
		}
	}
.school_data {
	width: 49%;
	padding: 0 30px 30px;
	background-color: #eaf4ed;
}
	@media screen and (max-width:768px) {
		.school_data {
			width: 100%;
			margin: 0 0 20px;
			padding: 30px 20px;
		}
	}
.school_data h3 {
	margin: 30px 0 5px;
	padding: 0;
	font-size: 18px;
	line-height: 21px;
	font-weight: 700;
}
	
.school_data table {
	width: 100%;
	margin: 0 auto 50px;
	padding: 0;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	border-collapse:  collapse;
}
.school_data th {
	margin: 0;
	padding: 10px 10px 8px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
	@media screen and (max-width:599px) {
		.school_data th {
			padding: 10px 5px 8px;
		}
	}
.school_data td {
	margin: 0;
	padding: 10px 10px 8px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background-color: #fff;
	color: #2B9945;
	border: 1px solid #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
	@media screen and (max-width:599px) {
		.school_data td {
			padding: 10px 5px 8px;
		}
	}
.school_data dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #000;
	font-weight: 500;
}
.school_data dt {
	width: 40%;
	margin: 0;
	padding: 10px;
	font-size: 18px;
	text-align: left;
	color: #2B9945;
}
	@media screen and (max-width:599px) {
		.school_data dt {
			padding: 10px 5px;
		}
	}
.school_data dd {
	width: 48%;
	margin: 0;
	padding: 10px;
	text-align: left;
	font-size: 26px;
}
	@media screen and (max-width:599px) {
		.school_data dd {
			width: 49%;
			padding: 10px 5px;
			font-size: 21px;
		}
	}
.school_data dd span {
	font-size: 18px;
}
	@media screen and (max-width:599px) {
		.school_data dd span {
			font-size: 14px;
		}
	}



/* ******************************************
	FACILITIES
****************************************** */
.fa_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
}
	
.fa_list_box100 {
	width: 100%;
	margin: 0 0 25px;
	padding: 0 0 20px;
	font-size: 21px;
	font-weight: 500;
}
.fa_list_box {
	width: 49%;
	margin: 0 0 25px;
	padding: 0 0 20px;
	font-size: 21px;
	font-weight: 500;
}
	@media screen and (max-width:599px) {
		.fa_list_box {
			width: 100%;
		}
	}
.fa_list_box span {
	font-size: 18px;
}
.fa_list_box100 img,
.fa_list_box img {
	width: 100%;
}


/* ******************************************
	SABIE
****************************************** */
.sabie {
	padding-bottom: 120px;
}
	@media screen and (max-width:599px) {
		.sabie {
			padding-bottom: 80px;
		}
	}

.sabie_box {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto 30px;
}
	@media screen and (max-width:599px) {
		.sabie_box {
			width: 100%;
		}
	}
.sabie_img {
	width: 50%;
	background-color: #ccc;
}
	@media screen and (max-width:768px) {
		.sabie_img {
			width: 100%;
		}
	}
.sabie_img img {
	width: 100%;
}
.sabie_data {
	width: 50%;
	padding: 30px;
	background-color: #eaf4ed;
}
	@media screen and (max-width:768px) {
		.sabie_data {
			width: 100%;
			padding: 30px 20px;
		}
	}
.sabie_data p {
	text-align: left;
}

.lunch_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
}

.lunch_list_box100 {
	width: 100%;
	margin: 0 0 25px;
	padding: 0 0 20px;
	font-size: 21px;
	font-weight: 500;
}
.lunch_list_box {
	width: 32%;
	margin: 0 0 25px;
	padding: 0 0 20px;
	font-size: 21px;
	font-weight: 500;
}
	@media screen and (max-width:599px) {
		.lunch_list_box {
			width: 100%;
		}
	}
.lunch_list_box span {
	font-size: 18px;
}
.lunch_list_box100 img,
.lunch_list_box img {
	width: 100%;
}

.lunch_box::after {
	display: block;
	content:"";
	width: 32%;
	}

.menu_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
}

.menu_list_box {
	width: 32%;
	margin: 0 0 25px;
	padding: 10px 30px 20px;
	background-color: #ECE9CE;
}
	@media screen and (max-width:768px) {
		.menu_list_box {
			width: 49%;
		}
	}
	@media screen and (max-width:599px) {
		.menu_list_box {
			width: 100%;
		}
	}

.menu_list_box dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.menu_list_box dt {
		width: 80%;
		margin: 0;
		padding: 0;
		text-align: left;
}
.menu_list_box dd {
		width: 20%;
		margin: 0;
		padding: 0;
		text-align: right;
}


/* ******************************************
	ACCESS
****************************************** */
.access {
	padding-bottom: 120px;
}
	@media screen and (max-width:599px) {
		.access {
			padding-bottom: 80px;
		}
	}

.access iframe {
	width: 100%;
	height: 100%;
}
	@media screen and (max-width:768px) {
		.access iframe {
			width: 100%;
			height: 400px;
		}
	}
@media screen and (max-width:768px) {
	.access .fa_list_box {
		width: 100%;
	}
}


/* ******************************************
	ARCHIVES
****************************************** */
.archives {
	padding-bottom: 120px;
}
.archives_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.archives_main {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: calc(100% - 220px);
}

.archives_item {
	width: 32%;
	margin: 0 20px 20px 0;
	padding: 10px;
	border: 1px solid #ccc;
}

.archives_item img {
	width: 100%;
}

.archives_side {
	width: 200px;
	text-align: left;
}

.archives_side h3 {
	margin: 20px 0 10px;
	border-bottom: 1px solid #000;
}
.archives_side ul {
	margin: 10px 0 20px;
}
.archives_side ul li {
	
}








/* ******************************************
	Business
****************************************** */
.biz_box {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	width: 80%;
	max-width: 900px;
	margin: 0 auto 40px;
	padding: 10px;
	background-color: #f8f6f2;
}

.biz_box img {
	width: 300px;
	margin-left: 10px;
}

.biz_box h4 {
	margin: 0 0 10px;
	text-align: left;
}

.biz_box p {
	text-align: left;
}




/* ******************************************
	Company
****************************************** */
.company dl {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.company dt {
	width: 200px;
	margin: 0;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #f8f6f2;
}
.company dd {
	width: calc(100% - 200px);
	margin: 0;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}




/* ******************************************
	Record
****************************************** */
.record dl {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.record dt {
	width: 200px;
	margin: 0;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #f8f6f2;
}
.record dd {
	width: calc(100% - 200px);
	margin: 0;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}



/* ******************************************
	News
****************************************** */
.news_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}

.news_box .news_box_l {
	width: calc(100% - 240px);
}
.news_box .news_box_r {
	width: 200px;
}

.news_box .news_box_l h2 {
	padding: 23px 5px 5px 5px;
	border-bottom: 1px solid #000;
	opacity: 1;
	font-size: 21px;
	text-align: left;
}
.news_box .news_box_l img {
	width: 100%;
}

.news_box_r h3 {
	margin: 0;
	padding: 20px 5px 5px 5px;
	border-bottom: 1px solid #000;
}
.news_box_r ul {
	padding-left: 20px;
}

@media screen and (max-width:768px) {
.news_box {
	display: block;
}
.news_box .news_box_l {
	width: 100%;
}
.news_box .news_box_r {
	display: none;
}
}









.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #2b8f45;
  border-radius: 15px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #2b8f45;
}

.balloon p {
  margin: 0;
  padding: 0;
}






/* ******************************************
	New plan
****************************************** */
.new-plan {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	color: #fff;
	}

.wbr i {
	display: inline-block;
	font-style: normal;
}

.font-size-S {
	font-weight: 900;
    font-size: 24px !important;
}
.font-size-M {
	font-weight: 900;
    font-size: 36px !important;
}
.font-size-L {
	font-weight: 900;
    font-size: 60px !important;
}
@media screen and (max-width:1024px) {
.font-size-S {
    font-size: 20px !important;
}
.font-size-M {
    font-size: 30px !important;
}
.font-size-L {
    font-size: 50px !important;
}
}
@media screen and (max-width:768px) {
.font-size-S {
    font-size: 2vw !important;
}
.font-size-M {
    font-size: 3vw !important;
}
.font-size-L {
    font-size: 5vw !important;
}
}
@media screen and (max-width:600px) {
.font-size-S {
    font-size: 4vw !important;
}
.font-size-M {
    font-size: 4.8vw !important;
}
.font-size-L {
    font-size: 9vw !important;
}
}

.new-plan h2 {
	margin: 0;
	font-weight: 900;
	}

.new-plan .breadcrumb {
	display: none;
}
.new-plan .side-fix {
	
}

.new-plan .page_header_bg {
	min-height: 350px;
}

.new-plan-title {
	position: relative;
	height: calc(34vw + 15px);
	min-height: 350px;
	}
	.new-plan-title .obi {
		position: absolute;
		top: 0;
		left: 0;
		width: 40%;
		z-index: 102;
		}
	.new-plan-title h2 {
		position: absolute;
		top: calc(50% - 80px);
		left: 0;
		width: 100%;
		text-align: center;
		line-height: 1.4;
		text-shadow: 0px 3px 10px black;
		opacity: 1;
		z-index: 102;
		}

.new-plan-body {
	padding: 60px 0;
	font-weight: 900;
	background-color: #2B9845;
	
	}

	.new-plan-body h2 {
		padding: 0;
		text-align: center;
		color: #fff;
		font-weight: 900;
		opacity: 1;
		}
		.new-plan-body h2 > span {
			display: inline-block;
			font-weight: 900;
			}
			.new-plan-body h2 > span > span {
				display: inline-block;
				font-weight: 900;
				}

	.new-plan-price {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 90%;
		max-width: 1024px;
		margin: 30px auto;
		}
		.new-plan-price div {
			width: calc(50% - 30px);
			margin: 0 0 30px;
			padding: 20px;
			background-color: #fff;
			color: #000;
			line-height: 1.1;
			}
			.new-plan-price div b {
				}
@media screen and (max-width:600px) {
		.new-plan-price div {
			width: 100%;
			}
}

		.new-plan-price p {
			width: 100%;
			text-align: center;
			}
			.new-plan-price p span {
				display: inline-block;
				}

	.new-plan-cross {
		position: relative;
		width: 90%;
		max-width: 1024px;
		margin: 60px auto;
		}

		.new-plan-cross div {
			width: 100%;
			}
			.new-plan-cross div img {
				width: 55%;
				}
			.new-plan-cross div p {
				width: 45%;
				line-height: 1.4;
				}
			.new-plan-cross div:first-of-type img {
				position: absolute;
				top: 0;
				right: 0;
				}
			.new-plan-cross div:first-of-type p {
				position: relative;
				padding: 20px 20px 20px 0;
				text-align: left;
				}
			.new-plan-cross div:last-of-type {
				text-align: left;
				}
			.new-plan-cross div:last-of-type img {
				position: relative;
				}
			.new-plan-cross div:last-of-type p {
				position: absolute;
				bottom: 0;
				right: 0;
				padding: 20px 0 20px 20px;
				text-align: right;
				}
@media screen and (max-width:600px) {
			.new-plan-cross div img {
				width: 100%;
				}
			.new-plan-cross div p {
				width: 100%;
				}
			.new-plan-cross div:first-of-type img {
				position: relative;
				top: auto;
				right: auto;
				}
			.new-plan-cross div:first-of-type p {
				position: relative;
				padding: 20px;
				text-align: center;
				}
			.new-plan-cross div:last-of-type {
				text-align: left;
				}
			.new-plan-cross div:last-of-type img {
				position: relative;
				}
			.new-plan-cross div:last-of-type p {
				position: relative;
				bottom: auto;
				right: auto;
				padding: 20px;
				text-align: center;
				}
}

	.new-plan-schedule {
		width: 90%;
		max-width: 1024px;
		margin: 30px auto;
		padding: 30px;
		border: 3px solid #fff;
		}
		.new-plan-schedule p {
			width: 100%;
			line-height: 1.4;
			}
			.new-plan-schedule div {
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
				width: 100%;
				margin: 30px 0 0;
				}
		.new-plan-schedule p.left {
			text-align: left;
			}
		.new-plan-schedule article {
			width: calc(50% - 15px);
			margin: 20px 0 0;
			}
			.new-plan-schedule article p {
				margin: 0 0 10px;
				}
			.new-plan-schedule article img {
				width: 100%;
				}
@media screen and (max-width:600px) {
	.new-plan-schedule {
		padding: 20px;
		}
		.new-plan-schedule article {
			width: 100%;
			}
}

.side-fix {
	top: 300px;
}








