@charset "utf-8";



.plan_btn {
	max-width:1000px;
	margin:0 auto;
}
.plan_btn ul:after {
	content:" ";
	display:block;
	clear:both;
}
.plan_btn ul li {
	width:48%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}
.plan_btn ul li:nth-child(2n){
	margin-right:0%;
}





@media only screen and (max-width: 768px){
.plan_btn {
	max-width:1000px;
	margin:0 auto;
	padding:0 0%;
}
.plan_btn ul:after {
	content:" ";
	display:block;
	clear:both;
}
.plan_btn ul li {
	width:auto;
	float:none;
	margin-right:0%;
	margin-bottom:35px;
}
.plan_btn ul li:nth-child(2n){
	margin-right:0%;
}
}


.sec-plan{
max-width: 1000px;
margin: 0 auto;
}
.sec-plan .type{
text-align: center;
margin-bottom: 15px;
}
.sec-plan .cont{
display: flex;
justify-content: center;
}
.sec-plan .cont .zumen {
	width: 62%;
}
.sec-plan .cont .zumen img {
	width: 100%;
}
.plan_ex{
text-align: center;
background: #ececec;
padding: 25px 0;
margin-top: 40px;
}

.plan_back a{
width: 300px;
display: block;
margin: 20px auto;
padding: 20px 0;
background: #000;
color: #FFF;
text-align: center;
text-decoration: none;

}
.plan_back a:hover{
opacity: 0.7;
transition: all 0.3s 0s ease;
}
.sec-plan .illust {
	text-align: center;
	margin: 80px 0;
}


@media only screen and (max-width: 768px){
.sec-plan{
max-width: 1000px;
margin: 0 auto;
padding: 0 3%;
}
.sec-plan .type{
text-align: center;
margin-bottom: 10px;
}
.sec-plan .cont{
display: block;
text-align: center;
}
.sec-plan .cont .zumen {
	width: auto;
}
.sec-plan .cont .zumen img {
	width: auto;
}
.plan_ex{
text-align: center;
background: #ececec;
padding: 20px 4%;
}
.sec-plan .illust {
	margin: 40px 0;
}
}





/*=======================================
　220802追加
=======================================*/
.anc_btn ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	justify-content: center;
	max-width: 675px;
	margin: 0 auto 50px;
}
.anc_btn ul li:not(:last-child)  {
	margin-right: 2%;
}
h4 {
	margin-bottom: 30px;
}
.plan_btn ul li {
	position: relative;
    width: 49%;
}
.plan_btn {
	margin-bottom: 50px;
}

@media only screen and (max-width: 768px){
.plan_btn ul li {
    width: auto;
}
}

#anc01,#anc02,#anc03{
	margin-top:-100px;
	padding-top:100px;
}



/*=======================================
　220809追加
=======================================*/
.plan_last_copy{
text-align: center;font-size: 28px; color: #af0000; font-weight: bold;
margin-bottom: 30px;
}
.select_ba{
background:#d0ccc6;
padding: 50px 10px;
text-align: center;
}
.select_ba a{
max-width: 810px;
margin: 0 auto;
}

.sec-plan .payment{
	text-align: center;
	margin-bottom: 15px;
}


@media only screen and (max-width: 768px){
	.sec-plan .payment{
	text-align: center;
	margin-bottom: 10px;
	}
	.select_ba{
background:#d0ccc6;
padding: 30px 10px;
text-align: center;
}
	.plan_last_copy{
text-align: center;font-size: 20px; color: #af0000; font-weight: bold;
margin-bottom: 30px;
}
}


/*=======================================
　20221031_完売対応
=======================================*/

.kanbai {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 100%;
}

/*=======================================
モデルルーム遷移ボタン
=======================================*/

.btn_model {
	width: 80%;
	max-width: 400px;
	margin: 30px auto;
	text-align: center;
}

.btn_model a{
	position: relative;
	display: block;
	width: 100%;
	background: rgb(4,138,105);
	background: linear-gradient(0deg, rgba(4,138,105,1) 0%, rgba(42,163,139,1) 100%);
	padding: 15px 20px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.3s ease;
}
.btn_model a::after{
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width:0;
	height:0;
	border-style:solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #FFFFFF;
}
.btn_model a:hover{
	opacity: 0.7;
}
.btn_model a .type{
	font-size: 24px;
}

@media only screen and (max-width: 768px){
	.btn_model a {
		font-size: 14px;
	}
	.btn_model a .type{
		font-size: 18px;
	}
.btn_model a::after{
	top: 56%;
}
	
}