@charset "utf-8";
/* --------------------------------------------------
header
-------------------------------------------------- */
#gnav .gnav_list li.gnav_special button u::after {
  background-color: #ffffff;
  height: 2px;
}
#gnav .gnav_list li.gnav_special button u::after {
  transform: scale(1, 1);
  height: 2px;
}
/* --------------------------------------------------
contents
-------------------------------------------------- */
.main_in {
	padding-top: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
}
.s_notes {
	padding: 50px 0;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex.tab02 {
justify-content: center;
}
.sec_inner {
	position: relative;
	margin: auto;
	width: 90%;
	max-width: 1200px;
}
.btn a:hover {
	opacity: .8;
	transition: all 0.2s ease;
}
.cap {
	position: relative;
}
.cap figcaption {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 1.1rem;
	line-height: 1;
}
.cap.white figcaption {
	color: #fff;
}
@media screen and (min-width: 768px) {
	.main_in {
		padding-top: 0;
	}
	.s_notes {
		padding: 80px 0
	}
	.cap figcaption {
		font-size: 1.2rem;
	}
}
.s_ttl {
	height: 60px;
}
.c-heading-l {
	margin-bottom: 40px;
}
/* tab
-------------------------------------------------- */
.tab-top {
	margin: -20px auto 30px;
}
.tab-botom {
	margin: 50px auto;
}
.tablist {
	position: relative;
	padding: 10px 5px 20px;
	width: 48%;
	border: 1px solid #08316d;
	background-color: #fff;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.3;
	color: #08316d;
	transition: all 0.2s ease;
	cursor: pointer;
}
.tablist::after {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 3px;
	width: 8px;
	height: 19px;
	margin: auto;
	background: url(../images/condominium/arrow_b.svg) no-repeat center / contain;
	transform: rotate(90deg);
	content: "";
	vertical-align: middle;
}
.tablist.active, .tablist:hover {
	background-color: #08316d;
	color: #fff;
}
.tablist.active::after, .tablist:hover:after {
	background: url(../images/condominium/arrow_w.svg) no-repeat center / contain;
}
.tab-botom .tablist {
	padding: 20px 5px 10px;
}
.tab-botom .tablist::after {
	position: absolute;
	right: 0;
	left: 0;
	top: 2px;
	bottom: auto;
	transform: rotate(-90deg);
}
input[name="tab_item"] {
	display: none;
}
.tabcontents-list {
	display: none;
}
.ttl_area {
	margin-bottom: 40px;
}
.ttl_area h3 {
	padding-bottom: 20px;
	color: #08316d;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.5;
}
/* .ttl_area .tab02 {
	justify-content: flex-start;
} */
.ttl_area .tab02 li{
	padding-bottom: 10px;
    width: 60%;
	text-align: center;
}

@media screen and (min-width: 768px) {
.ttl_area .tab02 li{
    width: auto;

}
}
.ttl_area li a {
	position: relative;
	display: block;
	padding: 3px 0;
	border-bottom: 1px solid #000001;
}
.ttl_area .tab01 li {
	padding-bottom: 10px;
	width: 48%;
}
.ttl_area .tab01 li a {
	text-align: center;
}
.content_box {
	padding: 60px 0 0;
	border-radius: 40px 40px 0 0;
}
.content_box .lead {
	position: relative;
	font-size: 2.4rem!important;
	font-weight: 700;
	line-height: 1.5;
}
.content_box h4 {
	position: relative;
	margin-bottom: 20px;
	padding: 8px 10px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.tab {
		margin: -30px auto 100px;
	}
	.tab-botom {
		margin: 100px auto;
	}
	.tablist {
		padding: 20px 20px 30px;
		border: 2px solid #08316d;
		max-width: 569px;
		font-size: 2.6rem;
		line-height: 1.5;
	}
	.tablist::after {
		bottom: 5px;
		width: 10px;
		height: 24px;
	}
	.tab-botom .tablist {
		padding: 30px 20px 20px;
	}
	.tab-botom .tablist::after {
		top: 5px;
	}
	.ttl_area {
		margin-bottom: 80px;
	}
	.ttl_area h3 {
		padding-bottom: 60px;
		font-size: 4.8rem;
	}
	.ttl_area .tab01,
	.ttl_area .tab02 {
		justify-content: center;
	}
	.ttl_area .tab02 li:not(:last-child) {
		padding-right: 50px;
	}
	.ttl_area .tab01 li {
		padding-right: 30px;
	}
	.ttl_area .tab01 li:last-child {
		padding-right: 0;
	}
	.ttl_area .tab01 li {
		padding-bottom: 10px;
		width: auto;
	}
	.ttl_area li a {
		padding: 5px 0;
		font-size: 2.2rem;
		border-bottom: 1px solid #000001;
	}
	.ttl_area li:first-child a::before,
	.ttl_area li a:hover::before {
		content: "";
		position: absolute;
		bottom: -18px;
		left: 50%;
		margin-left: -9px;
		border: 9px solid transparent;
		border-top: 9px solid #FFF;
		z-index: 2;
	}
	.ttl_area li:first-child a::after,
	.ttl_area li a:hover::after {
		content: "";
		position: absolute;
		bottom: -21px;
		left: 50%;
		margin-left: -10px;
		border: 10px solid transparent;
		border-top: 10px solid #000001;
		z-index: 1;
	}
	.ttl_area li a:hover {
		color: #08316d;
	}
	.content_box {
		padding: 120px 0 100px;
		border-radius: 120px 120px 0 0;
	}
	.content_box .lead {
		font-size: 5.4rem!important;
		letter-spacing: .3rem;
	}
	.content_box h4 {
		margin-bottom: 30px;
		padding: 10px 20px;
		font-size: 2.8rem;
		letter-spacing: .3rem;
	}
}





/* point
-------------------------------------------------- */
#point01 {
	position: relative;
	margin-bottom: 50px;
	background-image: linear-gradient(0deg, rgba(255,255,255,0.8) 0%, rgb(255,247,247) 100%);
}
#point01::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 65%;
	height: 100%;
	background: url(../images/condominium/point01_img01.png) no-repeat top right / contain;
	content: "";
}
#point01 .lead {
	padding: 30px 10px 20px;
	color: #dc5859;
}
#point01 .lead img {
	position: absolute;
	top: -40px;
	left: 5px;
	max-width: 60px;
}
#point01 h4 {
	background: #dc5859;
}
#point01 .photo_area {
	padding-bottom: 30px;
}
#point01 .photo_area .main {
	padding-bottom: 20px;
}
#point01 .photo_area li {
	padding-bottom: 10px;
	width: 48%;
}
#point01 .photo_area li figcaption {
	padding-top: 5px;
	font-weight: 700;
}
#point01 .photo_box3 {
	padding-bottom: 30px;
}
#point01 .photo_box3 .photo figure {
	padding-bottom: 10px;
}
#point01 .photo_box3 .txtarea {
	padding-top: 20px;
}
#point01 .photo_box4 figure {
	margin-bottom: 10px;
}
#point02 {
	position: relative;
	margin-bottom: 50px;
	background-image: linear-gradient(0deg, rgba(255,255,255,0.94118) 0%, rgb(239,246,241) 100%);
}
#point02::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	background: url(../images/condominium/point02_img01.png) no-repeat top right / contain;
	content: "";
}
#point02 .lead {
	padding: 30px 10px 20px;
	color: #0a7b62;
}
#point02 .lead img {
	position: absolute;
	top: -40px;
	left: 5px;
	max-width: 60px;
}
#point02 h4 {
	background: #0a7b62;
}
#point02 .photo_box .main {
	margin: 0 -6px 20px;
}
#point02 .photo_box2 {
	margin-bottom: 30px;
}
#point02 .photo_box2 .main {
	padding-bottom: 20px;
}
#point02 .photo_box2 .txtarea p {
	padding-bottom: 20px;
}
#point02 .photo_box2 .txtarea li {
	width: 48%;
}
#point02 .photo_box3 {
	margin-bottom: 30px;
}
#point02 .photo_box3 figure {
	padding-bottom: 20px;
	width: 100%;
}
#point02 .photo_box3 figure img {
	width: 100%;
}
#point02 .photo_box3 ul {
	width: 100%;
}
#point02 .photo_box3 li {
	padding: 10px;
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #0a7b62;
	border: 1px solid #0a7b62;
	text-align: center;
}
#point02 .photo_box4 .flex {
	align-items: flex-start;
}
#point02 .photo_box4 figure {
	width: 51.9%;
	order: 1;
}
#point02 .photo_box4 .txtarea {
	width: 44%;
}
#point03 {
	position: relative;
	margin-bottom: 50px;
	background-image: linear-gradient(0deg, rgba(255,255,255,0.90196) 0%, rgb(245,244,231) 100%);
}
#point03::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	background: url(../images/condominium/point03_img01.png) no-repeat top right / contain;
	content: "";
}
#point03 .lead {
	padding: 30px 10px 20px;
	color: #c75629;
}
#point03 .lead img {
	position: absolute;
	top: -40px;
	left: 5px;
	max-width: 60px;
}
#point03 h4 {
	background: #c75629;
}
#point03 figure {
	margin-bottom: 30px;
}
#point04 {
	position: relative;
	margin-bottom: 50px;
	background-image: linear-gradient(0deg, rgba(255,255,255,0.8) 0%, rgb(235,240,253) 100%);
}
#point04 .lead {
	padding: 30px 10px 20px;
	color: #1a9bbb;
}
#point04 .lead::before {
	position: absolute;
	top: -20px;
	right: 0;
	width: 70%;
	height: 120%;
	background: url(../images/condominium/point04_img01.png) no-repeat top right / contain;
	content: "";
}
#point04 .lead img {
	position: absolute;
	top: -40px;
	left: 5px;
	max-width: 60px;
}
#point04 h4 {
	background: #1a9bbb;
}
#point04 .photo_box figure {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: #fff;
}
#point04 .photo_box .txtarea p {
	padding-bottom: 30px
}
#point04 .photo_box .inbox {
	padding-bottom: 20px;
}
#point04 .photo_box2 {
	padding-bottom: 20px;
}
#point04 .photo_box2 figure {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: #fff;
}
#point04 .photo_box3 {
	padding-bottom: 20px;
}
#point04 .photo_box3 figure {
	margin-bottom: 10px;
}
#point04 .photo_box3 p span {
	font-size: 1.1rem;
}
#point05 {
	position: relative;
	margin-bottom: 50px;
	background-image: linear-gradient(0deg, rgba(255,255,255,0.8) 0%, rgb(234,236,249) 100%);
}
#point05 .lead {
	padding: 30px 10px 20px;
	color: #08316d;
}
#point05 .lead::before {
	position: absolute;
	top: -20px;
	right: 0;
	width: 70%;
	height: 120%;
	background: url(../images/condominium/point05_img01.png) no-repeat top right / contain;
	content: "";
}
#point05 .lead img {
	position: absolute;
	top: -40px;
	left: 5px;
	max-width: 60px;
}
#point05 h4 {
	background: #08316d;
}
#point05 .photo_box p {
	padding-bottom: 20px;
}
#point05 .photo_box .main {
	padding: 20px 0;
}
#point05 .box {
	position: relative;
	margin-bottom: 30px;
	padding: 20px 10px;
	background: #fff;
}
#point05 .box img {
	display: none;
}
#point05 .box .sub_ttl {
	text-align: center;
}
#point05 .box .sub_ttl span {
	padding: 0 5px;
	background:linear-gradient(transparent 70%, #fff697 60%);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
}
#point05 .box .txt {
	font-size: 1.6rem;
	text-align: center;	
}
#point05 .box.blue {
	color: #08316d;
}
#point05 .box.blue .sub_ttl span {
	padding: 0 5px;
	background:linear-gradient(transparent 70%, #fff697 60%);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
}
#point05 .ex p {
	padding: 0 0 30px;
	text-align: center;
}
#point05 .ex p span {
	position: relative;
	display: inline-block;
	padding: 3px 0;
	border-bottom: 1px solid #c56d49;
}
#point05 .ex p span::before {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -9px;
	border: 9px solid transparent;
	border-top: 9px solid #FFF;
	z-index: 2;
}
#point05 .ex p span::after {
	content: "";
	position: absolute;
	bottom: -21px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #c56d49;
	z-index: 1;
}
#point05 .ex li {
	padding-bottom: 20px;
}
#point05 .photo_box2 figure {
	padding-bottom: 20px;
}

#point05 .hensai_caption {
    font-size: 1.0rem;
    margin-bottom: 50px;
	}

@media screen and (min-width: 768px) {
	#point01 {
		padding: 120px 0 50px;
		margin-bottom: 0;
	}
	#point01::before {
		width: 100%;
		height: 426px;
	}
	#point01 .lead {
		padding: 50px 0 110px;
	}	
	#point01 .lead img {
		top: -40px;
		left: -20px;
		max-width: 100%;
	}
	#point01 h4 {
		margin-bottom: 40px;
	}
	#point01 p {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	#point01 .photo_area {
		padding-bottom: 80px;
	}
	#point01 .photo_area .main {
		padding-bottom: 0;
		width: 38.5%;
		order: 1;
	}
	#point01 .photo_area ul {
		width: 60%;
	}
	#point01 .photo_box2 .main {
		padding-bottom: 0;
		width: 58.5%;
		order: 1;
	}
	#point01 .photo_box2 ul {
		width: 39.5%;
	}
	#point01 .photo_area li {
		padding-bottom: 0;
		width: 32%;
	}
	#point01 .photo_box2 li {
		padding-bottom: 0;
		width: 48.5%;
	}
	#point01 .photo_area li figcaption {
		padding-top: 10px;
		font-size: 1.8rem;
	}
	#point01 .photo_box3 {
		padding-bottom: 30px;
		width: 61.3%;
	}
	#point01 .photo_box3 .photo {
		width: 58.4%;
	}
	#point01 .photo_box3 .photo figure {
		padding-bottom: 10px;
	}
	#point01 .photo_box3 .txtarea {
		padding-top: 0;
		width: 36.4%;
	}
	#point01 .photo_box3 p {
		padding-bottom: 5px;
	}
	#point01 .photo_box4 {
		width: 35.2%;
	}
	#point01 .photo_box4 figure {
		margin-bottom: 20px;
	}
	#point02 {
		padding: 120px 0 80px;
		margin-bottom: 0;
	}
	#point02::before {
		width: 100%;
		height: 426px;
	}
	#point02 .lead {
		padding: 50px 0 110px;
	}	
	#point02 .lead img {
		top: -40px;
		left: -20px;
		max-width: 100%;
	}
	#point02 h4 {
		margin-bottom: 40px;
	}
	#point02 p {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	#point02 .photo_box .main {
		margin: 0 -28px 20px -20px;
	}
	#point02 .photo_box2 {
		margin-bottom: 30px;
	}
	#point02 .photo_box2 .main {
		padding-bottom: 20px;
		width: 50%;
		order: 1;
	}
	#point02 .photo_box2 .txtarea {
		width: 47.5%;
	}
	#point02 .photo_box2 .txtarea p {
		padding-bottom: 85px;
	}
	#point02 .photo_box3 {
		margin-bottom: 30px;
		width: 55.5%;
	}
	#point02 .photo_box3 figure {
		padding-bottom: 20px;
		width: 47.4%;
		order: 1;
	}
	#point02 .photo_box3 ul {
		width: 47.4%;
	}
	#point02 .photo_box3 li {
		padding: 13px;
		margin-bottom: 30px;
		font-size: 2rem;
	}
	#point02 .photo_box4 {
		width: 41.5%;
	}
	#point02 .photo_box4 figure {
		width: 51.9%;
		order: 1;
	}
	#point02 .photo_box4 .txtarea {
		width: 44%;
	}
	#point03 {
		padding: 120px 0 50px;
		margin-bottom: 0;
	}
	#point03::before {
		width: 100%;
		height: 426px;
	}
	#point03 .lead {
		padding: 50px 0 110px;
	}	
	#point03 .lead img {
		top: -40px;
		left: -20px;
		max-width: 100%;
	}
	#point03 h4 {
		margin-bottom: 40px;
		padding: 15px;
		font-size: 2rem;
		letter-spacing: 0;
	}
	#point03 h4 span {
		font-size: 1.4rem;
	}
	#point03 p {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	#point03 .photo_box {
		width: 31%;
	}
	#point03 figure {
		margin-bottom: 30px;
	}
	#point04 {
		padding: 120px 0 50px;
		margin-bottom: 0;
	}
	#point04 .lead {
		padding: 50px 12% 110px;
		text-align: center;
	}	
	#point04 .lead::before {
		top: auto;
		bottom: 0;
		width: 100%;
		height: 302px;
	}
	#point04 .lead span {
		position: relative;
	}
	#point04 .lead img {
		position: relative;
		top: -50px;
		left: -20px;
		max-width: 100%;
	}
	#point04 h4 {
		margin-bottom: 40px;
	}
	#point04 p {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	#point04 .photo_box {
		margin-bottom: 60px;
	}
	#point04 .photo_box .main {
		margin-bottom: 0;
		padding-bottom: 0;
		width: 58.3%;
		order: 1;
	}
	#point04 .photo_box .txtarea {
		width: 36.5%;
	}
	#point04 .photo_box .txtarea p {
		padding-bottom: 60px
	}
	#point04 .photo_box .inbox {
		padding-bottom: 20px;
	}
	#point04 .photo_box2 {
		padding-bottom: 50px;
		width: 65%;
	}
	#point04 .photo_box2 figure {
		margin-bottom: 20px;
		padding-bottom: 0;
	}
	#point04 .photo_box3 {
		padding-bottom: 50px;
		width: 31.4%;
	}
	#point04 .photo_box3 figure {
		margin-bottom: 20px;
	}
	#point04 .photo_box3 p span {
		font-size: 1.2rem;
	}
	#point04 .photo_box4 {
		padding-bottom: 0;
	}
	#point04 .photo_box4 figure {
		width: 58.3%;
	}
	#point04 .photo_box4 p {
		width: 37%;
	}
	#point05 {
		padding: 120px 0 50px;
		margin-bottom: 0;
	}
	#point05 .lead {
		padding: 50px 14% 110px;
		text-align: center;
	}	
	#point05 .lead::before {
		top: auto;
		bottom: 0;
		width: 100%;
		height: 289px;
	}
	#point05 .lead span {
		position: relative;
	}
	#point05 .lead img {
		position: relative;
		top: -50px;
		left: -20px;
		max-width: 100%;
	}
	#point05 h4 {
		margin-bottom: 40px;
	}
	#point05 p {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	#point05 .photo_box .flex {
		padding-bottom: 70px;
		align-items: flex-end;
	}
	#point05 .photo_box .txtarea {
		width: 41.6%;
	}
	#point05 .photo_box p {
		font-size: 2rem;
	}
	#point05 .photo_box .main {
		padding: 0;
		width: 55%;
	}
	#point05 .box {
		margin-bottom: 60px;
		padding: 40px 10px;
	}
	#point05 .box img {
		display: inline-block;
		position: absolute;
		right: 30px;
		bottom: 0;
	}
	#point05 .box .sub_ttl span {
		padding: 0 10px;
		font-size: 5.4rem;
	}
	#point05 .box .txt {
		padding-bottom: 10px;
		font-size: 2.6rem;
	}
	#point05 .box.blue {
		margin: 0;
	}
	#point05 .box.blue .sub_ttl {
		font-size: 2rem;
		font-weight: 700;
	}
	#point05 .box.blue .sub_ttl span {
		font-size: 2.4rem;
	}
	#point05 .ex p {
		padding: 0 0 40px;
	}
	#point05 .ex p span {
		padding: 5px 0;
		font-size: 2.6rem;
	}
	#point05 .ex ul {
		padding-bottom: 30px;
	}
	#point05 .ex li {
		padding-bottom: 0;
	}
	#point05 .ex li:last-child {
		padding-right: 20px;
	}
	#point05 .photo_box2 {
		width: 58.1%;
	}
	#point05 .photo_box2 h4 {
		font-size: 2.4rem;
	}
	#point05 .photo_box2 .txt {
		width: 31.5%;
	}
	#point05 .photo_box2 figure {
		padding-bottom: 20px;
		width: 65.6%;
		order: 1;
	}
	#point05 .photo_box3 {
		width: 100%;
	}
	#point05 .photo_box3 h4 {
		font-size: 2.4rem;
		letter-spacing: .1rem;
	}
  
  #point05 .hensai_caption {
		font-size: 1.4rem;
		letter-spacing: .1rem;
    margin-bottom: 80px;
	}
	
}

/* merit
-------------------------------------------------- */
#reserve {
	position: relative;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgb(234, 236, 249) 100%);
}
#reserve::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	background: url(../images/condominium/merit01_img01.png) no-repeat top right / contain;
	content: "";
}
#reserve .lead {
	padding: 0 10px 20px;
	color: #08316d;
}
#reserve h4 {
	background: #08316d;
}
#reserve .txt {
	padding-bottom: 20px;
}
#reserve .photo_area {
	margin: 0 0 50px;
	justify-content: center;
}
#reserve .reserve_area {
	padding: 30px 10px;
	background: #fff;
}
#reserve .reserve_area .sub_ttl {
	text-align: center;
}
#reserve .reserve_area .sub_ttl span {
	padding: 0 5px;
	background:linear-gradient(transparent 70%, #fff697 60%);
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
#reserve .reserve_area .txt {
	padding: 20px 0 15px;
	font-size: 1.6rem;
	text-align: center;	
}
#reserve .reserve_area .btn a {
	position: relative;
	display: block;
	margin: auto;
	padding: 25px;
	width: 90%;
	background-color: #9e4e4e;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	transition: all 0.2s ease;
	cursor: pointer;
}
#reserve .reserve_area .btn a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 8px;
	height: 19px;
	margin: auto;
	background: url(../images/condominium/arrow_w.svg) no-repeat center / contain;
	content: "";
	vertical-align: middle;
}
#merit {
	position: relative;
	background-image: linear-gradient(0deg, rgba(255,255,255,0.8) 0%, rgb(235,240,253) 100%);
}
#merit .lead {
	padding: 0 10px 20px;
	color: #1a9bbb;
}
#merit .lead::before {
	position: absolute;
	top: -20px;
	right: -10px;
	width: 100%;
	height: 150px;
	background: url(../images/condominium/merit02_img01.png) no-repeat top right / contain;
	content: "";
}
#merit .lead span {
	font-size: 1.8rem;
}
#merit h4 {
	background: #1a9bbb;
}
#merit .txt {
	padding-bottom: 30px;
}
#merit .btn a {
	position: relative;
	display: block;
	margin: 30px auto;
	padding: 25px;
	width: 90%;
	background-color: #c2a756;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	transition: all 0.2s ease;
	cursor: pointer;
}
#merit .btn a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 8px;
	height: 19px;
	margin: auto;
	background: url(../images/condominium/arrow_w.svg) no-repeat center / contain;
	content: "";
	vertical-align: middle;
}
@media screen and (min-width: 768px) {
	#reserve::before {
		width: 100%;
		height: 400px;
	}
	#reserve .lead {
		padding: 0 0 80px;
	}
	#reserve .txt {
		padding-bottom: 30px;
		font-size: 1.8rem;
	}
	#reserve .photo_area {
		margin: 0 0 50px;
	}
	#reserve .reserve_area {
		padding: 80px 0;
		background: #fff;
	}
	#reserve .reserve_area .sub_ttl {
		text-align: center;
	}
	#reserve .reserve_area .sub_ttl span {
		padding: 0 10px;
		background:linear-gradient(transparent 80%, #fff697 60%);
		font-size: 3.7rem;
		font-weight: 700;
		text-align: center;
	}
	#reserve .reserve_area .txt {
		padding: 5px 0 30px;
		font-size: 2.6rem;
		text-align: center;	
	}
	#reserve .reserve_area .btn a {
		padding: 50px;
		max-width: 570px;
		font-size: 2.6rem;
	}
	#reserve .reserve_area .btn a::after {
		right: 30px;
		width: 10px;
		height: 24px;
	}
	#merit .lead {
		padding: 0 0 80px;
		text-align: center;
	}
	#merit .lead::before {
		top: -30px;
		right: -30px;
		width: 30%;
		height: 276px;
	}
	#merit .lead span {
		font-size: 5.4rem;
	}
	#merit .txt {
		padding-bottom: 50px;
		font-size: 1.8rem;
	}
	#merit .photo_area {
		margin: 0 0 50px;
	}
	#merit .merit_area {
		padding: 80px 0;
		background: #fff;
	}
	#merit .merit_area .sub_ttl {
		text-align: center;
	}
	#merit .merit_area .sub_ttl span {
		padding: 0 10px;
		background:linear-gradient(transparent 80%, #fff697 60%);
		font-size: 3.7rem;
		font-weight: 700;
		text-align: center;
	}
	#merit .merit_area .txt {
		padding: 5px 0 30px;
		font-size: 2.6rem;
		text-align: center;	
	}
	#merit .btn a {
		padding: 50px;
		margin: 60px auto 0;
		max-width: 620px;
		font-size: 2.6rem;
	}
	#merit .btn a::after {
		right: 30px;
		width: 10px;
		height: 24px;
	}
}

#loan {
	position: relative;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgb(235, 240, 253) 100%);}

#loan .box {
	position: relative;
	margin-bottom: 30px;
	padding: 0px 10px;
	/* background: #fff; */
}
#loan .box img {
	display: none;
}
#loan .box .sub_ttl {
	text-align: center;
}
#loan .box .sub_ttl span {
	padding: 0 5px;
	background:linear-gradient(transparent 70%, #fff697 60%);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
}
#loan .box .txt {
	font-size: 1.6rem;
	text-align: center;	
}
#loan .box.blue {
	color: #08316d;
}
#loan .box.blue .sub_ttl span {
	padding: 0 5px;
	background:linear-gradient(transparent 70%, #fff697 60%);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
}
#loan h4 {
		margin-bottom: 20px;
		background: #08316d;
}


@media screen and (min-width: 768px) {
	#loan .box {
		margin-bottom: 60px;
		padding: 40px 10px;
	}
	#loan .box img {
		display: inline-block;
		position: absolute;
		right: 30px;
		bottom: 0;
	}
	#loan .box .sub_ttl span {
		padding: 0 10px;
		font-size: 5.4rem;
	}
	#loan .box .txt {
		padding-bottom: 10px;
		font-size: 2.6rem;
	}
	#loan .box.blue {
		margin: 0;
	}
	#loan .box.blue .sub_ttl {
		font-size: 2rem;
		font-weight: 700;
	}
	#loan .box.blue .sub_ttl span {
		font-size: 2.4rem;
	}
	#loan .photo_box3 h4 {
		font-size: 2.4rem;
		letter-spacing: .1rem;
	}
	#loan h4 {
		margin-bottom: 40px;
}
	
}



.pc{
      display: none;
}

.sp{
      display: block;
}
@media screen and (min-width: 768px)  {
.pc{
  display: block;
}

.sp{
  display: none;
}
}

/* btn_area
-------------------------------------------------- */
.btn_area {
	padding: 30px 0;
	background: #ebebeb;
}
.btn_area li {
	width: 100%;
}
.btn_area li:first-child {
	margin-bottom: 20px;
}
.btn_area li a {
	position: relative;
	display: block;
	padding: 20px;
	background-color: #c2a756;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #fff;
	transition: all 0.2s ease;
	cursor: pointer;
}
.btn_area li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 8px;
	height: 19px;
	margin: auto;
	background: url(../images/condominium/arrow_w.svg) no-repeat center / contain;
	content: "";
	vertical-align: middle;
}
@media screen and (min-width: 768px) {
	.btn_area {
		padding: 50px 0;
	}
	.btn_area li {
		width: 47.5%;
	}
	.btn_area li:first-child {
		margin-bottom: 0;
	}
	.btn_area li a {
		padding: 50px;
		font-size: 2.6rem;
	}
	.btn_area li a::after {
		right: 20px;
		width: 10px;
		height: 24px;
	}
}