.planDetailPlan table th {
	font-weight: bold
}
@media screen and (max-width: 460px) {
	.planDetailPlan table th {
		font-weight: normal;
		-webkit-text-stroke: 0.4px
	}
}
@font-face {
	font-family: 'berthold_walbaum_bookregular';
	src: url("../common/font/berthold_walbaum_book_regular-webfont.eot");
	src: url("../common/font/berthold_walbaum_book_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../common/font/berthold_walbaum_book_regular-webfont.woff2") format("woff2"), url("../common/font/berthold_walbaum_book_regular-webfont.woff") format("woff"), url("../common/font/berthold_walbaum_book_regular-webfont.ttf") format("truetype"), url("../common/font/berthold_walbaum_book_regular-webfont.svg#berthold_walbaum_bookregular") format("svg");
	font-weight: normal;
	font-style: normal
}
.planRecommendBox .left .price dt span, .planList li .info .price dt span, .planDetailBoxBottom .right .price dt span {
	font-family: 'berthold_walbaum_bookregular';
	letter-spacing: 0.06em
}
.planRecommendBox .left .price dd, .planRecommendBox .left .tokuten .tokutentit, .planRecommendBoxHead .plantit, .planList li .info .infotit, .planList li .info .price dd, .planDetail .tokuten dt, .planDetailBoxHead .plantit, .planDetailBoxBottom .right .price dd, .planDetailPlan .titsub {
	font-family: 'source-han-serif-japanese', serif;
	font-kerning: normal
}
.planRecommendBox .left .tokuten .tokutentit, .planDetail .tokuten dt {
	font-weight: 400
}
.planRecommendBox .left .price dd, .planList li .info .price dd, .planDetailBoxBottom .right .price dd {
	font-weight: 500
}
.planRecommendBoxHead .plantit, .planList li .info .infotit, .planDetailBoxHead .plantit, .planDetailPlan .titsub {
	font-weight: 600
}
.side_btn {
	transform: translateX(0)
}
.planMain {
	padding: 215px 0px 75px 0px
}
.planMain h2 {
	text-align: center
}
@media screen and (max-width: 460px) {
	.planMain {
		padding: 75px 0 30px 0
	}
}
.planRecommend {
	padding: 80px 20px;
	background-image: url(../img/plan/recommend_bg.jpg);
	background-position: center 0;
	background-size: cover
}
.no-touchevents .planRecommend {
	background-attachment: fixed
}
@media screen and (max-width: 460px) {
	.planRecommend {
		padding: 40px 16px;
		background-image: url(../img/plan/recommend_bg_sp.jpg);
		background-size: 100% auto;
		background-repeat: repeat-y
	}
}
.planRecommend>.in {
	max-width: 1180px;
	width: 100%;
	margin: auto
}
.planRecommend .title {
	text-align: center;
	padding-bottom: 50px
}
@media screen and (max-width: 460px) {
	.planRecommend .title {
		padding-bottom: 25px;
		line-height: 1
	}
	.planRecommend .title img {
		max-height: 42px;
		width: auto !important
	}
}
.planRecommend .leaf {
	width: 100%;
	position: relative
}
@media screen and (max-width: 460px) {
	.planRecommend .leaf {
		display: none
	}
}
.planRecommend .leaf>img {
	position: absolute
}
.planRecommend .leaf .p01 {
	left: 7%;
	top: 20px
}
.planRecommend .leaf .p02 {
	left: 15%;
	top: -10px
}
.planRecommend .leaf .p03 {
	right: 8%;
	top: 40px
}
.planRecommendBox {
	max-width: 1110px;
	margin: 0 auto;
	border: 6px solid #fff;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 44px;
	box-sizing: border-box;
	position: relative;
	z-index: 0
}
.planRecommendBox:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../common/img/planbox_deco01.png), url(../common/img/planbox_deco02.png);
	background-position: 0 0, bottom right;
	background-size: 72px auto, 72px auto;
	background-repeat: no-repeat, no-repeat
}
@media screen and (max-width: 460px) {
	.planRecommendBox:before {
		background-size: 30px auto, 30px auto
	}
}
@media screen and (max-width: 460px) {
	.planRecommendBox {
		padding: 25px 15px;
		border: 3px solid #FFF
	}
}
.planRecommendBox+.planRecommendBox {
	margin-top: 50px
}
@media screen and (max-width: 460px) {
	.planRecommendBox+.planRecommendBox {
		margin-top: 20px
	}
}
.planRecommendBox>.in {
	position: relative
}
@media screen and (max-width: 460px) {
	.planRecommendBox .in {
		padding: 0
	}
}
@media screen and (max-width: 460px) {
	.planRecommendBox .figure {
		width: 100%;
		float: none
	}
}
.planRecommendBox .img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 34.6%;
	padding-top: 34.6%;
	float: left;
	position: relative;
}
@media screen and (max-width: 460px) {
	.planRecommendBox .img {
		width: 100%;
		padding-top: 100%;
		float: none;
		margin-bottom: 25px
	}
}
.planRecommendBox .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.planRecommendBox .left {
	float: right;
	width: 61.3%
}
@media screen and (max-width: 460px) {
	.planRecommendBox .left {
		width: 100%;
		float: none
	}
}
.planRecommendBox .left .price {
	margin-bottom: 20px;
	width: 100%;
	color: #1a1a1a;
	text-align: left
}
@media screen and (min-width: 461px) {
	.planRecommendBox .left .price {
		text-align:right;
		/* display: table; */
	}
}
@media screen and (max-width: 460px) {
	.planRecommendBox .left .price {
		margin-bottom: 25px;
		text-align: center;
		font-size: 0;
		letter-spacing: 0
	}
}
@media screen and (max-width: 320px) {
	.planRecommendBox .left .price {
		width: 106%;
		margin-left: -4%;
	}
}
.planRecommendBox .left .price dt {
	display: inline-block;
	vertical-align: middle;
	color: #bd9a4f;
	text-align: center;
	padding: 8px 0 0
}
@media screen and (min-width: 461px) {
	.planRecommendBox .left .price dt {
		/* display: table-cell; */
	}
}
@media screen and (max-width: 460px) {
	.planRecommendBox .left .price dt {
		padding: 2px 0 0
	}
}
.planRecommendBox .left .price dt span {
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	display: inline-block;
	width: 60px;
	text-align: center
}
@media screen and (max-width: 460px) {
	.planRecommendBox .left .price dt span {
		font-size: 16px;
		font-size: 1.6rem;
		width: 55px
	}
}
.planRecommendBox .left .price dt span:before {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	border: 1px solid #bd9a4f;
	border-radius: 50%
}
@media screen and (max-width: 460px) {
	.planRecommendBox .left .price dt span:before {
		width: 55px;
		height: 55px;
		margin-top: -29px
	}
}
.planRecommendBox .left .price dd {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	padding: 0 3%;
	color: #1a1a1a;
	font-size: 40px;
	font-size: 4rem;
	letter-spacing: 0.08em;
	line-height: 1.2;
}
@media screen and (min-width: 461px) {
	.planRecommendBox .left .price dd {
		/* display: table-cell; */
	}
}
@media screen and (max-width: 460px) {
	.planRecommendBox .left .price dd {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.3;
		text-align: left;
		width: 70%;
		padding: 0 0 0 10px
	}
}
.planRecommendBox .left .price dd b {
	font-weight: normal
}
.planRecommendBox .left .price .smalltxt {
	font-size: 2.2rem;
}
.planRecommendBox .left .price .smalltxt > span + span {
	margin-left: 20px;
}
.planRecommendBox .left .price .smalltxt > span > span:after {
	content: "";
	display: inline-block;
	margin:0 10px 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:30%;
}
@media screen and (max-width: 460px) {
	.planRecommendBox .left .price .smalltxt > span > span:after {
		margin:0 5px 0 5px;
		width: 10px;
	}
	.planRecommendBox .left .price .smalltxt {
		margin-top: 10px;
		display: block;
		font-size: 1.2rem;
	}
	.planRecommendBox .left .price .smalltxt > span {
		display: block;
	}
	.planRecommendBox .left .price .smalltxt > span + span {
		margin-top: 5px;
		margin-left: 0;
	}
}
.planRecommendBox .left .txt {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2.0;
	letter-spacing: 0.06em;
	color: #1a1a1a;
	margin-bottom: 10px
}
@media screen and (max-width: 460px) {
	.planRecommendBox .left .txt {
		margin-bottom: 5px;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.8
	}
	.planRecommendBox .left .txt:after {
		content: '';
		display: block;
		clear: both
	}
}
.planRecommendBox .left .txt .img {
	width: 41%;
	height: 91%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: 20px
}
@media screen and (max-width: 460px) {
	.planRecommendBox .left .txt .img {
		position: static;
		float: left;
		width: 37.9%;
		height: 0;
		padding-top: 37.9%;
		top: 0;
		left: 0;
		margin-right: 20px
	}
}
.planRecommendBox .left .link {
	z-index: 3;
	text-align: right
}
.planRecommendBox .left .link a {
	margin: auto;
	max-width: 260px;
	width: 100%
}
@media screen and (max-width: 460px) {
	.planRecommendBox .left .link a {
		min-width: 100%
	}
}
.planRecommendBox .left .link a span {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px
}
@media screen and (max-width: 460px) {
	.planRecommendBox .left .link a span {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 18px
	}
}
.planRecommendBox .left .tokuten {
	padding: 30px 45px;
	position: relative;
	font-size: 0;
	margin-bottom: 20px;
	background-color: rgba(242, 238, 226, 0.8)
}
@media screen and (max-width: 460px) {
	.planRecommendBox .left .tokuten {
		padding: 20px;
		margin-bottom: 15px
	}
}
.planRecommendBox .left .tokuten:before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border: 1px solid #d6c193
}
.planRecommendBox .left .tokuten .tokutentit {
	font-size: 20px;
	font-size: 2rem;
	line-height: 0.7;
	letter-spacing: 0.08em;
	color: #bd9a4f;
	background-image: url(../common/img/title_deco02.png);
	background-position: 0 center;
	background-size: 22px auto;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 15px
}
@media screen and (max-width: 460px) {
	.planRecommendBox .left .tokuten .tokutentit {
		font-size: 17px;
		font-size: 1.7rem;
		margin-bottom: 10px;
		padding-left: 20px;
		background-size: 13px auto
	}
}
.planRecommendBox .left .tokuten p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2.0;
	letter-spacing: 0.06em
}
@media screen and (max-width: 460px) {
	.planRecommendBox .left .tokuten p {
		font-size: 12px;
		font-size: 1.2rem
	}
}
.planRecommendBox.limited_icon:after {
	content: "";
	position: absolute;
	width: 160px;
	height: 49px;
	top: 0;
	right: -13px;
	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 10px
	}
	.planRecommendBox.limited_icon:after {
		background-image: url(../img/plan/limited_icon_sp.png);
		width: 170px;
		height: 32px;
		top: 15px;
		left: 0;
		right: 0;
		margin: auto
	}
}
.planRecommendBoxHead {
	margin-bottom: 15px
}
.planRecommendBoxHead p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.0;
	letter-spacing: 0.08em
}
@media screen and (max-width: 460px) {
	.planRecommendBoxHead p {
		font-size: 10px;
		font-size: 1rem;
		font-weight: 700;
		line-height: 1.9;
		padding-bottom: 5px
	}
}
.planRecommendBoxHead .plantit {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #808028;
	text-align: left
}
@media screen and (max-width: 460px) {
	.planRecommendBoxHead .plantit {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.75
	}
}
@media screen and (max-width: 320px) {
	.planRecommendBoxHead .plantit br {
		display: none;
	}
}
.planRecommendBoxBottom {
	position: relative;
	overflow: hidden
}
@media screen and (max-width: 320px) {
	.planRecommendBoxBottom {
		overflow: visible;
	}
}
.planList {
	background-image: url(../img/plan/plan_bg.jpg);
	background-position: 0 center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 90px 0 40px
}
.no-touchevents .planList {
	background-attachment: fixed
}
@media screen and (max-width: 460px) {
	.planList {
		padding: 40px 0 20px
	}
}
.planList>.in {
	width: 100%;
	margin: auto
}
.planList .title {
	line-height: 1;
	text-align: center;
	padding-bottom: 75px
}
@media screen and (max-width: 460px) {
	.planList .title {
		padding-bottom: 40px
	}
	.planList .title img {
		max-height: 16px;
		width: auto !important
	}
}
.planList .limited_icon .copy {
	padding-top: 20px
}
.planList ul {
	text-align: left;
	max-width: 1320px;
	width: 100%;
	margin: auto;
	font-size: 0
}
.planList li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-bottom: 40px
}
@media screen and (max-width: 460px) {
	.planList li {
		width: 100%;
		display: block;
		margin-bottom: 20px
	}
}
.planList li>.wrap {
	max-width: 560px;
	width: auto;
	margin-right: 0;
	margin-left: 3.1%;
	padding: 40px;
	background-color: #fff;
	position: relative
}
@media screen and (max-width: 460px) {
	.planList li>.wrap {
		margin-right: 0;
		margin-left: 0;
		padding: 30px 15px;
		max-width: 100%;
		width: auto
	}
}
.planList li>.wrap:before {
	position: absolute;
	content: '';
	display: block;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	background-image: url(../common/img/optbox_deco03.png), url(../common/img/optbox_deco04.png);
	background-position: 0 0, right bottom;
	background-size: 42px auto, 42px auto;
	background-repeat: no-repeat, no-repeat
}
@media screen and (max-width: 460px) {
	.planList li>.wrap:before {
		top: 6px;
		bottom: 6px;
		left: 6px;
		right: 6px;
		background-size: 30px auto, 30px auto
	}
}
.planList li:nth-child(odd)>.wrap {
	margin-left: 0;
	margin-right: 3.1%
}
@media screen and (max-width: 460px) {
	.planList li:nth-child(odd)>.wrap {
		margin-left: 0;
		margin-right: 0
	}
}
.planList li figure {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 270px;
	width: 45%;
	position: absolute;
	left: 0;
	top: 0
}
@media screen and (max-width: 460px) {
	.planList li figure {
		width: 78px;
		height: 78px;
		min-height: 0;
		top: auto;
	}
}
.planList li figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.planList li .info {
	width: auto;
	max-width: 280px;
	min-height: 270px;
	text-align: left;
	padding-left: 50%;
	position: relative
}
@media screen and (max-width: 460px) {
	.planList li .info {
		margin: 0;
		padding-left: 0;
		min-height: 0;
		max-width: 100%
	}
}
.planList li .info .copy {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-bottom: 5px
}
@media screen and (max-width: 460px) {
	.planList li .info .copy {
		margin-bottom: 5px;
		font-size: 9px;
		font-size: .9rem;
		font-weight: 700
	}
}
.planList li .info .infotit {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #808028;
	margin-bottom: 20px;
	min-height: 60px
}
@media screen and (max-width: 460px) {
	.planList li .info .infotit {
		min-height: 0;
		margin-bottom: 10px;
		font-size: 11px;
		font-size: 1.1rem
	}
}
@media screen and (max-width: 320px) {
	.planList li .info .infotit br {
		display: none;
	}
}
.planList li .info .price {
	padding-bottom: 50px;
	width: 100%;
	color: #1a1a1a;
	text-align: left
}
@media screen and (max-width: 460px) {
	.planList li .info .price {
		margin-bottom: 18px;
		width: calc(100% - 88px);
		padding-left: 88px;
		padding-top: 0;
		padding-bottom: 0
	}
}
.planList li .info .price dt {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	color: #bd9a4f;
	text-align: center;
	padding: 2px 0 0;
	line-height: 2.0
}
.planList li .info .price dt span {
	font-size: 10px;
	font-size: 1rem;
	position: relative;
	display: inline-block;
	width: 42px;
	text-align: center
}
@media screen and (max-width: 460px) {
	.planList li .info .price dt span {
		font-size: 9px;
		font-size: .9rem;
		width: 30px
	}
}
.planList li .info .price dt span:before {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	content: '';
	display: block;
	width: 42px;
	height: 42px;
	box-sizing: border-box;
	border: 1px solid #bd9a4f;
	border-radius: 50%
}
@media screen and (max-width: 460px) {
	.planList li .info .price dt span:before {
		width: 30px;
		height: 30px;
		margin-top: -15px
	}
}
.planList li .info .price dd {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding: 0 0 0 50px;
	color: #1a1a1a;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.08em
}
.planList li .info .price dd .smalltxt {
	margin-top: 5px;
}
.planList li .info .price dd .smalltxt > span {
	display: block;
}
.planList li .info .price dd .smalltxt > span > span:after {
	content: "";
	display: inline-block;
	margin:0 10px 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:25%;
}
@media screen and (max-width: 460px) {
	.planList li .info .price dd .smalltxt {
		font-size:1.2rem ;
	}
	.planList li .info .price dd .smalltxt > span > span:after {
		margin:0 5px 0 5px;
		width: 10px;
	}
	.planList li .info .price dd {
		font-size: 13px;
		font-size: 1.3rem;
		padding: 5px 0 0 35px
	}
}
.planList li .info .price dd b {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal
}
@media screen and (max-width: 460px) {
	.planList li .info .price dd b {
		font-size: 13px;
		font-size: 1.3rem
	}
}
.planList li .info .link {
	position: absolute;
	bottom: 0;
	width: 50%;
	max-width: 280px
}
@media screen and (max-width: 460px) {
	.planList li .info .link {
		width: calc(100% - 88px);
		padding-left: 88px;
		position: static
	}
}
.planList li .info .link a span {
	padding: 20px;
	font-size: 14px;
	font-size: 1.4rem
}
@media screen and (max-width: 460px) {
	.planList li .info .link a span {
		padding: 17px;
		font-size: 12px;
		font-size: 1.2rem
	}
}
.planList .limited_icon:after {
	content: "";
	position: absolute;
	width: 140px;
	height: 44px;
	top: 10px;
	right: -6px;
	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 .limited_icon .info {
		padding-top: 4%
	}
	.planList .limited_icon:after {
		background-image: url(../img/plan/limited_icon_sp.png);
		width: 170px;
		height: 32px;
		top: 15px;
		left: 0;
		right: 0;
		margin: auto
	}
}
.planDetail {
	padding: 80px 0 70px;
	background-image: url(../img/plan/detail_bg_deco_lft01.jpg), url(../img/plan/detail_bg_deco_lft02.jpg), url(../img/plan/detail_bg_deco_rgt01.jpg), url(../img/plan/detail_bg_deco_rgt02.jpg), url(../img/plan/detail_bg.jpg);
	background-position: left 75px, left 620px, right 65px, right 1380px, center 0;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
	background-size: 424px auto, 430px auto, 460px auto, 410px auto, 100% auto;
	background-blend-mode: multiply
}
.ie .planDetail {
	background-image: url(../img/plan/detail_bg_deco_lft01e.jpg), url(../img/plan/detail_bg_deco_lft02e.jpg), url(../img/plan/detail_bg_deco_rgt01e.jpg), url(../img/plan/detail_bg_deco_rgt02e.jpg);
	background-position: left 75px, left 620px, right 65px, right 1380px;
	background-size: 424px auto, 430px auto, 460px auto, 410px auto, 100% auto;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-blend-mode: normal;
	background-color: #f2eee2
}
@media screen and (max-width: 460px) {
	.planDetail {
		padding: 40px 0;
		background-image: url(../img/plan/detail_bg_deco_lft_sp.jpg), url(../img/plan/detail_bg_deco_rgt_sp.jpg), url(../img/plan/detail_bg_deco_lft_sp.jpg), url(../img/plan/detail_bg_deco_rgt_sp.jpg), url(../img/plan/detail_bg_deco_lft_sp.jpg), url(../img/plan/detail_bg_deco_rgt_sp.jpg), url(../img/plan/detail_bg_deco_lft_sp.jpg), url(../img/plan/detail_bg_deco_rgt_sp.jpg), url(../img/plan/detail_bg_deco_lft_sp.jpg), url(../img/plan/detail_bg_deco_rgt_sp.jpg), url(../img/plan/detail_bg_deco_lft_sp.jpg), url(../img/plan/detail_bg_deco_rgt_sp.jpg), url(../img/plan/detail_bg_deco_lft_sp.jpg), url(../img/plan/detail_bg_deco_rgt_sp.jpg), url(../img/plan/detail_bg_sp.jpg);
		background-position: left 400px, right 0px, left 1240px, right 800px, left 2060px, right 1640px, left 2880px, right 2480px, left 3760px, right 3320px, left 4640px, right 4160px, left 5460px, right 5000px, center 0;
		background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
		background-size: 110px auto, 185px auto, 110px auto, 185px auto, 110px auto, 185px auto, 110px auto, 185px auto, 110px auto, 185px auto, 110px auto, 185px auto, 110px auto, 185px auto, 100% auto;
		background-blend-mode: multiply
	}
}
.planDetail h3 {
	text-align: center;
	padding-bottom: 30px
}
.planDetail .tokuten {
	background-color: rgba(242, 238, 226, 0.8);
	padding: 30px 35px;
	margin-bottom: 70px;
	display: block;
	position: relative;
	z-index: 0
}
@media screen and (max-width: 460px) {
	.planDetail .tokuten {
		margin-bottom: 40px;
		padding: 20px
	}
}
.planDetail .tokuten:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 6px;
	bottom: 6px;
	left: 6px;
	right: 6px;
	border: 1px solid #d6c193;
	background-color: #f4f0e5
}
.planDetail .tokuten:after {
	content: '';
	position: absolute;
	right: 12px;
	top: 12px;
	display: block;
	width: 42px;
	height: 42px;
	transform: scale(-1, 1);
	background-image: url(../common/img/optbox_deco03.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center
}
@media screen and (max-width: 460px) {
	.planDetail .tokuten:after {
		width: 30px;
		height: 30px
	}
}
.planDetail .tokuten dt, .planDetail .tokuten dd {
	display: block;
	text-align: left
}
.planDetail .tokuten dt {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 0.08em;
	line-height: 0.7;
	color: #bd9a4f;
	background-image: url(../common/img/title_deco02.png);
	background-position: 0 center;
	background-size: 22px auto;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 15px
}
@media screen and (max-width: 460px) {
	.planDetail .tokuten dt {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1;
		letter-spacing: 0.08em;
		background-size: 12px auto;
		padding-left: 20px;
		margin-bottom: 10px
	}
}
.planDetail .tokuten dd {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2.0;
	letter-spacing: 0.06em
}
@media screen and (max-width: 460px) {
	.planDetail .tokuten dd {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.75
	}
}
.planDetailIn {
	max-width: 1210px;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.7);
	border: 6px solid #fff;
	box-sizing: border-box;
	position: relative
}
@media screen and (max-width: 460px) {
	.planDetailIn {
		border: 3px solid #fff;
		margin-bottom: 0
	}
}
.planDetailBox {
	padding: 50px;
	position: relative;
	z-index: 0
}
@media screen and (max-width: 460px) {
	.planDetailBox {
		padding: 22px 12px
	}
}
.planDetailBox:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../common/img/planbox_deco01.png), url(../common/img/planbox_deco02.png);
	background-position: 0 0, bottom right;
	background-size: 72px auto, 72px auto;
	background-repeat: no-repeat, no-repeat
}
@media screen and (max-width: 460px) {
	.planDetailBox:before {
		background-size: 30px auto, 30px auto
	}
}
.planDetailBoxHead {
	margin-bottom: 30px
}
@media screen and (max-width: 460px) {
	.planDetailBoxHead {
		padding: 0;
		margin-bottom: 15px
	}
}
.planDetailBoxHead p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.0;
	letter-spacing: 0.1em;
	margin-bottom: 15px
}
@media screen and (max-width: 460px) {
	.planDetailBoxHead p {
		font-size: 10px;
		font-size: 1rem;
		line-height: 1.5;
		letter-spacing: 0.08em;
		margin-bottom: 5px;
		font-weight: bold
	}
}
.planDetailBoxHead .plantit {
	font-size: 25px;
	font-size: 2.5rem;
	letter-spacing: 0.08em;
	line-height: 2.0;
	text-align: left;
	color: #5e7d3e
}
@media screen and (max-width: 460px) {
	.planDetailBoxHead .plantit {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.75;
		letter-spacing: 0.08em
	}
}
@media screen and (max-width: 320px) {
	.planDetailBoxHead .plantit br {
		display: none;
	}
}
.planDetailBoxBottom {
	margin-bottom: 30px
}
.planDetailBoxBottom:after {
	content: "";
	clear: both;
	display: block
}
.planDetailBoxBottom figure {
	width: 35%;
	float: left
}
@media screen and (max-width: 460px) {
	.planDetailBoxBottom figure {
		width: 100%;
		float: none;
		margin-bottom: 15px
	}
}
.planDetailBoxBottom figure img {
	width: 100%;
	height: auto
}
.planDetailBoxBottom .right {
	width: 62%;
	float: right
}
@media screen and (max-width: 460px) {
	.planDetailBoxBottom .right {
		width: 100%;
		float: none
	}
}
.planDetailBoxBottom .right .price {
	margin-bottom: 20px;
	width: 100%;
	color: #1a1a1a;
}
@media (min-width: 461px) {
	.planDetailBoxBottom .right .price {
		text-align: right;
		white-space:nowrap;
	}
}
@media screen and (max-width: 460px) {
	.planDetailBoxBottom .right .price {
		margin-bottom: 25px;
		text-align: center;
		font-size: 0;
		letter-spacing: 0
	}
}
@media screen and (max-width: 320px) {
	.planDetailBoxBottom .right .price {
		width: 106%;
		margin-left: -4%;
	}
}
.planDetailBoxBottom .right .price dt {
	display: inline-block;
	vertical-align: middle;
	color: #bd9a4f;
	text-align: center;
	padding: 8px 0 0
}
.planDetailBoxBottom .right .price dt span {
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	display: inline-block;
	width: 60px;
	text-align: center
}
@media screen and (max-width: 460px) {
	.planDetailBoxBottom .right .price dt span {
		font-size: 16px;
		font-size: 1.6rem;
		width: 55px
	}
}
.planDetailBoxBottom .right .price dt span:before {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	border: 1px solid #bd9a4f;
	border-radius: 50%
}
@media screen and (max-width: 460px) {
	.planDetailBoxBottom .right .price dt span:before {
		width: 55px;
		height: 55px;
		margin-top: -29px
	}
}
.planDetailBoxBottom .right .price dd {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	padding: 0 3%;
	color: #1a1a1a;
	font-size: 40px;
	font-size: 4rem;
	letter-spacing: 0.08em
}
@media screen and (max-width: 460px) {
	.planDetailBoxBottom .right .price dd {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.3;
		text-align: left;
		width: 70%;
		padding: 0 0 0 10px
	}
}
.planDetailBoxBottom .right .price dd b {
	font-weight: normal
}
.planDetailBoxBottom .right .price .smalltxt {
	margin-top: 10px;
	display: block;
	font-size: 2.0rem;
}
@media screen and (max-width: 460px) {
	.planDetailBoxBottom .right .price .smalltxt {
		font-size: 1.2rem;
	}
}
.planDetailBoxBottom .right .price .smalltxt > span + span {
	margin-left: 20px;
}
.planDetailBoxBottom .right .price .smalltxt > span > span:after {
	content: "";
	display: inline-block;
	margin:0 10px 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:25%;
}
@media screen and (max-width: 460px) {
	.planDetailBoxBottom .right .price .smalltxt > span {
		display: block;
	}
	.planDetailBoxBottom .right .price .smalltxt > span + span {
		margin-top: 5px;
		margin-left: 0;
	}
	.planDetailBoxBottom .right .price .smalltxt > span > span:after {
		margin:0 5px 0 5px;
		width: 5px;
	}
}
.planDetailBoxBottom .right .txt {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2.0;
	letter-spacing: 0.06em;
	color: #333;
	margin-bottom: 30px
}
@media screen and (max-width: 460px) {
	.planDetailBoxBottom .right .txt {
		margin-bottom: 15px;
		font-size: 12px;
		font-size: 1.2rem;
		letter-spacing: 0.04em
	}
	.planDetailBoxBottom .right .txt:after {
		content: '';
		display: block;
		clear: both
	}
}
.planDetailBoxBottom .right .txt .img {
	width: 41%;
	height: 91%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: 20px
}
@media screen and (max-width: 460px) {
	.planDetailBoxBottom .right .txt .img {
		position: static;
		float: left;
		width: 37.9%;
		height: 0;
		padding-top: 37.9%;
		top: 0;
		left: 0;
		margin-right: 20px
	}
}
.planDetailBoxBottom .dl01 {
	display: table;
	width: 100%;
	border: 1px solid #d6c193
}
@media screen and (max-width: 460px) {
	.planDetailBoxBottom .dl01 {
		display: block;
		border: none
	}
}
.planDetailBoxBottom .dl01+.dl01 {
	border: 1px solid #d6c193;
	border-top: none
}
@media screen and (max-width: 460px) {
	.planDetailBoxBottom .dl01+.dl01 {
		border: none
	}
}
.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: #bd9a4f;
	background-color: #efe9db;
	vertical-align: middle
}
@media screen and (max-width: 460px) {
	.planDetailBoxBottom .dl01 dt {
		border-top: 1px solid #d6c193;
		border-bottom: 1px solid #d6c193;
		display: block;
		width: auto;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.75;
		letter-spacing: 0.06em;
		font-weight: normal;
		padding: 10px;
		margin: 0
	}
}
.planDetailBoxBottom .dl01 dd {
	display: table-cell;
	vertical-align: middle;
	width: 85%;
	font-size: 13px;
	font-size: 1.3rem;
	color: #333;
	padding: 15px 0 15px 20px;
	line-height: 2.0
}
@media screen and (max-width: 460px) {
	.planDetailBoxBottom .dl01 dd {
		display: block;
		padding: 10px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.75;
		letter-spacing: 0.06em
	}
}
.planDetailTopWrap {
	padding: 70px 80px 0
}
@media screen and (max-width: 460px) {
	.planDetailTopWrap {
		padding: 0
	}
}
.planDetailPlanWrap {
	padding: 50px 80px 80px;
	background-color: #F5F3EA
}
@media screen and (max-width: 460px) {
	.planDetailPlanWrap {
		padding-right: 3%;
		padding-left: 3%
	}
}
@media screen and (max-width: 460px) {
	.planDetailPlan {
		margin-bottom: 0
	}
}
.planDetailPlan + .planDetailPlan {
	margin-top: 60px;
}
@media screen and (max-width: 460px) {
	.planDetailPlan + .planDetailPlan {
		margin-top: 30px;
	}
}
.planDetailPlan .titsub {
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	font-size: 25px;
	font-size: 2.5rem;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #808028
}
@media screen and (max-width: 460px) {
	.planDetailPlan .titsub {
		margin-bottom: 7%;
		letter-spacing: 0.06em;
		font-size: 18px;
		font-size: 1.8rem
	}
}
.planDetailPlan .titsub span {
	background-image: url(../common/img/title_deco02g_lft.png), url(../common/img/title_deco02g_rgt.png);
	background-position: left center, right center;
	background-size: 22px auto, 22px auto;
	background-repeat: no-repeat, no-repeat;
	padding: 0 40px
}
@media screen and (max-width: 460px) {
	.planDetailPlan .titsub span {
		padding: 0 20px;
		background-size: 12px auto, 12px auto
	}
}
.planDetailPlan table {
	border-collapse: collapse;
	width: 100%
}
.planDetailPlan table th {
	border: 1px solid #d6c193;
	background-color: #efe9db;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
	color: #bd9a4f;
	padding: 20px 3px;
	width: 15%;
	text-align: center
}
@media screen and (max-width: 460px) {
	.planDetailPlan table th {
		border: none;
		border-top: 1px solid #d6c193;
		border-bottom: 1px solid #d6c193;
		padding: 10px;
		font-size: 12px;
		font-size: 1.2rem
	}
	.planDetailPlan table th br {
		display: none;
		letter-spacing: 0;
		font-size: 0px;
		font-size: 0rem
	}
}
.planDetailPlan table td {
	border: 1px solid #d6c193;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 20px
}
.planDetailPlan table td strong {
	margin-left: 10px;
	color: #de6e91;
}
@media screen and (max-width: 460px) {
	.planDetailPlan table td {
		border: none;
		padding: 10px;
		font-size: 12px;
		font-size: 1.2rem;
		color: #333;
		line-height: 1.75;
		letter-spacing: 0.06em
	}
}
@media screen and (max-width: 460px) {
	.planDetailPlan table th, .planDetailPlan table td {
		width: auto;
		display: block
	}
    .planDetailPlan table.priceTable {
    	border-top: 1px solid #d6c193;
    }
    .planDetailPlan table.priceTable th {
		padding: 4% 0;
    	border: 0;
    	border-bottom: 1px solid #d6c193;
    	width: 100px;
    	float: left;
    	clear: both;
    	font-size: 1.2rem;
    	line-height: 1.7rem;
    	box-sizing: border-box;
    }
    .planDetailPlan table.priceTable td {
    	border: 0;
    	border-bottom: 1px solid #d6c193;
		padding: 4% 0 4% 120px;
    	width: 100%;
    	font-size: 1.2rem;
    	line-height: 1.7rem;
    	box-sizing: border-box;
    }
}
@media screen and (max-width: 390px) {
    .planDetailPlan table.priceTable th {
    	width: 80px;
    }
    .planDetailPlan table.priceTable td {
    	padding-left: 100px;
    }
}
@media screen and (max-width: 360px) {
    .planDetailPlan table.priceTable th {
    	width: 70px;
    }
    .planDetailPlan table.priceTable td {
    	padding-left: 80px;
    }
}
@media screen and (max-width: 350px) {
    .planDetailPlan table.priceTable th {
    	width: 60px;
    }
    .planDetailPlan table.priceTable td {
    	padding-left: 70px;
    }
}
.planDetailIn.limited_icon:after {
	content: "";
	position: absolute;
	width: 140px;
	height: 44px;
	top: 10px;
	right: -12px;
	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) {
	.planDetailIn.limited_icon:after {
		background-image: url(../img/plan/limited_icon_sp.png);
		width: 170px;
		height: 32px;
		top: 10px;
		left: 0;
		right: 0;
		margin: auto
	}
	.planDetailIn.limited_icon .planDetailBoxHead p {
		padding: 35px 0 0
	}
}
@media screen and (max-width: 1100px) {
	.planDetailTopWrap {
		padding: 5% 5% 0
	}
	.planDetailPlanWrap {
		padding: 5% 8% 5%
	}
}
.planDetailMore {
	text-align: center;
	padding: 70px 0;
	margin: 0 auto
}
@media screen and (max-width: 460px) {
	.planDetailMore {
		margin-top: 30px;
		padding: 0 16px
	}
}
.planDetailMore a {
	max-width: 360px;
	width: 100%
}
@media screen and (max-width: 460px) {
	.planDetailMore a {
		max-width: 100%;
		margin: 0 auto
	}
}