@charset "utf-8";

/*
 * plan
 *
-----------------------------*/
.cmnLead h1 {
	margin-top: 60px;
}

.cmnBenefitsList {
	margin-bottom: 40px;
}


/*
-----------------------------*/
.planBox {
	padding-top: 70px;
	padding-bottom: 120px;
}

.planBox:nth-child(odd) {
	background: url("../img/plan/bg@2x.png") no-repeat center top / cover;
}

.planTitle {
	font-size: 26px;
	text-align: center;
}

.planPrice {
	margin-top: 10px;
	font-size: 26px;
	text-align: center;
}

.planLead {
	margin-top: 10px;
	text-align: center;
}

.planOverview {
	margin-top: 40px;
	background: #fff;
}

.benefits {
	padding: 45px 6.3% 30px;
}

.benefitsTitle {
	margin-bottom: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid #1B5010;
	font-size: 20px;
	color: #1B5010;
	text-align: center;
}

.benefitsList li {
	font-size: 18px;
}

.benefitsList li+li {
	margin-top: 18px;
}


/*
-----------------------------*/
.planDetail {
	margin-top: 50px;
}

.detailTitle {
	background: #AACCA3;
	padding: 13px 10px 13px 25px;
	font-size: 18px;
	vertical-align: middle;
	cursor: pointer;
}

.detailTitle::after {
	content: "";
	display: inline-block;
	margin-top: -8px;
	margin-left: 10px;
	border-style: solid;
	border-color: #222;
	border-width: 0 2px 2px 0;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	line-height: 4px;
	vertical-align: middle;
}

.detailTitle.open::after {
	border-width: 2px 0 0 2px;
	margin-top: -2px;
}

@media screen and (max-width: 768px) {}

/*//sp*/
@media screen and (min-width: 769px) {
	.planOverview figure {
		width: 50%;
	}

	.planOverview figure img {
		object-fit: cover;
		height: auto;
	}

	.planOverview .benefits {
		width: 50%;
	}
}

/*//pc*/

@media all and (min-width: 768px) and (max-width: 1024px) { 
	.planOverview figure {
		margin: auto;
	}
}

	/*//tablet*/

	/*
-----------------------------*/
	.detailList {
		display: none;
		background: #fff;
		padding: 12px;
		border: 1px solid #f9f9f9;
		border-top: none;
	}

	ul.detailListItems {
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.detailListItems li {
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		vertical-align: top;
		margin: 0 2px 2px 0;
		width: calc(calc(100%/2) - 2px);
		text-align: center;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.27273
	}

	.itemName,
	.itemIncluded {
		height: 36px;
		text-align: center;
		font-size: 16px;
		padding: 8px 4px;
		line-height: 1.45;
		box-sizing: border-box;
	}

	.itemName {
		width: 71.739%;
		background: #f9f9f9;
		color: #9b9b9b;
	}

	.itemIncluded {
		width: 28.261%;
		border: 1px solid #f9f9f9;
		color: #94ad7b;
		font-weight: 900;
	}

	.itemIncluded::before {
		display: block;
	}

	.itemIncluded::before,
	.itemIncluded.yesIncluded::before {
		content: "\025cb";
	}

	.itemIncluded.notIncluded::before {
		content: "\0ff0d";
	}

	@media screen and (min-width: 769px) {
		.detailListItems li {
			margin: 4px 4px 0 0;
			width: calc(calc(100%/4) - 4px);
		}

		.itemName {
			padding: 8px
		}

	}

	/* present
-----------------------------*/
	#present {
		padding: 110px 0 20px;
	}

	#present h2 {
		margin-bottom: 45px;
		font-size: 26px;
		text-align: center;
	}

	#present h2 span {
		display: block;
		font-size: 14px;
		color: #1B5010;
	}

	#present ul {
		flex-flow: row wrap;
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	}

	#present ul li {
		display: flex;
		background: #F5F2F0;
		margin-bottom: 30px;
	}

	#present ul li figure {
		width: 120px;
		height: 120px;
	}

	#present ul li figure img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	#present ul li div {
		width: calc(100% - 120px);
		padding: 9px 8px 10px;
	}

	#present ul li h3 {
		background: #CDE2C9;
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	#present ul li.contract h3 {
		background: #E9C1B8;
	}

	#present ul li p {
		font-size: 12px;
		font-weight: bold;
		line-height: 1.3;
	}

	#present ul li .note {
		font-size: 10px;
		font-weight: normal;
	}

	@media screen and (max-width: 768px) {
		#present {
			padding: 80px 0 20px;
		}

		#present ul li {
			display: flex;
			background: #F5F2F0;
			margin-bottom: 20px;
		}

		#present ul li figure {
			width: 35%;
			height: auto;
		}

		#present ul li div {
			width: 65%;
		}

		#present ul li p {
			font-size: 3.5vw;
		}

		#present ul li .note {
			font-size: 10px;
		}
	}

	/*//sp*/
	@media screen and (min-width: 769px) {
		#present ul li {
			width: 32%;
			max-width: 349px;
		}
	}

	/*//pc*/


	/*
-----------------------------*/
	#cmnPartyreport {
		padding-top: 110px;
	}

	/* .pcFlex::after {
display: block;
content:"";
width: 32%;
} */
	/* 220107追加 */
	/*bnrEventtandard*/
	.bnrEventtandard {
		width: 88.5%;
		max-width: 772px;
		margin: 42px auto 30px;
	}

	.bnrEventtandard a {
		position: relative;
		align-items: center;
		justify-content: flex-start;
		background: url("../img/index/bg_bnr_eventtandard.png") no-repeat left top/cover;
		padding: 13px 80px 11px 13px;
		color: #fff;
	}

	.bnrEventtandard .bnrTitle {
		background: #fff;
		width: 120px;
		height: 97px;
		padding: 25px 0 0;
		margin: 0 30px 0 0;
		color: #6B6002;
		font-size: 24px;
		text-align: center;
		line-height: 1.0;
	}

	.bnrEventtandard .bnrTitle span {
		font-size: 18px;
	}

	.bnrEventtandard .bnrText {
		color: #fff;
		font-size: 27px;
		line-height: 1.3;
	}

	.bnrEventtandard .bnrText span {
		display: block;
		font-size: 18px;
	}

	.bnrEventtandard a::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 34px;
		display: block;
		border-top: 1px #fff solid;
		border-right: 1px #fff solid;
		width: 15px;
		height: 15px;
		margin-top: -8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.event_banner {
		display: none;
	}

	.banner_mv {
		display: block;
		margin: 60px auto 100px;
		width: 88.8vw;
		max-width: 1088px;
	}




	@media screen and (max-width: 768px) {
		.event_banner {
			display: block;
		}

		.bnrEventtandard {
			margin: 40px auto 26px;
		}

		.bnrEventtandard a {
			align-items: stretch;
			padding: 9px 45px 8px 9px;
		}

		.bnrEventtandard .bnrTitle {
			display: flex;
			align-content: center;
			align-items: center;
			justify-content: center;
			flex-flow: column;
			width: 81px;
			height: auto;
			padding: 0;
			margin: 0 18px 0 0;
			color: #6B6002;
			font-size: 15px;
		}

		.bnrEventtandard .bnrTitle span {
			font-size: 11px;
		}

		.bnrEventtandard .bnrText {
			max-width: calc(100% - 81px - 18px);
			padding: 5px 0 2px;
			font-size: 19px;
			line-height: 1.16;
		}

		.bnrEventtandard .bnrText span {
			margin-top: 2px;
			font-size: 11px;
			line-height: 1.36;
		}

		.bnrEventtandard a::after {
			right: 23px;
			width: 9px;
			height: 9px;
			margin-top: -5px;
		}

		.banner_mv {
			margin: 15% auto;
		}
	}
	/* 231212 */
/*bnrEventtandard_movie*/
.bnrEventtandard_movie{
	width:88.5% ;
	max-width: 772px;
	margin: 24px auto 105px;
   }
   .bnrEventtandard_movie a{
	position: relative;
	align-items: center;
	justify-content: flex-start;
	background: url("../img/index/bg_bnr_movie.png") no-repeat left top/cover;
	padding: 13px 80px 11px 13px;
	color: #fff;
   }
   .bnrEventtandard_movie .bnrTitle{
	background: #fff;
	width: 120px;
	height: 97px;
	padding: 25px 0 0;
	margin: 0 30px 0 0;
	color: #6B6002;
	font-size: 24px;
	text-align: center;
	line-height: 1.0;
   }
   .bnrEventtandard_movie .bnrTitle span{
	font-size: 18px;
   }
   .bnrEventtandard_movie .bnrText{
	color: #fff;
	font-size: 31px;
	line-height: 1.3;
   }
   .bnrEventtandard_movie .bnrText span{
	display: block;
	font-size: 18px;
   }
   .bnrEventtandard_movie a::after{
	 content: "";
	 position: absolute;
	 top: 50%;
	 right: 34px;
	 display: block;
	 border-top: 1px #fff solid;
	 border-right: 1px #fff solid;
	 width: 15px;
	 height: 15px;
	 margin-top: -8px;
	 -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
   }
  
   @media screen and (max-width: 768px) {
	.event_banner {
	  display: block;
	}
	.bnrEventtandard_movie{
	  margin: 15px auto 20px;
	}
	.bnrEventtandard_movie a{
	 align-items: stretch;
	 padding: 9px 45px 8px 9px;
	}
	.bnrEventtandard_movie .bnrTitle{
	 display: flex;
	 align-content: center;
	 align-items: center;
	 justify-content: center;
	 flex-flow: column;
	 width: 81px;
	 height: auto;
	 padding: 0;
	 margin: 0 18px 0 0;
	 color: #6B6002;
	 font-size: 15px;
	}
	.bnrEventtandard_movie .bnrTitle span{
	 font-size: 11px;
	}
	.bnrEventtandard_movie .bnrText{
	 max-width: calc(100% - 81px - 18px);
	 padding: 5px 0 2px;
	 font-size: 21px;
	 line-height: 1.16;
	}
	.bnrEventtandard_movie .bnrText span{
	 margin-top: 2px;
	 font-size: 11px;
	 line-height: 1.36;
	}
	.bnrEventtandard_movie a::after{
		right: 23px;
		width: 9px;
		height: 9px;
		margin-top: -5px;
	}}

	/* 231228 */
	@media screen and (max-width: 768px) {
		.sp_plan_img {
			margin-bottom: 7%;
		}

		.planTitle {
			font-size: 15px;
		}

		.planOverview {
			margin-top: 10px;
		}

		.benefitsList li+li {
			margin-top: 7px;
		}

		.planDetail {
			margin-top: 15px;
		}

		.benefits {
			padding: 25px 6.3% 30px;
		}

		.planLead {
			font-size: 14px;
		}

		.benefitsList li {
			font-size: 14px;
		}

		.benefitsTitle {
			font-size: 18px;
			margin-bottom: 15px;
		}

		.planPrice {
			font-size: 21px;
		}
	}

	/* 240416 */
	#pay_plan {
		background: url(../img/plan/bg@2x.png) no-repeat center top / cover;
		padding: 100px 0 120px;
		margin-top: 50px;
	}

	#pay_plan ul {
		max-width: 1100px;
		width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}

	#pay_plan ul li {
		max-width: 346px;
		width: 100%;
		font-size: 16px;
		text-align: center;
	}

	#pay_plan ul li strong {
		display: block;
		font-size: 20px;
		margin-bottom: 5px;
	}

	@media screen and (max-width: 768px) {
		#pay_plan {
			padding: 15% 0 10%;
		}

		#pay_plan ul {
			width: 85%;
		}

		#pay_plan ul li {
			margin-bottom: 30px;
    padding-left: 15px;
    border-left: 1px solid #000;
    width: 100%;
	text-align: left;
	font-size: 3.8vw;
		}

		#pay_plan ul li strong {
			font-size: 4.3vw;
		}
	}