@charset "utf-8";


main {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho","Noto Serif JP", serif;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	overflow: hidden;
	display: block;
	/* margin-bottom: 130px; */
}
.subhead{
    position: relative;
    margin: 0 0 100px;
    background: url(../img/plan/mv01.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
}
.subhead_p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 57px;
    /* background: rgba(0,43,19,0.70); */
    color: #fff;
    width: 100%;
    text-align: center;
    letter-spacing: 3px;
}
.img_cap {
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 15px;
	width: 100%;
	padding: 0 0.5em 0.5em;
	text-shadow: 0px 1px 6px #000000;
}
.ta_r{
	text-align: right;
}




.plan .inner{
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
}
.type .inner{
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
}
.plan .inner h2{
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.05em;
	font-size: 58px;
	margin-top: 120px;
	margin-bottom: 60px;
}
.plan .madori_pop_area .inner h2{
	margin-top: 0px;
	padding-top: 120px;
}
.plan .inner .illust_area h2{
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 48px;
}
.illust_area{
	margin-top: 40px;
}
.plan .inner h3{
	font-size: 40px;
	line-height: 1.8;
}
.plan .inner .lead{
	margin-top: 30px;
	font-size: 18px;
	line-height: 3;
	letter-spacing: 0.08rem;
}

.dtl_feature{
	font-size: 38px;
	text-align: center;
	padding-top: 30px;
}

.madori_area{
}
.madori_list{
	display: flex;
	/*justify-content: center;*/
	justify-content: space-between;
	max-width: 780px;
	margin: 80px auto 0;
	flex-wrap: wrap;
}
.madori_list li{
	width: 49%;
	border: 1px solid #225b4e;
	margin-bottom: 2%;
	text-align: center;
}
.madori_list li a{
	display: block;
}
.type_name{
	font-size: 24px;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #f5b2b2;
	padding: 10px 0;
	color: #f5b2b2;
}
.type_name span{
	font-size: 38px;
	font-style: italic;
	position: relative;
	bottom: -2px;
}
.click_w {
    background-color: #fff;
    padding: 0 25px;
    text-align: center;
}
.ldk {
    font-size: 22px;
    /* font-weight: bold; */
    margin: 20px 0;
    letter-spacing: 0.1em;
}
.ldk span{
	font-size: 32px;
	position: relative;
	bottom: -1px;
}
.area_text {
    font-size: 14px;
    color: #878787;
    margin-bottom: 20px;
}
.area_text span {
    font-size: 38px;
    color: #000;
    padding-left: 10px;
    position: relative;
    bottom: -2px;
}
.madori_pop_area{
	background: url(../img/plan/plan_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 120px;
}
.madori_feature{
	color: #f5b2b2;
	font-size: 17px;
	padding: 10px 0 30px;
	/* border-bottom: 1px solid #000; */
	/* border-top: 1px solid #000; */
	/* margin-bottom: 20px; */
}
.view_more{
	background: #f5b2b2;
	color: #fff;
	padding: 10px 10px;
}
.viewmore{
	position: relative;
}
.viewmore::before {
    transition: all 0.25s ease;
    position: absolute;
    content: ' ';
    display: block;
    width: 5px;
    height: 1px;
    top: 50%;
    right: 20px;
    background-color: #fff;
    transform-origin: right top;
    transform: rotate(45deg);
}
.viewmore::after {
    transition: all 0.25s ease;
    position: absolute;
    content: ' ';
    display: block;
    width: 20px;
    height: 1px;
    right: 20px;
    top: 50%;
    background-color: #fff;
}
.madori_list li:hover .viewmore::after {
    width: 35px;
    right: 5px;
}
.madori_list li:hover .viewmore::before {
    right: 5px;
}
.cap_main {
    font-size: 12px;
    line-height: 1.5;
	max-width: 1220px;
	margin: 140px auto 0;
	padding: 0 10px 130px;
	padding-left: 1em;
	text-indent: -1em;
}
.plan .inner .cap_main{
	text-align: left;
}


.type_info_area{
	/* background: #e5f3f9; */
	background: url(../img/plan/plan_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.type_flex{
	display: flex;
	justify-content: space-between;
	/* align-items: baseline; */
}
.type_flex > div{
	width: 33.3333%;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 10px 10px;
	margin: 30px 0px;
	border-left: 1px solid #000;
}
.type_info01 > div{
	display: inline-block;
	text-align-last: left;
}
.type_info02 > div{
	display: inline-block;
	text-align-last: left;
}
.type_info03 > ul{
	display: inline-block;
	text-align-last: left;
}
.type_num{
	font-size: 32px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.type_num span{
	font-size: 50px;
	font-style: italic;
	position: relative;
	bottom: -2px;
}
.type_madori{
	font-size: 34px;
	letter-spacing: 0.1em;
}
.type_area_ttl{
	font-size: 18px;
	margin-bottom: 10px;
}
.type_area{
	font-size: 48px;
}
.type_area span{
	font-size: 18px;
	position: relative;
	bottom: 2px;
}
.type_dtl li{
	font-size: 18px;
}
.type_dtl li{
	margin-bottom: 10px;
}
.madori_img{
	margin: 120px 0 0;
}
.pop_btn{
	display: flex;
	justify-content: center;
}
.pop_btn > div{
	margin: 0 20px;
	width: 100%;
	max-width: 250px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f5b2b2;
	color: #fff;
	position: relative;
}
.pb_btn{
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pb_btn::before{
	transition: all 0.25s ease;
    position: absolute;
    content: ' ';
    display: block;
    width: 5px;
    height: 1px;
    top: 50%;
    right: 25px;
    background-color: #fff;
    transform-origin: right top;
    transform: rotate(45deg);
}

.pb_btn::after {
    transition: all 0.25s ease;
    position: absolute;
    content: ' ';
    display: block;
    width: 20px;
    height: 1px;
    right: 25px;
    top: 50%;
    background-color: #fff;
}

.pop_btn > div:hover .pb_btn::after {
    width: 35px;
    right: 10px;
}
.pop_btn > div:hover .pb_btn::before {
    right: 10px;
}
.type{
	margin-bottom: 130px;
}
.pop_option {
    margin: 40px 0 60px;
}
.pop_option ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.pop_option ul li{
margin-right: 20px;
margin-bottom: 10px;
position: relative;
padding-left: 40px;
font-size: 14px;
}
.icon01::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 30px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
    background-image: url(../img/plan/icon01.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.icon02::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 30px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
    background-image: url(../img/plan/icon02.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.icon03::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 30px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
    background-image: url(../img/plan/icon03.png);
    background-size: contain;
    background-repeat: no-repeat;
}




.only_sp{
	display: none;
}
.b750{
	display: none;
}
.br_1210{
	display: none;
}
.br_1024{
	display: none;
}
.br_970{
	display: none;
}
.br_767{
	display: none;
}
.br767{
	display: none;
}
.br_500{
	display: none;
}
.br400{
	display: none;
}
@media(max-width:1210px){
	.br_1210{
		display: block;
	}
}

@media(max-width:1160px){
	.plan .inner .lead{
		font-size: 16px;
	}
	.plan .inner h3{
		font-size: 35px;
	}
	.plan .inner h2,.life_info h2{
		font-size: 50px;
	}
	.plan .inner .illust_area h2{
		font-size: 40px;
	}
	.img_cap {
		font-size: 12px;
	}
	/* main{
		margin-bottom: 6vw;
	} */
	.cap_main{
		padding-bottom: 6vw;
	}
	.type{
		margin-bottom: 100px;
	}
}
@media(max-width:1100px){
	.type_num {
		font-size: 28px;
	}
	.type_num span {
		font-size: 42px;
	}
	.type_madori {
		font-size: 28px;
	}
	.type_area_ttl {
		font-size: 16px;
	}
	.type_area {
		font-size: 42px;
	}
	.type_area span {
		font-size: 16px;
	}
	.type_dtl li {
		font-size: 16px;
	}
}
@media(max-width:1024px){
	.br_1024{
		display: block;
	}

}
@media(max-width:970px){
	.br_970{
		display: block;
	}
}
@media screen and (max-width: 900px){
	.type_area_ttl {
		font-size: 13px;
	}
	.type_area span {
		font-size: 13px;
	}
	.type_dtl li {
		font-size: 13px;
	}
	.type_madori {
		font-size: 24px;
	}
	.type_num {
		font-size: 24px;
	}
	.type_num span {
		font-size: 40px;
	}
	.type_area {
		font-size: 40px;
	}
	.dtl_feature {
		font-size: 34px;
	}
}

@media screen and (max-width: 800px) {
	.subhead{
		height: 380px;
	}
	.subhead_p{
		font-size: 46px;
	}
	.br_767{
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.plan .inner h3{
		font-size: 28px;
	}
	.br_767{
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.br_767{
		display: block;
	}
	.br767{
		display: block;
	}
	
}
@media screen and (max-width: 750px) {
	.img_cap {
		font-size: 11px;
	}
	/* main{
		margin-bottom: 8vw;
	} */
	.cap_main{
		padding-bottom: 8vw;
	}
	.type{
		/* margin-bottom: 8vw; */
	}
	/* .type_flex {
		display: block;
	}
	.type_flex > div {
		width: 100%;
		text-align: center;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: end;
		padding: 10px 10px;
		margin: 0px;
		border-left: none;
	}
	.type_info01 > div{
		width: 100%;
	}
	.type_info02 > div{
		width: 100%;
	}
	.type_info03 > ul{
		width: 100%;
	} */
	.type_flex > div.none750{
		display: none;
	}
	.type_flex > div {
		width: 50%;
		padding: 0 5px;
		margin: 20px 0;
	}
	.b750{
		display: block;
	}
	.type_info01{
		padding-top: 20px;
		text-align: center;
	}
	.dtl_feature {
		font-size: 28px;
	}
	.type_num {
		margin-bottom: 0px;
		margin-right: 30px;
	}
	.type_info01 {
		display: flex;
		align-items: baseline;
		justify-content: center;
	}
	.type_madori {
		position: relative;
		bottom: -2px;
	}
}
@media screen and (max-width: 650px) {
	.img_cap {
		font-size: 10px;
		text-align: right;
	}
	.subhead {
		height: 250px;
		margin-bottom: 13vw;
	}
	.subhead_p {
		font-size: 9vw;
	}
	.plan .inner .lead,.right_txt .right_lead{
		font-size:13px;
	}
	.plan .inner h3,.right_txt h2{
		font-size: 21px;
	}
	.cap_main {
		font-size: 10px;
	}
	.madori_list {
		flex-wrap: wrap;
	}
	.madori_list li {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 40px;
	}
	.madori_feature .br_767{
		display: none;
	}
	.cap_main {
		margin: 80px auto 0;
	}
	.madori_img {
		margin: 80px auto 0;
		max-width: 450px;
	}
	.pop_btn > div {
		margin: 0 5px;
		max-width: 170px;
		font-size: 14px;
		height: 40px;
	}
	.type_flex {
		display: block;
		padding-bottom: 10px;
	}
	.type_flex > div {
		width: 33.3333%;
		text-align: center;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: end;
		padding: 10px 10px;
		margin: 20px 0px;
		border-left: none;
	}
	.type_flex > div {
		width: 100%;
	}
	.type_flex > div {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		max-width: 300px;
	}
	.type_flex > div.type_info02{
		padding: 15px 0 10px;
		margin: 10px auto 12px;
		border-bottom: 1px solid #000;
		border-top: 1px solid #000;
	}
	.type_area {
		font-size: 38px;
	}
	.type_num span {
		font-size: 38px;
	}
	.type_area_ttl {
		margin-bottom: 0px;
	}
	.type_num {
		margin-bottom: 5px;
	}
	.type_madori {
	}
	.type_dtl li {
		margin-bottom: 5px;
	}
	.type_dtl li {
		font-size: 14px;
	}
	.only_pc{
		display: none;
	}
	.only_sp{
		display: block;
	}

	.type_info01 {
		display: block;
	}
	.dtl_feature {
		font-size: 20px;
	}
}
@media screen and (max-width: 500px) {
	.br_500{
		display: block;
	}
	.plan .inner h2{
		margin-top: 70px;
		margin-bottom: 40px;
	}
	.plan .madori_pop_area .inner h2{
		margin-top: 0px;
		padding-top: 70px;
	}
	.madori_pop_area{
		margin-top: 70px;
	}
	.plan .inner .illust_area h2{
		margin-top: 20px;
		margin-bottom: 0;
	}
	.plan .inner h3, .right_txt h2{
		line-height: 2;
	}
	.plan .inner .lead{
		line-height: 2.3;
	}
	.plan .inner h2, .life_info h2{
		font-size: 40px;
	}
	.plan .inner .illust_area h2{
		font-size: 30px;
	}
	.madori_list {
		margin: 60px auto 0;
	}
	.type_name {
		font-size: 22px;
	}
	.type_name span {
		font-size: 36px;
	}
	.area_text span {
		font-size: 36px;
	}
	.madori_feature {
		font-size: 18px;
	}
	.plan .inner h3, .right_txt h2 {
		font-size: 20px;
	}
	.type_area {
		/* font-size: 30px; */
	}
	.type_num span {
		/* font-size: 30px; */
	}
	
}
@media screen and (max-width:400px){
	.br400{
		display: block;
	}
}
@media screen and (max-width: 370px) {
	.plan .inner h3, .right_txt h2{
		font-size: 19px;
	}
	.plan .madori_pop_area .inner .lead, .right_txt .right_lead{
		font-size: 20px;
	}
	.plan .inner .lead, .right_txt .right_lead {
		font-size: 12px;
	}
	.madori_feature {
		font-size: 16px;
	}
}

.fade {
	opacity: 0;
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.fade.is-show {
	opacity: 1;
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.blur {
	opacity: 0;
	filter: blur(20px);
	-ms-filter: blur(20px);
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.blur.is-show {
	opacity: 1;
	filter: blur(0);
	-ms-filter: blur(0);
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.to_right {
opacity: 0;
-webkit-transform: translateX(-5%);
transform: translateX(-5%);
-webkit-transition-duration: 1.8s;
transition-duration: 1.8s
}
.to_right.is-show {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-duration: 1.8s;
transition-duration: 1.8s
}
.to_left {
opacity: 0;
-webkit-transform: translateX(5%);
transform: translateX(5%);
-webkit-transition-duration: 1.8s;
transition-duration: 1.8s
}
.to_left.is-show {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-duration: 1.8s;
transition-duration: 1.8s
}
.delay2 {
transition-delay: 0.3s;
}
.delay3 {
transition-delay: 0.5s;
}
.delay4 {
transition-delay: 0.7s;
}
.delay5 {
transition-delay: 0.9s;
}
.delay6 {
transition-delay: 1.1s;
}
.delay7 {
transition-delay: 1.3s;
}
.delay8 {
transition-delay: 1.5s;
}
.delay9 {
transition-delay: 2s;
}



@media print {
	header{
		display: none;
	}
	footer{
		display: none;
	}
	.pop_btn{
		display: none;
	}
	.icon01::before{
		-webkit-print-color-adjust: exact;
		color-adjust:exact;
	}
	.icon02::before{
		-webkit-print-color-adjust: exact;
		color-adjust:exact;
	}
	.type_info_area {
		/* -webkit-print-color-adjust: exact; */
		background: none;
	}
	.type_madori {
		font-size: 20px;
	}
	.type_area {
		font-size: 32px;
	}
	.type_num span {
		font-size: 36px;
	}
	.type_num {
		font-size: 20px;
	}
	.type_dtl li {
		font-size: 12px;
	}
	.type_area span {
		font-size: 12px;
	}
	.type_area_ttl {
		font-size: 12px;
	}
	.madori_img {
		margin: 40px auto 0;
		width: 90%;
	}
	.madori_img.t005{
		margin: 20px auto 0;
		width: 75%;
	}
	.dtl_feature{
		font-size: 28px;
		padding-top: 10px;
	}
}
@page { size: A4 }

@media all and (-ms-high-contrast: none) {
	.madori_feature{
		font-size: 16px;
	}
	.viewmore{
		padding: 4px 0 0;
	}
}