@charset "UTF-8";

/* takuchi
--------------------------------*/
#single_bunjochi {
	margin-top: 60px;
	font-size: 16px;
	font-weight: bold;
}

#single_bunjochi img {
	max-width: 100%;
}

#single_bunjochi section {
	margin-bottom: 80px;
}

.pagetitle_bunjo {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.sectitle_bunjo {
	text-align: center;
	font-size: 30px;
	line-height: 1.4;
	letter-spacing: 3px;
	margin-bottom: 40px;
}

.sectitle_bunjo2 {
	font-size: 24px;
	border-bottom: 2px solid #c8c8c8;
	margin-bottom: 20px;
}

.sectitle_bunjo span {
	font-size: 14px;
	color: #00a53c;
	display: block;
	letter-spacing: 0.5px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.bunjochi_point h3 {
	width: 270px;
	height: 50px;
	line-height: 50px;
	background: #00a53c url(../img/bunjochi_img/light.png) 15px 8px no-repeat;
	border-radius: 25px;
	color: #fff;
	margin-bottom: 10px;
	padding: 0 10px 0 35px;
	font-size: 18px;
}

.bunjochi_point p {
	color: #00a53c;
	font-size: 24px;
}

.bunjochi_point ul {
	margin-bottom: 15px;
}

.bunjochi_kouku {
	background-color: #ccedd8;
	padding: 20px;
	margin-top: 30px;
}

.bunjochi_kouku dt {
	background: url(../img/bunjochi_img/bun.png) 0 center no-repeat;
	padding: 0 0 0 30px;
	font-size: 18px;
	margin-bottom: 5px;
}

.bunjochi_kouku dd {
	background: #fff;
	font-size: 24px;
	text-align: center;
	padding: 5px;
}

ul.disc {
	list-style: disc outside;
	padding-left: 1.5em;
}

#bunjochi_kukaku {
	margin-top: 60px;
}

#bunjochi_kukaku figure{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
#bunjochi_kukaku figure img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	border: 2px solid #eee;
}

.bunjochi_kukaku_joho {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.bunjochi_kukaku_joho>div {
	width: 100%;
}

.bunjochi_kukaku_joho p {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	border-bottom: 1px solid #c8c8c8;
}

.tbl_title {
	background-color: #e6e6e6;
}

.bunjochi_kukaku_joho p span {
	display: block;
	width: 25%;
	padding: 5px;
}

.bunjochi_kukaku_joho p span em {
	font-style: normal;
}

.bunjochi_kukaku_joho p span.分譲中 {
	color: #323232;
}

.bunjochi_kukaku_joho p span.モデルハウス予定地 {
	color: #2e9994;
}

.bunjochi_kukaku_joho p span.モデルハウス建築中 {
	color: #00a53c;
}

.bunjochi_kukaku_joho p span.ご成約済み {
	color: #d70000;
}

.bunjochi_kukaku_joho p span.商談中 {
	color: #f50;
}

.bunjochi_kukaku_joho p span.モデルハウス販売中 a,
.bunjochi_kukaku_joho p span.モデルハウス展示中 a,
.bunjochi_kukaku_joho p span.モデルハウス a {
	color: #fff;
	text-align: center;
	max-width: 300px;
	width: 100%;
	height: 30px;
	border-radius: 5px;
	background: #00a53c;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.bunjochi_kukaku_joho p span.モデルハウス販売中 a::before,
.bunjochi_kukaku_joho p span.モデルハウス展示中 a::before,
.bunjochi_kukaku_joho p span.モデルハウス a::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}

.hfblock_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hfblock_wrap>div {
	width: 48%;
}

#access .ttl_b_line {
	margin-top: 0;
}

#plan,
#bunjochi_kankyo,
#bunjochi_bukken,
#bunjochi_access,
#bunjochi_youtube,
#reservation {
	padding-top: 80px;
}

#bunjochi_bukken dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #c8c8c8;
}

#bunjochi_bukken dl dt,
#bunjochi_bukken dl dd {
	border-bottom: 1px solid #c8c8c8;
	padding: 12px 20px;
}

#bunjochi_bukken dl dt {
	width: 30%;
	background-color: #e6e6e6;
}

#bunjochi_bukken dl dd {
	width: 70%;
}

.kankyo {
	padding: 14px 40px;
	border: 5px solid #00a53c;
	margin-bottom: 40px;
}

.kankyo_title {
	font-size: 24px;
	background: url(../img/bunjochi_img/open.png) right center no-repeat;
}

.kankyo_title.open {
	background: url(../img/bunjochi_img/close.png) right center no-repeat;
}

.kankyo_content {
	display: none;
}

.kankyo_text {
	color: #00a53c;
	font-size: 18px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.kankyo ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.kankyo ul li {
	width: 48.5%;
	margin-bottom: 20px;
}

.kankyo ul li img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 8px;
}

.access_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.access {
	width: 48%;
	margin-bottom: 30px;
}

.access h3 {
	/*background: #e6e6e6 url(../img/bunjochi_img/shu03.png) 10px center no-repeat;*/
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #e6e6e6;
	font-size: 18px;
	padding: 15px 10px 15px 58px;
	margin-bottom: 10px;
}

.access h3.shu01 {
	background-image: url(../img/bunjochi_img/shu01.png);
}

.access h3.shu02 {
	background-image: url(../img/bunjochi_img/shu02.png);
}

.access h3.shu03 {
	background-image: url(../img/bunjochi_img/shu03.png);
}

.access h3.shu04 {
	background-image: url(../img/bunjochi_img/shu04.png);
}

.access h3.shu05 {
	background-image: url(../img/bunjochi_img/shu05.png);
}

.access h3.shu06 {
	background-image: url(../img/bunjochi_img/shu06.png);
}

.access h3.shu00 {
	background-image: none;
	padding-left: 15px;
}

.access ul li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	padding: 0 10px 6px;
	border-bottom: 1px solid #c8c8c8
}

#model_bunjo {
	margin-top: 60px;
}

.contact_link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.contact_link a {
	display: block;
	width: 300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #00a53c url(../img/bunjochi_img/arrow_right.png) calc(100% - 10px) center no-repeat;
	color: #fff;
	border-radius: 5px;
	margin: 0 10px 80px 10px;
}

.contact_link a:nth-of-type(2) {
	background-color: #2e9994;
}

.plan {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.plan>div {
	width: 48%;
}

.plan_brand {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.plan_brand dt,
.plan_brand dd {
	padding: 10px 15px;
	border-top: 1px solid #c8c8c8;
}

.plan_brand dt:last-of-type,
.plan_brand dd:last-of-type {
	border-bottom: 1px solid #c8c8c8;
}

.plan_brand dt {
	background-color: #e6e6e6;
	width: 30%;
}

.plan_brand dd {
	width: 70%;
}

.plan_point {
	border: 3px solid #00a53c;
	padding: 20px;
	margin-bottom: 40px;
}

.plan_point h4 {
	background: url(../img/bunjochi_img/point.png) 0 center no-repeat;
	color: #00a53c;
	font-size: 18px;
	padding: 5px 0 5px 30px;
	margin-bottom: 10px;
}

.plan_point dl dt {
	background: #00a53c url(../img/bunjochi_img/point_li.png) 6px center no-repeat;
	color: #fff;
	font-size: 18px;
	padding: 5px 0 5px 35px;
	margin-bottom: 10px;
}

.plan_point dl dd {
	margin-bottom: 10px;
}

.catchcopy {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 40px;
	position: relative;
}

.catchcopy::after {
	content: url(../img/bunjochi_img/fukidashi_top.png);
	position: absolute;
	top: -19px;
	left: calc(50% - 14.5px);
}

.catchcopy dt {
	color: #00a53c;
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 36px;
}

.plan_madori {
	counter-reset: number;
}

.plan_madori>div {
	border: 1px solid #c8c8c8;
	padding: 30px 10px 10px;
	margin-bottom: 30px;
	position: relative;
}

.plan_madori>div::after {
	counter-increment: number;
	content: counter(number) "F";
	display: block;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 24px;
	background-color: #00a53c;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 0px 10px;
	line-height: 1.4;
}

.plan_shiharai {
	background-color: #e6e6e6;
	padding: 20px;
}

.plan_shiharai h4 {
	background: url(../img/bunjochi_img/en.png) 0px center no-repeat;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 0 0 0 20px;
}

.plan_shiharai dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #c8c8c8;
	margin-bottom: 20px;
}

.plan_shiharai dl dt,
.plan_shiharai dl dd {
	border-bottom: 1px solid #c8c8c8;
	padding: 6px 0;
}

.plan_shiharai dl dt {
	width: 30%;
	color: #00a53c;
}

.plan_shiharai dl dd {
	width: 70%;
}

.plan_shiharai p {
	background: #fff;
	text-align: center;
	color: #00a53c;
	font-size: 24px;
	padding: 3px 0;
}

.plan_shiharai_text {
	font-size: 14px;
	margin-top: 10px;
}

.flex {
	display: flex;
}

.m_contact {
	display: none;
}

.m_contact.show {
	display: block;
}

.contact_tab div.tab {
	width: 50%;
	text-align: center;
	border-radius: 10px 10px 0 0;
	padding: 15px;
}

.contact_tab div.tab.kengaku.active {
	background: #00a53c;
	color: #fff;
}

.contact_tab div.tab.shiryou.active {
	background: #2e9994;
	color: #fff;
}

.contact_tab div.tab.kengaku {
	background: #ccedd8;
	color: #00a53c;
}

.contact_tab div.tab.shiryou {
	background: #d6ebea;
	color: #58aeaa;
}

.m_contact.kengaku_box .contact_area {
	margin-top: 0;
}

.m_contact.shiryou_box {
	padding: 20px 20px;
}

.m_contact.kengaku_box {
	background: #00a53c;
	padding: 60px 20px;
}

#reservation .m_contact.shiryou_box .form {
	margin: 0;
}

.kengaku_box .contact_area .ttl span {
	background: #fff;
	border: 2px solid;
	color: #00a53c;
}

.m_contact.shiryou_box {
	background: #2e9994;
}

#reservation .shiryou_box .form .ttl {
	margin-bottom: 40px;
}

figure.b_tokuten_area {
	text-align: center;
	margin-bottom: 40px;
}

.shiryou_box .btn_normal.btn_green {
	background: #2d9993;
}

#bunjochi_youtube iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}


@media screen and (max-width: 767px) {
	#single_bunjochi {
		margin-top: 0px;
	}

	.hfblock_wrap {
		display: block;
		justify-content: space-between;
	}

	.pagetitle_bunjo {
		font-size: 26px;
	}

	.hfblock_wrap>div {
		width: 100%;
		margin-bottom: 10px;
	}

	.bunjochi_point h3 {
		width: fit-content;
		width: -moz-fit-content;
		height: 47px;
		line-height: 50px;
		padding: 0 15px 0 35px;
		margin: 20px auto 15px;
	}

	.bunjochi_point p {
		font-size: 21px;
	}

	ul.disc li {
		list-style: disc;
	}

	.bunjochi_kukaku_joho {
		flex-wrap: wrap;
	}

	.bunjochi_kukaku_joho figure {
		width: 100%;
	}

	#bunjochi_kukaku figure img {
		width: 100%;
	}

	.bunjochi_kukaku_joho>div {
		width: 100%;
	}

	.vr_gal iframe {
		width: 100%;
		height: 100vw;
	}

	#bunjochi_accessmap dl {
		display: -webkit-block;
		display: -moz-block;
		display: -ms-block;
		display: -o-block;
		display: block;
		text-align: center;
	}

	#bunjochi_accessmap dl dt {
		background-position: 80px center;
	}

	#plan,
	#bunjochi_kankyo,
	#bunjochi_bukken {
		padding-top: 80px;
	}

	#bunjochi_bukken dl dt,
	#bunjochi_bukken dl dd {
		width: 100%;
	}

	.access {
		width: 100%;
	}

	.access ul li {
		display: block;
		border-bottom: 1px dotted #00a53c;
		padding-bottom: 5px;
	}

	.access ul li span {
		display: block;
	}

	.access ul li span:nth-of-type(2) {
		text-align: right;
	}

	.contact_link a:nth-of-type(1) {
		margin-bottom: 20px;
	}

	.plan>div {
		width: 100%;
	}

	.plan_brand dt,
	.plan_brand dd {
		width: 100%;
		text-align: center;
	}

	.plan_shiharai h4 {
		font-size: 16px;
		line-height: 24px;
	}

	.plan_shiharai dl dt {
		width: 32%;
	}

	.plan_shiharai dl dd {
		width: 68%;
		text-align: right;
	}

	.sectitle_bunjo {
		margin-bottom: 30px;
	}

	.kankyo {
		padding: 14px 20px;
	}

	.kankyo ul li {
		width: 100%;
	}

	.bunjochi_kukaku_joho p {
		display: table;
		width: 100%;
	}

	.bunjochi_kukaku_joho>div {
		width: 100%;
		display: table;
	}

	.bunjochi_kukaku_joho p {
		display: table;
		width: 100%;
	}

	.bunjochi_kukaku_joho p span {
		display: table-cell;
		vertical-align: middle;
		font-size: .8em;
	}

	.bunjochi_kukaku_joho p span.モデルハウス販売中 a,
	.bunjochi_kukaku_joho p span.モデルハウス a {
		line-height: 1.2;
		font-size: .7em;
		padding: 0 10px;
	}

	.bunjochi_kukaku_joho p span.モデルハウス販売中 a::before,
	.bunjochi_kukaku_joho p span.モデルハウス a::before {
		right: 0;
	}

	.bunjochi_kouku dd {
		font-size: 18px;
	}

	#reservation {
		background: unset;
	}
}