@charset "utf-8";

/* レイアウト */

.planMain {
    padding: 215px 0px 75px 0px;
}

@media screen and (max-width:640px) {
    .planMain {
        padding: 75px 0 30px 0;
    }
}

.planMain h2 {
    text-align: center;
}

.planRecommend {
    padding: 80px 20px;
	background-image: url(../../img/plan/bg.jpg);
	background-position: center center;
	background-color: #000;
	border-bottom: 1px solid #676767;
}

.planRecommend > .in {
    max-width: 1180px;
	width: 100%;
	margin: auto;
}

.planRecommend .recotit {
    text-align: center;
    padding-bottom: 50px;
}


.planRecommendBox {
    max-width: 1180px;
    margin: 0 auto;
	border: 15px solid #FFF;
    background-color: #F5F1E9;
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 5px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 5px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 5px 0px;
	position: relative;
}
.planRecommendBox + .planRecommendBox {
    margin-top: 50px;
}

.planRecommendBox > .in {
	background-color: #F5F1E9;
	position: relative;
	z-index: 1;
}

.planRecommendBox.limited_icon:after {
	content: "";
	position: absolute;
	width: 160px;
	height: 49px;
	top:0;
	right:-22px;
	background-image: url(../../img/plan/limited_icon.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	z-index: 2;
}
@media screen and (max-width:640px) {
	.planRecommendBox.limited_icon .planRecommendBoxHead{
		margin: 40px 0 0;
	}
	.planRecommendBox.limited_icon:after {
		background-image: url(../../img/plan/limited_icon_sp.png);
		width: 92%;
		height: 100px;
		top:10px;
		left:4%;
	}
}

.planRecommendBoxHead {
    padding-bottom: 20px;
	border-bottom: 2px solid #A18100;
	margin-bottom: 30px;
}

.planRecommendBoxHead p {
    font-size: 20px;
    font-size: 2.0rem;
    color: #4C4C4C;
    padding-bottom: 16px;
}

.planRecommendBoxHead .plantit {
    font-size: 25px;
    font-size: 2.5rem;
	line-height: 34px;
	line-height: 3.4rem;
    text-align: left;
	color: #A18100;
}

.planRecommendBoxBottom {
	position: relative;
	overflow: hidden;
}

.planRecommendBox .img {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 30%;
	padding-top: 30%;
    float: left;
	position: relative;
}
.planRecommendBox .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.planRecommendBox .left {
	float: right;
	width: 66.5%;
}

.planRecommendBox .left .price {
    font-size: 35px;
    font-size: 3.5rem;
    color: #4c4c4c;
	margin-bottom: 20px;
	vertical-align: middle;
}
.planRecommendBox .left .price:after {
	content: "";
	display: block;
	clear: both;
}

.planRecommendBox .left b {
	font-weight: normal;
}
.planRecommendBox .priceval {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}
@media (min-width:641px) {
	.planRecommendBox .priceval {
		float: right;
	}
}
.planRecommendBox .price b {
	font-weight: normal;
}
@media (min-width:641px) {
	.planRecommendBox .price {
		text-align:right;
	}
}
.planRecommendBox .price strong {
	font-size: 2.6rem;
	font-weight: normal;
	padding-top: 5px;
}
.planRecommendBox .left .price .option {
	display: block;
	margin-top: 10px;
	padding-top: 5px;
	font-size: 1.6rem;
	font-weight: normal;
	white-space:nowrap;
}
.planRecommendBox .left .price .option > span + span {
	margin-left: 24px;
}
.planRecommendBox .left .price .option > span > span:after {
	content: "";
	display: inline-block;
	margin:0 5px 0 10px;
	width: 20px;
	height: 1px;
	background-size: 3px 1px;
	background-image: linear-gradient(to right,#000 1px,transparent 1px ,transparent 3px);
	background-repeat: repeat-x;
	vertical-align:35%;
}
@media screen and (max-width:640px) {
	.planRecommendBox .price strong {
		margin-right: 0;
		padding-top: 8px;
		width: 100%;
		font-size: 1.5rem;
    }
	.planRecommendBox .left .price .option {
		margin-top: 5px;
		font-size: 1.2rem;
	}
	.planRecommendBox .left .price .option > span {

	}
	.planRecommendBox .left .price .option > span > span:after {
		margin:0 .5rem 0 .8rem;
		width: 1.0rem;
	}
	.planRecommendBox .left .price .option > span + span {
		margin-left: 1.0rem;
	}
}

.planRecommendBox .left .price > span {
    color: #A18100;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 7px 35px;
	vertical-align: middle;
	display: inline-block;
    margin-right: 30px;
	border: 1px solid #ECE6CC;
}
@media (min-width:641px) {
	.planRecommendBox .left .price > span {
		margin-top: -5px;
	}
}

.planRecommendBox .left .text {
	font-size: 15px;
	font-size: 1.5rem;
	color: #4C4C4C;
	line-height: 1.7;
	margin-bottom: 30px;
}

.planRecommendBox .left .tokuten {
	padding: 28px 32px;
	position: relative;
	font-size: 0;
	margin-bottom: 20px;
	background-image: url(../../img/plan/tokuten_mark.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.planRecommendBox .left .tokuten:after,
.planRecommendBox .left .tokuten:before {
	content: '';
	display: block;
	position: absolute;
	background-color: #E7E2D2;
}

.planRecommendBox .left .tokuten:after {
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
}

.planRecommendBox .left .tokuten:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
}

.planRecommendBox .left .tokuten .tokutentit {
	margin-bottom: 15px;
}
.planRecommendBox .left .tokuten .tokutentit.mincho {font-size: 24px;font-weight: 700;color: #A18100;}

.planRecommendBox .left .tokuten .tokutentit:before,
.planRecommendBox .left .tokuten .tokutentit:after {
	content: '';
	display: block;
	position: absolute;
	background-color: #DAD3BC;
	z-index: 1;
}

.planRecommendBox .left .tokuten .tokutentit:before {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
}

.planRecommendBox .left .tokuten .tokutentit:after {
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
}

.planRecommendBox .left .tokuten p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #333333;
}

.planRecommendBox .left .tokuten p:after {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #CFC7AA;
	position: absolute;
	top: 0;
	right: 0;
}

.planRecommendBox .left .more {
	text-align: right;
}

.planRecommendBox .left .more a {
	max-width: 280px;
	width: 100%;
	height: 50px;
	position: relative;
}

.planRecommendBox .left .more a span {
	position: static;
}


@media screen and (max-width:640px) {
	.planRecommend {
    	padding: 10% 5%;
	}
	.planRecommend .recotit {
		padding-bottom: 9%;
	}
	.planRecommend .recotit img {
		width: auto;
		height: 32px;
		height: 10vw;
	}
	.planRecommendBox {
		padding: 6% 3%;
		border: 5px solid #FFF;
	}
	.planRecommendBox .in {
    	padding: 0;
	}
    .planRecommendBox figure {
        width: 100%;
        float: none;
    }
    .planRecommendBox .left {
        width: 100%;
        float: none;
    }
    .planRecommendBox .left .more a {
        float: none;
        margin: 0 auto;
    }
	.planRecommendBoxHead {
		padding-bottom: 7%;
		border-bottom: 1px solid #A18100;
		margin-bottom: 7%;
	}
	.planRecommendBox .img {
		width: 100%;
		padding-top: 100%;
		float: none;
		margin-bottom: 10%;
	}
	.planRecommendBox .left .tokuten {
		padding: 28px 22px;
		margin-bottom: 13%;
	}
	.planRecommendBox .left .tokuten .tokutentit {
    	margin-bottom: 6%;
	}
	.planRecommendBoxHead p {
		font-size: 11px;
		font-size: 1.1rem;
		padding-bottom: 3%;
	}
	.planRecommendBoxHead .plantit {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 23px;
		line-height: 2.2rem;
	}
	.planRecommendBox .left .price {
		font-size: 15px;
		font-size: 1.5rem;
		text-align: left;
		position: relative;
		padding: 5px 0 ;
		margin-bottom: 7%;
		text-align: center;
	}
	.planRecommendBox .left .price > span {
		display: block;
		margin-right: 0;
		border: 1px solid #DDD2A4;
		text-align: center;
		margin-bottom: 3%;
		font-size: 20px;
		font-size: 2.0rem;
	}
	.planRecommendBox .left .text {
		font-size: .9rem;
		line-height: 1.7rem;
		margin-bottom: 6%;
	}
	.planRecommendBox .left .tokuten p {
		font-size: .9rem;
		line-height: 1.7rem;
	}
	.planRecommendBox .left .more a {
    	max-width: 100%;
	}
	.planRecommendBox + .planRecommendBox {
    	margin-top: 20%;
	}
}

.planList {
	background-image: url(../../img/plan/list_bg.jpg);
	background-position: top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
    background-color: #1A1A1A;
	padding: 80px 20px 40px;
}

.planList > .in {
    max-width: 1180px;
	width: 100%;
	margin: auto;
}

.planList .listtit {
    text-align: center;
    padding-bottom: 50px;
}

.planList ul {
	text-align: left;
	max-width: 1180px;
	width: 100%;
	margin: auto;
	font-size: 0;
}

.planList li {
    display: inline-block;
	vertical-align: top;
	width: 30.5%;
	margin-bottom: 60px;
	padding-bottom: 80px;
	position: relative;
	background-color: #E9E9E9;
}
.planList li + li {
	margin-left: 4.2%;
}

.planList li figure {
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 65%;
	width: 100%;
	margin-bottom: 40px;
}
.planList li figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.planList li .info {
    text-align: left;
	margin: 0 30px 30px;
}

.planList li .info .copy {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 10px;
	color: #4C4C4C;
	line-height: 1.5;
}

.planList li .info .infotit {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bolder;
    margin-bottom: 20px;
	line-height: 1.5;
	color: #7E6606;
}

.planList li .info .price {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: right;
	position: relative;
	padding: 5px 0 5px 110px;
	margin-bottom: 20px;
	line-height: 1.6;
}

.planList li .info .price b {
    font-size: 16px;
    font-size: 1.6rem;
	font-weight: normal;
}
.planList li .info .price strong {
    font-size: 13px;
    font-size: 1.3rem;
	font-weight: normal;
}

.planList li .info .price > span {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 7px 0;
	width: 100px;
    color: #fff;
	border: 1px solid #7E6606;
	color: #7E6606;
	position: absolute;
	left: 0;
	margin: auto;
	text-align: center;
	top: 0;
}
.planList li .info .price .option {
	display: block;
	margin-top: 5px;
	font-size: 1.1rem;
}
.planList li .info .price .option > span + span {
	margin-left: 24px;
}
.planList li .info .price .option > span > span:after {
	content: "";
	display: inline-block;
	margin:0 5px 0 10px;
	width: 10px;
	height: 1px;
	background-size: 3px 1px;
	background-image: linear-gradient(to right,#000 1px,transparent 1px ,transparent 3px);
	background-repeat: repeat-x;
	vertical-align:20%;
}
@media (min-width:640px) {
	.planList li .info .price .option > span {
		display: block;
	}
}
@media screen and (max-width:640px) {
	.planList li .info .price .option {
		font-size: 1.2rem;
	}
	.planList li .info .price .option > span {

	}
	.planList li .info .price .option > span > span:after {
		margin:0 .5rem 0 .8rem;
		width: 1.0rem;
	}
	.planList li .info .price .option > span + span {
		margin-left: 1.0rem;
	}
}

.planList li .more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #DFDAD8;
}

.planList li .more a {
	height: 40px;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	top: 0;
	margin: auto;
}
.planList .limited_icon:after {
	content: "";
	position: absolute;
	width: 140px;
	height: 44px;
	top:0;
	right:-6px;
	padding-top: 60%;
	background-image: url(../../img/plan/limited_icon_s.png);
	background-repeat: no-repeat;
	background-position: bottom;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	z-index: 2;
}

@media screen and (max-width:640px) {
	.planList li.limited_icon .info{
		padding-top: 12%;
	}
	.planList .limited_icon:after {
		background-image: url(../../img/plan/limited_icon_sp.png);
		width: 92%;
		height: 33px;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		padding-top: 68%;
		background-position: bottom;
	}
}


@media screen and (min-width:801px) {
	.planList li:nth-child(3n+4) {
		margin-left: 0;
	}
}
@media screen and (max-width:800px) {
	.planList .listtit {
		padding-bottom: 8%;
	}
	.planList li {
		width: 48%;
	}
	.planList li + li {
		margin-left: 4%;
	}
	.planList li:nth-child(2n+1) {
		margin-left: 0;
	}
	.planList li .info .copy,
	.planList li .info .infotit {
		height: auto !important;
	}
}
@media screen and (max-width:640px) {
	.planList {
		padding: 10% 5%;
	}
	.planList .listtit img {
		width: auto;
		height: 45px;
		height: 14vw;
	}
    .planList li {
        width: 100%;
		margin-bottom: 15%;
    }
	.planList li + li {
		margin-left: 0;
	}
	.planList li figure {
		margin-bottom: 5%;
	}
	.planList li .info {
		margin: 0 2.5% 5%;
	}
	.planList li .info .copy {
		margin-bottom: 2%;
		font-size: 11px;
		font-size: 1.1rem;
	}
	.planList li .info .infotit {
		margin-bottom: 3%;
		padding-bottom: 3%;
		font-size: 1.5rem;
	}
	
	.planList li .info .price {
		text-align: center;
		padding: 5px 0;
	}
	
	.planList li .info .price > span {
		color: #A18100;
		display: block;
		margin-right: 0;
		border: 1px solid #DDD2A4;
		text-align: center;
		margin-bottom: 3%;
		font-size: 20px;
		font-size: 2.0rem;
		position: static;
		width: 100%;
	}
	.planList li .info .price b {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.planList li .limited_icon_sp{
		display: block;
		text-align: center;
		margin: 0 0 20px;
	}
	.planList li .limited_icon_pc{
	display: none;
	}

}


/*planDetail*/
.planDetail {
	padding: 80px 20px 70px;
	background-image: url(../../img/plan/bg.jpg);
	background-position: center center;
	background-color: #000;
}

.planDetail.type02 .title01 {
	margin-bottom: 40px;
	text-align: center;
}

.planDetailIn {
    max-width: 1180px;
	margin: auto;
	background-color: #FFF;
}

.planDetail.type02 .planDetailIn {
    max-width: 1600px;
}

.planDetail h3 {
    text-align: center;
    padding-bottom: 30px;
}

.planDetailBox {
	padding: 40px 30px;
	position: relative;
}

.planDetailBox.limited_icon:after {
	content: "";
	position: absolute;
	width: 140px;
	height: 44px;
	top:10px;
	right:-6px;
	background-image: url(../../img/plan/limited_icon.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}

@media screen and (max-width:640px) {
	.planDetailBox.limited_icon:after {
		background-image: url(../../img/plan/limited_icon_sp.png);
		width: 100%;
		height: 100px;
		top:0;
		left:0;
	}
}


.planDetail.type02 .planDetailBox {
	padding: 20px;
	position: relative;
}
.planDetail.type02 .planDetailBox:before {
	content: '';
	display: block;
	border: 1px solid #E5E0CD;
	position: absolute;
	top: 20px;
	bottom: 20px;
	right: 20px;
	left: 20px;
}

.planDetail.type02 .planDetailBox > * {
	position: relative;
}

.planDetailIn + .planDetailIn {
	margin-top: 100px;
}
.planDetailTopWrap {
	padding: 70px 80px 0;
}
@media screen and (max-width:640px) {
	.planDetail {
    	padding: 0 2.5% 3%;
	}
	.planDetailIn {
		padding: 5% 4%;
		margin-bottom: 0;
	}
	.planDetailBox {
		padding: 0;
	}
	.planDetailIn + .planDetailIn {
		margin-top: 15%;
	}
	.planDetail.type02 .planDetailBox:before {
		top: 10px;
		bottom: 10px;
		right: 10px;
		left: 10px;
	}
}
.planDetailBoxHead {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #A18100;
}

.planDetailBoxHead p {
    font-size: 20px;
    font-size: 2.0rem;
	margin-bottom: 15px;
    color: #4C4C4C;
}

@media screen and (max-width:640px) {
.limited_icon .planDetailBoxHead p {
	padding: 30px 0 0;
	}
}

.planDetailBoxHead .plantit {
    font-size: 25px;
    font-size: 2.5rem;
	font-weight: bold;
    text-align: left;
	color: #A18100;
	line-height: 1.3;
}

.planDetail.type02 .planDetailBoxHead .plantit {
	font-weight: normal;
}

.planDetailBoxBottom {
	margin-bottom: 30px;
}

.planDetailBoxBottom:after {
    content: "";
    clear: both;
    display: block;
}

.planDetailBoxBottom figure {
    width: 35%;
    float: left;
}

.planDetailBoxBottom figure img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:640px) {
    .planDetailBoxBottom figure {
        width: 100%;
        float: none;
		margin-bottom: 10%;
    }
}

.planDetailBoxBottom .right {
    width: 62%;
    float: right;
}

.planDetailBoxBottom .right .price {
	font-size: 35px;
	font-size: 3.5rem;
	color: #4c4c4c;
	margin-bottom: 25px;
	vertical-align: middle;
	text-align: left;
}
@media screen and (min-width:641px) {
	.planDetailBoxBottom .right .price {
		text-align: right;
	}
}
.planDetailBoxBottom .right .price:after {
	content: "";
	display: block;
	clear: both;
}

.planDetailBoxBottom .right .priceval {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
}
@media screen and (min-width:641px) {
	.planDetailBoxBottom .right .priceval {
		float: right;
	}
}
.planDetailBoxBottom .right .price b {
	font-weight: normal;
}

.planDetailBoxBottom .right .price strong {
	font-size: 2.6rem;
	font-weight: normal;
	margin-right: -6px;
	padding-top: 5px;
}
.planDetailBoxBottom .right .price .option {
	display: block;
	margin-top: 10px;
	font-size: 1.8rem;
}
.planDetailBoxBottom .right .price .option > span {

}
.planDetailBoxBottom .right .price .option > span + span {
	margin-left: 24px;
}
.planDetailBoxBottom .right .price .option > span > span:after {
	content: "";
	display: inline-block;
	margin:0 5px 0 10px;
	width: 20px;
	height: 1px;
	background-size: 3px 1px;
	background-image: linear-gradient(to right,#000 1px,transparent 1px ,transparent 3px);
	background-repeat: repeat-x;
	vertical-align:35%;
}
@media screen and (max-width:640px) {
	.planDetailBoxBottom .right .price strong {
		font-size: 1.5rem;
		margin-right: 0;
		padding-top: 8px;
    }
	.planDetailBoxBottom .right .price .option {
		display: block;
		margin-top: .1rem;
		font-size: 1.3rem;
	}
	.planDetailBoxBottom .right .price .option > span {

	}
	.planDetailBoxBottom .right .price .option > span > span:after {
		margin:0 .5rem 0 .8rem;
		width: 1.0rem;
	}
	.planDetailBoxBottom .right .price .option > span + span {
		margin-left: 1.0rem;
	}
}

.planDetailBoxBottom .right .price > span {
	color: #A18100;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 7px 35px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 30px;
	border: 1px solid #ECE6CC;
}
@media (min-width:641px) {
	.planDetailBoxBottom .right .price > span {
		margin-top: -5px;
	}
}


.planDetailBoxBottom .right .text {
    font-size: 15px;
    font-size: 1.5rem;
    color: #4c4c4c;
    line-height: 1.8;
	margin-bottom: 19px;
	padding-bottom: 13px;
	border-bottom: 2px solid #E5E0CD;
}
@media screen and (max-width:640px) {
    .planDetailBoxBottom .right {
        width: 100%;
        float: none;
    }
}

.planDetailBoxBottom .dl01 {
	display: table;
	width: 100%;
}

.planDetailBoxBottom .dl01 + .dl01 {
	margin-top: 20px;
}

.planDetailBoxBottom .dl01 dt {
	display: table-cell;
	width: 15%;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 5px 0;
    text-align: center;
    font-weight: normal;
	color: #A18100;
	border: 1px solid #E5E0CD;
	vertical-align: middle;
}

.planDetailBoxBottom .dl01 dd {
	display: table-cell;
	vertical-align: middle;
	width: 85%;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 5px 0 5px 20px;
	color: #4C4C4C;
	line-height: 1.5;
}
@media screen and (max-width:640px) {
    .planDetailBoxBottom table th,
    .planDetailBoxBottom table td {
        width: 90%;
		padding: 5%;
        display: block;
    }
	.planDetailBoxBottom .tokuten dt {
		padding-bottom: 5%;
	}
	.planDetailBoxBottom table td {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.planDetailBoxBottom .tokuten dd span {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 18px;
		line-height: 1.8rem;
	}
	.planDetailBoxBottom .tokuten dl {
		padding: 10% 5%;
	}
}


.planDetail .tokuten {
    background-color: #F5F3EA;
    padding: 20px 0;
    margin-bottom: 20px;
	border-top: 1px solid #D7CA96;
	background-image: url(../../img/plan/tokuten_mark02.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 35px;
	display: table;
	width: 100%;
}

.planDetail .tokuten dt,
.planDetail .tokuten dd {
	vertical-align: middle;
	display: table-cell;
}

.planDetail .tokuten dt {
    text-align: center;
	width: 15%;
	font-size: 20px;
	font-size: 2.0rem;
	color: #A18100;
	border-right: 1px solid #D7CA96;
	letter-spacing: 5px;
}

.planDetail .tokuten dd {
    text-align: left;
	font-size: 15px;
	font-size: 1.5rem;
	color: #A18100;
	padding: 0 25px;
	font-weight: normal;
	line-height: 1.4;
}

.planDetailPlanWrap {
	padding: 50px 80px 80px;
	background-color: #F5F3EA;
}
.planDetailPlan .subtit {
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}
.planDetailPlan .subtit span.mincho {font-size: 24px;text-align: center;font-weight: 700;line-height: 1.7;letter-spacing: 0.1em;color: #A18100;}
.planDetailPlan + .planDetailPlan {
	margin-top: 60px;
}

.planDetailPlan .subtit:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #DAD3BC;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.planDetailPlan .subtit span {
	padding: 0 40px;
	background-color: #FFF;
	position: relative;
	display: inline-block;
}

.planDetailPlan table {
    width: 100%
}

.planDetail.type02 .planDetailPlan table caption {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: normal;
	color: #A18100;
	margin-bottom: 30px;
}

.planDetailPlan table th {
    background-color: #fbfbf9;
    font-size: 15px;
    font-size: 1.5rem;
    color: #a18100;
    padding: 20px 3px;
    width: 15%;
    text-align: center;
	font-weight: bolder;
}

.planDetailPlan table td {
    color: #4c4c4c;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 20px;
}
.planDetailPlan table td strong {
	margin-left: 10px;
	color: #de6e91;
}

.planDetail.type02 .planDetailPlan table th {
	background-color: #FBFBF9;
}

.planDetail.type02 .planDetailPlan table td {
	background-color: #FFFFFF;
}

.planDetailPlan table th,
.planDetailPlan table td {
    border: solid 1px #ece6cc;
}

@media screen and (max-width:1100px) {
	.planDetailTopWrap {
		padding: 5% 5% 0;
	}
	.planDetailPlanWrap {
    	padding: 5% 8% 5%;
	}
}
@media screen and (max-width:640px) {
	.planDetail.type02  {
		padding-top: 8%;
	}
	.planDetail.type02 .planDetailPlan table caption {
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: normal;
		margin-bottom: 8%;
	}
	.planDetailPlanWrap {
    	padding-right: 3%;
    	padding-left: 3%;
	}
	.planDetail.type02 .title01 img {
		width: auto;
		height: 10vw;
	}
	.planDetail.type02 .title01 {
    	margin-bottom: 10%;
	}
	.planDetail.type02 .planDetailIn {
    	padding: 1% 1%;
	}
	.planDetailTopWrap {
    	padding: 0;
	}
	.planDetail.type02 .planDetailBox {
    	padding: 3%;
	}
	.planDetailPlan + .planDetailPlan {
		margin-top: 3.0rem;
	}
	.planDetailPlan .subtit {
		margin-bottom: 7%;
	}
    .planDetailPlan table th,
    .planDetailPlan table td {
        width: 90%;
        display: block;
    }
    .planDetailPlan table th {
		padding: 4% 5%;
		font-size: 14px;
		font-size: 1.4rem;
    }
	.planDetailPlan table td {
		padding: 3% 5%;
		font-size: .9rem;
		line-height: 1.7rem;
	}
	.planDetailPlan table.priceTable {
    	border-top: 1px solid #e0e0e0;
	}
    .planDetailPlan table.priceTable th {
		padding: 4% 5%;
    	border: 0;
    	border-bottom: 1px solid #ece6cc;
    	width: 20%;
    	float: left;
    	clear: both;
    	font-size: 1.2rem;
    	line-height: 1.7rem;
    }
    .planDetailPlan table.priceTable td {
    	border: 0;
    	border-bottom: 1px solid #ece6cc;
		padding: 4% 0 4% 35%;
    	width: 100%;
    	font-size: 1.2rem;
    	line-height: 1.7rem;
    	box-sizing: border-box;
    }
	.planDetailBoxBottom .right .price {
		font-size: 18px;
		font-size: 1.8rem;
		position: relative;
		margin-bottom: 20px;
		text-align: center;
	}
	.planDetailBoxBottom .right .price > span {
		color: #A18100;
		display: block;
		margin-right: 0;
		border: 1px solid #DDD2A4;
		text-align: center;
		margin-bottom: 3%;
		font-size: 20px;
		font-size: 2.0rem;
		position: static;
		width: 100%;
		padding: 7px 0;
	}
	.planDetailBoxBottom .right .price b {
		font-weight: normal;
	}
	.planDetailBoxHead {
		padding: 6% 0;
		margin-bottom: 9%;
	}
	.planDetailBoxHead p {
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 3%;
	}
	.planDetailBoxHead .plantit {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3;
	}

	.planDetailBoxBottom .right .text {
		font-size: .9rem;
		line-height: 1.7rem;
		margin-bottom: 10%;
	}
	.planDetailBoxBottom table {
		margin-bottom: 15%;
	}
	.planDetailPlan .subtit span {
		padding: 0 10px;
		display: inline-block;
		width: 60%;
		font-size: 1.0rem;
	}
	.planDetailPlan.pricingexample h5 span {
		width: 46%;
	}
	.planDetailPlan .subtit span img {
		width: 100%;
	}
	.planDetailBoxBottom .tokuten {
		margin-bottom: 15%;
	}
	.planDetailPlan {
    	margin-bottom: 0;
	}
	
	.planDetailBoxBottom .dl01 {
		display: block;
	}
	
	.planDetailBoxBottom .dl01 + .dl01 {
		margin-top: 8%;
	}
	
	.planDetailBoxBottom .dl01 dt {
		display: inline-block;
		width: auto;
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: normal;
		padding: 10px 20px;
		margin-bottom: 3%;
	}
	
	.planDetailBoxBottom .dl01 dd {
		display: block;
		width: 100%;
		padding: 0;
		font-size: .9rem;
		line-height: 1.7rem;
	}
	

	.planDetail .tokuten {
		margin-bottom: 20%;
		display: table;
	}
	
	.planDetail .tokuten dt,
	.planDetail .tokuten dd {
		vertical-align: middle;
		display: table-cell;
	}
	
	.planDetail .tokuten dt {
		text-align: center;
		width: 15%;
	}
	
	.planDetail .tokuten dd {
		padding: 0 15px;
		font-size: .9rem;
		line-height: 1.7rem;
	}
	.planDetailPlan .subtit span.mincho {font-size: 4.8vw;text-align: center;font-weight: 700;line-height: 1.7;letter-spacing: 0.05em;color: #A18100;}

}

.planDetailMore {
    text-align: center;
    background-color: #FFF;
    padding: 50px 0;
    margin: 0 auto;
}

.planDetailMore a {
    max-width: 280px;
	width: 100%;
}

@media screen and (max-width:640px) {
	.planDetailMore {
    	padding: 5% 0;
	}
	.planDetailMore a {
		width: 90%;
		height: 50px;
	}
}
.mincho {font-family: source-han-serif-japanese,serif;}
