.plan_wrap{
	background-size:cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
.plan_title_wrap{
	background: rgb(201,160,99);
	background: linear-gradient(90deg, rgba(201,160,99,0) 0%, rgba(201,160,99,0.5) 20%, rgba(201,160,99,0.5) 80%, rgba(201,160,99,0) 100%);
	display: inline-block;
	padding:10px 60px;
	margin: 50px auto 10px;
}
.plan_title{
	font-family: 'Spartan', sans-serif;
	font-size: 3.6rem;
	line-height: 3.6rem;
	text-align: center;
	letter-spacing: 0.15rem;
	white-space: nowrap;
	display: block;
	max-width:100%;
	font-weight: 100;
	color: #ffffff;
}
.plan_subtitle{
	font-size:1.4rem;
	line-height:1.4rem;
	font-weight:bold;
}

.pankuzu_wrap{
	width:100%;
	max-width:1340px;
	margin:0 auto;
	padding: 10px 0px 30px 30px;
}
@media screen and (max-width: 767px) {
.plan_title_wrap{
	background: rgb(201,160,99);
	background: linear-gradient(90deg, rgba(201,160,99,0) 0%, rgba(201,160,99,0.5) 10%, rgba(201,160,99,0.5) 90%, rgba(201,160,99,0) 100%);
	display:block;
	padding:10px 0px;
	margin: 20px auto 10px;
}
.plan_title{
	font-size: 2.8rem;
	line-height: 2.8rem;
	text-align: center;
	letter-spacing: 0.15rem;
	white-space: nowrap;
	display: block;
	font-weight: 100;
	color: #ffffff;
}
.pankuzu_wrap{
	padding: 10px 0px 30px 15px;
}
}
.pankuzu{
	font-size:1.2rem;
}
.plan_intro_wrap{
	width: 100%;
	max-width: 1340px;
	margin: 0 auto 24px;
	padding: 0 110px;
}
.plan_intro{
	font-size: 2.2rem;
	font-weight: bold;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	text-shadow: 2px 2px 5px rgb(0 0 0 / 70%);
	position: relative;
}
@media screen and (max-width: 767px) {
.plan_intro_wrap{
	font-size: 1.2rem;
	margin-bottom: 10px;
	padding: 0;
	position: relative;
}
.plan_intro{
	font-size: 1.2rem;
	position: unset;
}
}
.plan_muryou{
    position: absolute;
	bottom: 5px;
	right: 0;
    width: 100px;
	transform: translateX(100%);
}
@media screen and (max-width: 767px) {
.plan_muryou{
    width: 60px;
	top: -60px;
	right: 5px;
	bottom: auto;
	transform: translateX(0);
}
}
.plan_btn_wrap{
	position: relative;
	border-top:1px solid #BD975E;
	border-right:1px solid #BD975E;
	padding:15px;
	text-align:right;
}
.plan_btn_title{
	display:block;
	text-align:center;
	color:#000000;
	font-size:1.4rem;
	font-weight:bold;
}
@media screen and (max-width: 767px) {
.plan_btn_wrap{
	margin-bottom:15px;
}
.plan_btn_title{
	font-size:1.2rem;
}
}
.plan_btn_img{
	width:calc((100% - 3.0rem) + 15px);
}
.plan_btn_wrap a:hover .plan_btn_img{
	opacity: 0.5;
}
.plan_btn_wrap a:hover .plan_btn_title{
	color:#999999;
}
.plan_btn_number{
	position:absolute;
	top:-3.0rem;
	left:0px;
	background:#BD975E;
	width:6.0rem;
	height:6.0rem;
	display:block;
	padding:1.5rem;
}
.plan_btn_number_t{
	display:block;
	font-size:1.0rem;
	line-height:1.0rem;
	text-align:center;
}
.plan_btn_number_n{
	display:block;
	font-size:2.4rem;
	line-height:2.4rem;
	text-align:center;
}
@media screen and (max-width: 767px) {
.plan_btn_number{
	top:-2.0rem;
	width:4.0rem;
	height:4.0rem;
	padding:0.5rem;
}
.plan_btn_number_n{
	font-size:2.0rem;
	line-height:2.0rem;
}
}
.plan-checkbox input[type="checkbox"]{
	display: none;
}
.plan-checkbox input[type="checkbox"]+label{
	display: none;
	cursor: auto;
	display: inline-block;
	position: relative;
	padding-left: 5.6rem;
	font-size: 2.4rem;
	font-weight: bold;
}
.plan-checkbox input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 2.4rem;
    height: 2.4rem;
    left: 0;
    top:calc(50% - 1.2rem);
    border: 1px solid;
    border-color:  #585753;
    background-color: #FFF;
}
.plan-checkbox input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 2.4rem;
    height: 0.9rem;
    top: calc(50% - 0.9rem);
    left: 0.3rem;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #ff0000;
}
@media screen and (max-width: 767px) {
.plan-checkbox input[type="checkbox"]+label{
	padding-left: 2.6rem;
	font-size: 1.4rem;
}
.plan-checkbox input[type="checkbox"]+label::before{
    width: 1.4rem;
    height: 1.4rem;
    top:calc(50% - 0.7rem);
}
.plan-checkbox input[type="checkbox"]:checked+label::after{
    width: 1.4rem;
    height: 1.0rem;
    top: calc(50% - 1.0rem);
    left: 0.1rem;
}
}


.plan-title_wrap{
	background:#BD975E;
	padding:15px 0px;
	width:100%;
}
.plan-title_wrap span{
	display:block;
	width:100%;
	font-size:1.8rem;
	text-align:center;
	font-weight:bold;
	line-height:1.8rem;
	margin-bottom: 5px;
}
.plan-title_wrap h2{
	display:block;
	width:100%;
	font-size:2.8rem;
	text-align:center;
	font-weight:bold;
	line-height:2.8rem;
}

.plan-checkbox{
	display:block;
	border:1px solid #000000;
	border-radius:15px;
	background:#ffffff;
	padding:15px 30px;
}
@media screen and (max-width: 767px) {
.plan-checkbox{
	padding:15px;
}
}
.plan-praise_wrap{
	background:#F1E9DD;
	padding:30px 0px;
	width:100%;
}
.plan-praise_wrap span{
	display:block;
	width:100%;
	font-size:2.4rem;
	text-align:center;
	font-weight:bold;
	line-height:2.4rem;
	color:#591626;
	margin:10px 0px;
}
.plan-praise_wrap h3{
	display:block;
	width:100%;
	font-size:2.2rem;
	text-align:center;
	font-weight:bold;
	line-height:2.2rem;
	margin-bottom:30px;
}
.plan-praise_wrap p{
	margin-top: 30px;
	display: block;
	width: 100%;
	font-size: 1.4rem;
	line-height: 2.4rem;
}
.plan-minititle{
	font-size:2.4rem;
	font-weight:bold;
	margin:15px 0px;
}
.plan-price_wrap{
	display:block;
	width:100%;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:10px 0px;
}
.plan-price_wrap2{
	display:block;
	width:100%;
	border-bottom:1px solid #000000;
    padding: 5px 0px;
}
.plan-price{
	margin:10px 0px;
	font-size:3.2rem;
	line-height:3.6rem;
	font-weight:bold;
}
.plan-price_unit{
	font-size:1.8rem;
	line-height:1.8rem;
	font-weight:bold;
}
.plan-price_text{
	margin-top:15px;
	font-size:1.2rem;
}
.plan-price_opt{
	font-size:1.2rem;
	line-height:1.2rem;
	font-weight:bold;
}
@media screen and (max-width: 767px) {
.plan-minititle{
	font-size:2.0rem;
}
.plan-price{
	font-size:2.4rem;
	line-height:2.4rem;
}
.plan-price_unit{
	font-size:1.6rem;
	line-height:1.6rem;
}
}
.plan-newbtn{
	display: inline-block;
	font-size:1.4rem;
	font-weight:normal;
	padding: 20px;
	margin: 15px auto;
	color:#000000;
	border:1px solid #000000;
}
.plan-newbtn:hover{
	background:#000000;
	color:#ffffff;
}
@media screen and (max-width: 768px) {
.plan-newbtn{
	padding: 10px;
	width: 100%;
	text-align: center;
	background:#ffffff;
	border:1px solid #000000;
	color:#000000;
}
}
.plan-kouki{
	display:inline-block;
	padding:30px;
	color:#ffffff;
	background:#BF9061;
	margin-bottom:15px;
}
.plan-br{
	border-right:1px solid #000000;
}
@media screen and (max-width: 767px) {
.plan-br{
	border-right:none;
	border-bottom:1px solid #000000;
	margin-bottom:15px;
}
}

.plan-detail_price{
display:block;
    width: 100%;
    font-size: 2.4rem;
    font-weight:bold;
    line-height: 2.4rem;
}
.plan-detail_bold{
display:block;
    width: 100%;
    font-size: 1.4rem;
    font-weight:bold;
    line-height: 2.4rem;
}
.plan-detail_normal{
display:block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.4rem;
}
.plan-detail_small{
display:block;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.8rem;
}