@charset "utf-8";
body{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

  background: #0e1426;
  background-image: -moz-radial-gradient(50% 50%, circle, rgba(38,53,91,1) 0%, rgba(7,7,7,1) 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle, rgba(38,53,91,1) 0%, rgba(7,7,7,1) 100%);
  background-image: -ms-radial-gradient(50% 50%, circle, rgba(38,53,91,1) 0%, rgba(7,7,7,1) 100%);
}
p{
  color: #fff;
  font-size: 16px;
  letter-spacing: 0px;
}
img{
  width: 100%;
  height: auto;
}
h2{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 46px;
  line-height: 1;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  padding: 0;
}

.sub_head{
  background: #131313;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 180px;
  position: relative;
  margin: 160px auto 0;
  text-align: center;
}

.sub_head_text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.sub_head_text h1{
  text-transform: uppercase;
  color: #dcca87;
  font-size: 48px;
  letter-spacing: 12px;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  padding: 0;
}

.sub_head_text p{
  color: #fff;
  font-size: 24px;
  margin-top: 30px;
}
/* common */
#plan_main .cap_box {
  margin: 80px auto 0;
}
/* plan_main */
#plan_main {
	/* background: linear-gradient(#000, #0c1a3d);
	background: radial-gradient(circle at center, #0c1a3d, #000); */
	/* background-image: -moz-radial-gradient(50% 50%, circle, rgba(38,53,91,1) 0%, rgba(7,7,7,1) 100%);
	background-image: -webkit-radial-gradient(50% 50%, circle, rgba(38,53,91,1) 0%, rgba(7,7,7,1) 100%);
	background-image: -ms-radial-gradient(50% 50%, circle, rgba(38,53,91,1) 0%, rgba(7,7,7,1) 100%);
	 */
	/* padding: 80px 0 40px 0; */
}
.plan_wrapper{
  max-width: 1200px;
  margin: 0 auto;
  padding:80px 0 40px 0;
}
.plan_layout {
	max-width: 1000px;
  margin: 0 auto;
}
/*  */
.plan_layout_ttl {
	position: relative;
	font-size: 24px;
	letter-spacing: 0.095em;
	margin-bottom: 70px;
}
.plan_layout_ttl::before,
.plan_layout_ttl::after {
	content: "";
	display: block;
	width: calc(50% - 1.5em - 35px);
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}
.plan_layout_ttl::after {
	right: 0;
}
/*  */
.plan_click_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.plan_item {
	text-align: center;
	width: 48%;
	max-width: 480px;
	background: #07080d;
}
.plan_item:nth-child(n+3) {
	margin-top: 40px;
}
.plan_item a {
	display: block;
}
/*  */
.plan_ttl {
	background: #0d152a;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	letter-spacing: 0.095em;
	line-height: 1;
	margin-bottom: 44px;
	padding: 20px 40px;
}
.plan_type {
	font-size: 48px;
}
.plan_type span {
	font-size: 20px;
}
.plan_ldk {
	font-size: 32px;
}

/*  */
.plan_content {
	display: inline-block;
}
.plan_desc {
	margin-bottom: 30px;
}
.plan_area {
	text-align: left;
}
.plan_area span{
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #fff;
}
.plan_m2 {
	font-size: 40px;
	margin: 20px 0 16px;
	line-height: 0.9;
}
.plan_m2 span {
	font-size: 62px;
}
.plan_m2 span:nth-child(2) {
	font-size: 29px;
}
.plan_cap {
	font-size: 16px;
	line-height: 20px;
	min-height: 2.5em;
}
/* .view_more */
.view_more {
	font-size: 16px;
	position: relative;
	background: #968e72;
	text-align: center;
	max-width: 300px;
	height: 50px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
	transition-duration: 0.4s;
}
.view_more::after {
	content: "";
	display: block;
	width: 10px;
	height: 12px;
	background-image: url("../img/plan/view_more.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0,-50%);
}
.plan_item a:hover .view_more {
	background: #b9b193;
}
/* pop --------------------------- */
/*  */
.plan_pop_box {
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 50px;
	background: linear-gradient(#000, #131c2f);
}
.plan_pop_ttl {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	color: #fff;
	background: #0d152a;
	margin-bottom: 54px;
	padding: 30px 0;
	line-height: 1;
	letter-spacing: 0.095em;
}
.plan_pop_type {
	font-size: 48px;
}
.plan_pop_type span {
	font-size: 20px;
}
.plan_pop_ldk {
	font-size: 32px;
}
.plan_pop_ldk::before {
	content: "/";
	display: inline;
	font-size: 20px;
	margin: 0 10px;
	color: #fff;
}
/*  */
.plan_pop_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 600px;
	margin: 0 auto 40px auto;
}
.plan_pop_map {
	max-width: 208px;
}
/*  */

.plan_pop_area {
	text-align: left;
}
.plan_pop_area span{
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #fff;
}
.plan_pop_m2 {
	font-size: 40px;
	margin: 20px 0 16px;
	line-height: 0.9;
}
.plan_pop_m2 span {
	font-size: 62px;
}
.plan_pop_m2 span:nth-child(2) {
	font-size: 29px;
}
.plan_pop_cap {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.08em;
	text-align: center;
}
/*  */
.plan_pop_limg {
	max-width: 600px;
	margin: 0 auto 40px;
}

/*  */
.plan_pop_btn {
	display: flex;
	justify-content: center;
}
.plan_pop_btn div {
	width: 50%;
	max-width: 230px;
}
.plan_pop_btn a {
	font-size: 16px;
	display: block;
	text-align: center;
	line-height: 50px;
	border-radius: 25px;
	color: #fff;
	position: relative;
}
.plan_pop_btn a::after {
	content: "";
	display: block;
	width: 10px;
	height: 12px;
	background-image: url("../img/plan/view_more.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0,-50%);
}
.pbtn_print {
	margin-right: 40px;
}
.pbtn_print a {
	background: #968e72;
}
.pbtn_close a {
	background: #a0a0a0;
}
@media screen and (max-width:1020px) {
	.plan_layout {
		padding: 0 10px;
	}
}

@media screen and (max-width:880px){
  .sub_head_text p {
    color: #fff;
    font-size: 20px;
	}
	.sub_head_text h1 {
	  font-size: 42px;
	}
	h2 {
	  font-size: 36px;
	}

	p {
	  font-size: 14px;
	}
	/* plan_main */

	/*  */
	.plan_layout_ttl {
		font-size: 20px;
	}
	/*  */
	.plan_type {
		font-size: 44px;
	}
	.plan_type span {
		font-size: 16px;
	}
	.plan_ldk {
		font-size: 28px;
	}

	/*  */
	.plan_area span{
		font-size: 14px;
		line-height: 30px;
		padding: 0 10px;
	}
	.plan_m2 {
		font-size: 36px;
		line-height: 0.9;
	}
	.plan_m2 span {
		font-size: 58px;
	}
	.plan_m2 span:nth-child(2) {
		font-size: 25px;
	}
	.plan_cap {
		font-size: 14px;
		line-height: 20px;
	}
	/* .view_more */
	.view_more {
		font-size: 14px;
	}

	/* pop --------------------------- */
	/*  */
	.plan_pop_type {
		font-size: 44px;
	}
	.plan_pop_type span {
		font-size: 16px;
	}
	.plan_pop_ldk {
		font-size: 28px;
	}
	.plan_pop_ldk::before {
		font-size: 16px;
	}
	/*  */
	/*  */
	.plan_pop_area span{
		font-size: 14px;
	}
	.plan_pop_m2 {
		font-size: 36px;
	}
	.plan_pop_m2 span {
		font-size: 58px;
	}
	.plan_pop_m2 span:nth-child(2) {
		font-size: 25px;
	}
	.plan_pop_cap {
		font-size: 14px;
	}

	/*  */
	.plan_pop_btn {
		display: flex;
		justify-content: center;
	}
	.plan_pop_btn div {
		width: 50%;
		max-width: 230px;
	}
	.plan_pop_btn a {
		font-size: 14px;
	}

}


@media screen and (max-width:768px){
  .sub_head {
    margin: 60px auto 0;
	}
}
@media screen and (max-width:750px) {
	/*  */
	.plan_click_box {
		display: block;
	}
	.plan_item {
		width: 100%;
		max-width: initial;
	}
	.plan_item:nth-child(n+2) {
		margin-top: 40px;
	}
	/* pop */
	.plan_pop_box {
		padding: 0 10px 50px;
	}
	.pbtn_print {
    margin-right: 30px;
	}
}

@media screen and (max-width:650px){
  .sub_head_text p {
    color: #fff;
    font-size: 18px;
	}

}
@media screen and (max-width:600px) {
	/* pop */
	/*  */
	.plan_pop_head {
		display: block;
	}
	.plan_pop_desc {
		margin-bottom: 30px;
	}
	.plan_pop_area {
		text-align: center;
	}
	.plan_pop_m2 {
    text-align: center;
	}
	.plan_pop_map {
		margin: 0 auto;
	}
}
@media screen and (max-width:530px){
  .sec_title p.sec_title_sub {
    font-size: 13px;
	}	
	.sub_head_text p {
	  font-size: 16px;
	}
	.sub_head_text h1 {
	  font-size: 38px;
		font-size: 30px;
	}
	h2 {
	  font-size: 32px;
}

}

/* print */
@media print {
	#common_header, #common_footer, .sub_head, .plan_pop_btn
	 {
		display: none;
	}
	/* color */
	.plan_pop_ttl, .plan_pop_ldk::before, .plan_pop_head p, .cap_box p
	{
		color: #000;
	}
	/* yohaku */
	#plan_main {
		padding: 20px 0 0 0;
	}
	.plan_pop_box {
		padding: 0;
	}
	.plan_pop_ttl {
		padding: 0;
		margin-bottom: 20px;
	}

	.plan_pop_head {
		margin: 0 auto 20px;
	}
	/* width/height */
	.plan_pop_area span {
    border: 1px solid #000;
	}
	.plan_pop_map {
		max-width: 250px;
	}
	#plan_main .cap_box{
        margin-top: 0px;
    }
    .cap_box p{
        font-size:10px;
    }
    .plan_pop_limg{
        margin-bottom:0;
    }

}