@charset "UTF-8";

/* 料金プラン */
.main {
	overflow: unset;
}
.page-main {
	margin: 20px 10px;
	text-align: center;
}

/* plan */
.free-experience-image img {
	width: 100%; 
}
.free-experience-text-box {
	font-size: 16px;
	text-align: center;
	margin: 10px;
}
.free-experience-plan-box {
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.free-experience-camp {
	display: inline-block;
	color: #ff0;
	font-weight: bold;
	background: #b40000;
	padding: 1px 10px;
	font-size: 13px;
	border-radius: 10px;
}
.free-experience-title {
	font-size: 32px;
	color: #007151;
	font-weight: bold;
	margin: 10px 0;
}
.free-experience-title-small {
	margin: 0 0 10px;
	font-size: 18px;
	color: #fff;
	background: #007151;
}
.free-experience-comment {
	margin: 0 0 10px;
}
.free-experience-special {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #007151;
	box-sizing: border-box;
	text-align: left;
}
.free-experience-special-tilte {
	color: #007151;
}
.free-experience-after-box {
	text-align: center;
}
.free-experience-after {
	display: inline-block;
	position:relative;
	margin: 20px 0 40px;
	padding: 5px 5px 15px;
	font-size: 18px;
	font-weight: bold;
	color: #007151;
	border-bottom: 1px solid #007151; 
}
.free-experience-after:after,
.free-experience-after:before {
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	top:100%;
	left:50%;
}
.free-experience-after:after{
	border-color: rgba(255, 255, 255, 0);
	border-top-width:8px;
	border-bottom-width:8px;
	border-left-width:5px;
	border-right-width:5px;
	margin-left: -5px;
	border-top-color:#FFFFFF;
}
.free-experience-after:before{
	border-color: rgba(0, 113, 81, 0);
	border-top-width:9px;
	border-bottom-width:9px;
	border-left-width:6px;
	border-right-width:6px;
	margin-left: -6px;
	margin-top: 1px;
	border-top-color:#007151;
}

.member-plan-box-waku {
	margin: 0 0 20px;
}
.member-price-other {
	margin-bottom: 20px;
}
.member-price-other ul {
		font-size: 0;
}
.member-price-other ul li {
	display: block;
	font-size: 0;
	padding: 10px;
	border-bottom: 1px solid #c9caca;
}
.member-price-other ul li:first-child {
	border-top: 1px solid #c9caca;
}
.member-price-other ul li .price-left,
.member-price-other ul li .price-right {
	display: inline-block;
	width: 50%;
}
.member-price-other ul li .price-left {
	text-align: left;
	font-size: 16px;
}
.member-price-other ul li .price-right {
	text-align: right;
	font-size: 13px;
}
.other-price-price {
	font-size: 16px;
	font-weight: bold;
}
.member-plan-box-waku {
	font-size: 0;
}
.member-plan-box {
	font-size: 16px;
	padding: 10px;
	margin: 10px 0;
	box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.5);
}
.member-plan-name {
	display: inline-block;
	padding: 2px 10px;
	background: #1fa7fe;
	color: #fff;
	font-weight: bold;
}
.member-plan-name.night-mem {
	background: #002a88;
}
.member-plan-name.gold-mem {
	background: #bf8800;
}
.member-plan-name.company-mem {
	background: #007151;
}
.member-plan-price .member-plan-price-bold {
	font-size: 30px;
	font-weight: bold;
}


/* 料金プラン */
.paid-plan .bx-wrapper {
	box-shadow: none;
	margin: 0 auto;
}
.paid-plan .bx-wrapper .bx-next {
	right: -10px;
	width: 33px;
	height: 33px;
	background: url(../img/bx-right.png);
}
.paid-plan .bx-wrapper .bx-prev {
	left: -10px;
	width: 33px;
	height: 33px;
	background: url(../img/bx-left.png);
}
.paid-plan ul li {
	text-align: center;
}
.paid-plan .bx-viewport {
	overflow: initial;
}
.post-price-free {
	background: url(../img/contents_bg.webp);
	font-size: 0;
	margin-bottom: 30px;
}
.post-price-free-img-box {
	margin-bottom: 20px;
}
.post-price-free img {
	display: inline-block;
	width: 100%;
}
.post-price-shokai-price-box {
	margin-bottom: 20px;
}
.post-price-free-text-box {
	text-align: center;
}
.taiken-waku {
	border: 2px solid #007151;
	padding: 15px 0;
	margin: 0 20px 20px;
}
.taiken-come {
	width: calc(100% - 20px);
	margin: 0 10px 20px;
	text-align: center;
}
.post-price-ohitori1 {
	display: inline-block;
	position:relative;
	background:#B00000;
	padding:1px 10px;
	text-align:center;
	color:#ff0;
	font-size:13px;
	font-weight: bold;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.post-price-ohitori1:after{
		border: solid transparent;
		content:'';
		height:0;
		width:0;
		pointer-events:none;
		position:absolute;
		border-color: rgba(176, 0, 0, 0);
		border-top-width:9px;
		border-bottom-width:9px;
		border-left-width:5px;
		border-right-width:5px;
		margin-left: -5px;
		border-top-color:#B00000;
		top:100%;
		left:50%;
}
.post-price-yoyaku-box a {
	position: relative;
	display: inline-block;
	width: 270px;
	padding: 15px 0;
	margin-bottom: 20px;
	font-size: 16px;
	border: 1px solid #000;
	color: #000;
	background: #fff;
}
.post-price-yoyaku-box a::after {
	font-family: 'FontAwesome';
	content: url(../img/allow-right-black.png);
	width: 10px;
	height: 10px;
	border: 0;
	position: absolute;
	top: 50%;
	right: 33px;
	margin-top: -17px;
}
.paid-plan-title {
	width: 100%;
	text-align: center;
	position:absolute;
	top: -34px;
}
.paid-plan-title-inner {
	display: inline-block;
	font-size: 16px;
	min-width: 140px;
	padding: 10px;
	color: #fff;
}
.paid-plan-price-text-box {
	display: inline-block;
	box-shadow: 0 0 10px -5px #888;
	text-align: center;
	border-radius: 0;
	width: 330px;
	margin: 10px 10px 60px;
	padding: 20px 0;
	position: relative;
}
.paid-plan-price-box,
.paid-plan-come {
	margin-bottom: 10px;
}

.paid-plan-link-box a {
	display: inline-block;
	border: 1px solid #000;
	padding: 15px 0;
	width: 140px;
	position: relative;
	color: #000;

}
.paid-plan-link-box a:after {
	font-family: 'FontAwesome';
	content: "\f054";
	font-size: 18px;
	border: 0;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
}
.top-box-plan .first-experience-after:after {
	border-top-color: #fff;
}
.paid-plan .paid-plan-price-setsu,
.paid-plan .plan-paid-encho-setsu {
	display: inline-block;
	width: calc(90% - 20px);
	margin: 0 10px 10px;
}
.paid-plan .paid-plan-price-setsu {
	border: 1px solid #898989;
	border-radius: 8px;
	text-align: center;
	padding: 10px;
}
.paid-plan .plan-paid-encho-setsu {
	text-align: center;
}
.paid-plan .paid-plan-hosoku-box ul {
	text-align: center;
}
.paid-plan .paid-plan-hosoku-box ul li {
	display: inline-block;
	width: calc(90% - 30px);
	margin: 0 10px 10px;
	font-size: 16px;
	padding: 5px;
	text-align: center;
	background: #dcdddd;
	border-radius: 8px;
	margin-bottom: 10px;
}
.other-price {
	width: 330px;
	margin: 0 auto;
	font-size: 0;
	border-bottom: 1px solid #c9caca;
	padding: 10px;
}
.other-price-title,
.other-price-price {
	display: inline-block;
	width: calc(50% - 10px);
	font-size: 16px;
	vertical-align: middle;
}
.other-price-title {
	text-align: left;
}
.other-price-price {
	text-align: right;
	font-weight: bold;
}
@media screen and (min-width: 769px) {
	.free-experience-plan-box {
		font-size: 0;
	}
	.free-experience-image {
		display: inline-block;
		width: 45%;
		vertical-align: top;
	}
	.free-experience-text-box {
		display: inline-block;
		width: calc(55% - 20px);
		vertical-align: top;
	}
	.member-plan-box-waku {
		margin: 0 10px 20px;
	}

	.member-price-other ul.admission-fee {
		text-align: center;
	}
	.member-price-other ul li {
		display: inline-block;
		width: calc(48% - 20px);
		margin: 0 1%;
	}
	.member-price-other ul li:nth-child(2) {
		border-top: 1px solid #c9caca;
	}

	/* 料金プラン */
	.post-price-free {
		width: 1000px;
		margin: 0 auto 20px;
	}
	.post-price-free-img-box {
		display: inline-block;
		margin-bottom: 0;
		width: 444px;
		height: 405px;
		vertical-align: top;
		overflow: hidden;
	}
	.post-price-free-img-box img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.post-price-free-text-box {
		display: inline-block;
		width: 516px;
		height: 336px;
		vertical-align: middle;
		text-align: center;
		margin: 25px 20px;
	}
	.paid-plan {
		width: 1000px;
		margin: 0 auto;
	}
	.paid-plan ul {
		font-size: 0;
	}
	.paid-plan ul li {
		display: inline-block;
		width: 96%;
		margin: 0 2%;
		position: relative;
		text-align: left;
	}
	.paid-plan .paid-plan-hosoku-box ul li {
		width: calc(100% - 30px);
	}
	.paid-plan-price-text-box {
		width: calc(100% - 40px);
		padding: 20px;
		font-size: 0;
	}
	.paid-plan-title {
		width: 190px;
		height: 190px;
		display: inline-block;
    vertical-align: top;
		position: relative;
    top: initial;
		margin-right: 30px;
	}
	.paid-plan-title-inner {
		width: 190px;
    justify-content: center;
    align-items: center;
		padding: 50px 0;
		font-size: 18px;
	}
	.paid-plan-title-inner.no-plan-icon {
		padding: 78px 0;
	}
	.paid-plan-title-inner .plan-icon {
		display: block;
		margin-bottom: 5px;
	}
	.paid-plan-title-inner i {
		font-size: 50px;
	}
	.paid-plan-price-text {
		width: 360px;
		display: inline-block;
    vertical-align: top;
		font-size: 16px;
		margin-right: 20px;
	}
	.paid-plan-hosoku-box {
		display: inline-block;
		width: 300px;
    vertical-align: top;
	}
	.paid-plan-price.font-30 {
		font-size: 42px;
	}
	.paid-plan-price-yen-month.font-16 {
		font-size: 22px;
	}
	.paid-plan .plan-paid-encho-setsu {
		font-size: 16px;
		margin-bottom: 0;
	}
	.other-price {
		display: inline-block;
		width: 940px;
	}
	.other-price-price {
		font-size: 22px;
	}
}
