@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&display=swap');
body{
    font-family: 'Noto Sans JP', sans-serif;
}

.sp {
	display: none;
}
@media screen and (min-width:600px) and (max-width:899px){
}
@media screen and (max-width:599px){
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

#fv {
	width: 1080px;
	height: 100vh;
	margin: 0 auto;
	background: url("../img/jpg/ome 2.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}
.mb-head {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px 20px 20px;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.logo img {
	width: 250px;
	height: auto;
}
.contact {
	text-align: center;
}
.contact a {
	display: block;
	font-size: 15px;
	font-weight: 600;
	background: #F8D93D;
	padding: 15px 20px;
	border-radius: 4px;
	border: solid 1px #F8D93D;
}
.contact a:hover {
	background: #fff;
}
.insta {
	width: 180px;
	margin: 20px 0;
	float: right;
}
.insta img {
	width: 100%;
	height: auto;
}
.bunjo {
	width: 160px;
	height: auto;
	position: absolute;
	left: 20px;
	top: 100px;
}
.copy {
	position: absolute;
	width: 550px;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
@media screen and (min-width:600px) and (max-width:899px){
	#fv {
	width: 100%;
	}
	.mb-head {
		padding: 30px;
}
	.bunjo {
		left: 30px;
	}
	.copy {
		width: 300px;
		height: auto;
}
}
@media screen and (max-width:599px){
	#fv {
		width: 100%;
		height: 70vh;
		margin: 50px auto 0;
}
	.mb-head {
		width: 100%;
		position: absolute;
		top: -50px;
		height: 50px;
		background: #fff;
		padding: 15px 3px;
	}
	.logo img {
		width: 80px;
		height: auto;
	}
	.conBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
	.contact {
		margin-right: 10px;
	}
	.contact a {
		font-size: 3vw;
		padding: 5px 0;
	}
	.insta {
		width: 100px;
		height: auto;
		margin: 0px 0;
	}
	.insta img {
		width: 100%;
		height: auto;
	}
	.bunjo {
		width: 60px;
		height: auto;
		left: 15px;
		top: 20px;
	}
	.copy {
		width: 70%;
		height: auto;
	}
}

.wrapper {
	width: 1080px;
	margin: 0 auto;
}
.half {
	background:linear-gradient(90deg,#126C37 0%,#126C37 50%,#4693CE 50%,#4693CE 100%);
}
.life {
	width: 100%;
	height: auto;
}
.box1 {
	width: 95%;
	margin: 0 auto;
	padding: 30px 0;
}
.box1 img {
	width: 100%;
	height: auto;
}
@media screen and (min-width:600px) and (max-width:899px){
	.wrapper {
		width: 100%;
		margin: 0 auto;
	}
}
@media screen and (max-width:599px){
		.wrapper {
		width: 100%;
		margin: 0 auto;
	}
	.grn {
		width: 100%;
		background: #126C37;
		padding-bottom: 30px;
	}
	.grn img {
		width: 100%;
		height: auto;
	}
	.blu {
		width: 100%;
		background: #4693CE;
		padding-bottom: 30px;
	}
	.blu img {
		width: 100%;
		height: auto;
	}
}

.sec {
	width: 100%;
	padding: 50px 0;
}
.title {
	display: inline;
}
.title h2 {
	width: 65%;
	float: left;
}
.title img {
	width: 100%;
	height: auto;
}
.title p {
	float: right;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
	color: #126C37;
}
.box2 {
	clear: both;
  	padding: 30px 0;
}
.box2 img {
	width: 100%;
	height: auto;
}
.box2 p {
	padding: 30px 0;
	text-align: center;
	font-size: 30px;
	font-weight: 600; 
	letter-spacing: 0.1em;
}
.box2 p span {
	color: #EA5514;
}
.lineup {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.lineup li img {
	width: auto;
	height: 200px;
}
.lineup li:nth-of-type(2){
	padding: 0 40px 0 30px;
	border-left: dashed 1px #000;
	border-right: dashed 1px #000;
}
.box3 {
	width: 60%;
	float: right;
}
.box3 p {
	margin: 20px 0 50px;
	font-size: 10px;
	font-weight: 600; 
	line-height: 1.5;
}
@media screen and (min-width:600px) and (max-width:899px){
	.sec {
		width: 95%;
		margin: 0 auto;
	}
	.title h2 {
		width: 65%;
		float: left;
	}
	.title p {
		font-size: 15px;
	}
	.box2 {
		clear: both;
		padding: 30px 0;
	}
	.box2 p {
		font-size: 20px;
	}
	.lineup li img {
		width: auto;
		height: 150px;
	}
	.lineup li:nth-of-type(2){
		padding: 0 20px 0 15px;
	}
	.box3 {
		width: 80%;
		float: right;
	}
}
@media screen and (max-width:599px){
	.sec1 {
	padding: 50px 0 0;
}
	.sec {
		width: 95%;
		margin: 0 auto;
	}
	.title h2 {
		width: 100%;
	}
	.title img {
		width: 100%;
		height: auto;
	}
	.title p {
		float: none;
		text-align: center;
		font-size: 4.5vw;
		padding-top: 30px;
	}
	.box2 {
		clear: both;
		padding: 20px 0;
	}
	.box2 p {
		padding: 20px 0;
		font-size: 4.5vw;
		line-height: 1.5;
	}
	.lineup {
		width: 90%;
		flex-wrap: wrap;
		margin: 0 auto;
		justify-content: space-around;
	}
	.lineup li {
		margin-bottom: 20px;
	}
	.lineup li img {
		width: auto;
		height: 100px;
	}
	.lineup li:nth-of-type(1) img {
		width: 100%;
		height: auto;
	}
	.lineup li:nth-of-type(2){
		padding: 0px;
		border-left: none;
		border-right: none;
	}
	.box3 {
		width: 100%;
		float: none;
	}
	.box3 p {
		margin: 0px;
		font-size: 3vw;
	}
}

.house1 {
	border-top: solid 1px #0099CC;
	padding: 50px 0;
	margin: 0 auto;
}
.house1 h2 {
	margin: 0 auto;
	width: 80%;
}
.house1 h2 img {
	width: 100%;
	height: auto;
}
.house1 h3 {
	background: url("../img/omeimg/png/modelhouse.png") no-repeat right bottom;
	background-size: 48%;
	margin: 50px 0;
}
.house1 h3 img {
	width: 45%;
	height: auto;
}
.log {
	width: 100%;
	height: 600px;
	background: url("../img/omeimg/png/handslog.png") no-repeat center center;
	background-size: 100%;
	position: relative;
}
.log img {
	width: 350px;
	height: auto;
	position: absolute;
	top: 30px;
	left: 30px;
}
.log p {
	text-align: right;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 2;
	position: absolute;
	right: 20px;
	top: 30px;	
}
.floor {
	width: 100%;
	margin: 20px auto;
}
.floor {
	background: url("../img/omeimg/png/floor.png") no-repeat right bottom;
	background-size: 45%;
}
.floor img {
	width: 50%;
	height: auto;
}
@media screen and (min-width:600px) and (max-width:899px){
	.log {
		height: 400px;
	}
	.log img {
		width: 300px;
	}
	.log p {
		font-size: 25px;
	}
}
@media screen and (max-width:599px){
.house1 h2 {
	margin: 0 auto;
	width: 80%;
}
.house1 h2 img {
	width: 100%;
	height: auto;
}
.house1 h3 {
	background: url("../img/omeimg/png/modelhouse.png") no-repeat center bottom;
	background-size: 90%;
	margin: 30px auto;
	padding-bottom: 180px;
}
.house1 h3 img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.log {
	width: 100%;
	height: 200px;
	background: url("../img/omeimg/png/handslog.png") no-repeat center center;
	background-size: 100%;
	position: relative;
}
.log img {
	width: 150px;
	height: auto;
	top: 20px;
	left: 5px;
}
.log p {
	font-size: 3.5vw;
	right: 5px;
	top: 20px;
	
}
.floor {
	width: 100%;
	margin: 20px auto;
	padding-bottom: 180px;
}
.floor {
	background: url("../img/omeimg/png/floor.png") no-repeat right bottom;
	background-size: 100%;
}
.floor img {
	width: 100%;
	height: auto;
}
}

.house1 h4 {
	width: 50%;
	margin: 50px auto 40px;
}
.house1 h4 img {
	width: 100%;
	height: auto;
}
@media screen and (min-width:600px) and (max-width:899px){
}
@media screen and (max-width:599px){
	.house1 h4 {
	width: 80%;
	margin: 30px auto 20px;
}
}

.house2 {
	border-top: solid 1px #0099CC;
	padding: 50px 0;
	margin: 0 auto;
}
.house2 h3 {
	background: url("../img/omeimg/png/modelhouse2-1.png") no-repeat right bottom;
	background-size: 48%;
}
.house2 h3 img {
	width: 45%;
	height: auto;
}
.out {
	width: 100%;
	height: 650px;
	background: url("../img/omeimg/png/house.png") no-repeat center center;
	background-size: 100%;
	position: relative;
}
.out p {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 2;
	text-shadow: 1px 1px 1px #808080; 
}
.out img {
	position: absolute;
	bottom: 30px;
	right: 20px;
	width: 300px;
	height: auto;
}
.txt1 {
	position: absolute;
	left: 30px;
	bottom: 50px;
}
.txt2 {
	text-align: right;
	position: absolute;
	top: 100px;
	right: 20px;
}
.house2 .floor {
	padding-top: 50px;
	background: url("../img/omeimg/png/floor2.png") no-repeat right bottom;
	background-size: 40%;
}
.house2 .floor img {
	width: 55%;
	height: auto;
}
.house2 h4 {
	width: 70%;
	margin: 50px auto 40px;
}
.house2 h4 img {
	width: 100%;
	height: auto;
}
@media screen and (min-width:600px) and (max-width:899px){
	.out {
		width: 100%;
		height: 450px;
		background: url("../img/omeimg/png/house.png") no-repeat center center;
		background-size: 100%;
		position: relative;
}
	.out p {
		font-size: 20px;
		line-height: 1.8;
}
	.out img {
		width: 180px;
		height: auto;
}
	.txt1 {
		left: 20px;
		bottom: 50px;
}
	.txt2 {
		top: 70px;
		right: 20px;
}
}
@media screen and (max-width:599px){
	.house2 h3 {
		background: url("../img/omeimg/png/modelhouse2-1.png") no-repeat center bottom;
		background-size: 100%;
		padding-bottom: 200px;
}
	.house2 h3 img {
		width: 100%;
		height: auto;
}
	.out {
		width: 100%;
		height: 250px;
		background: url("../img/omeimg/png/house.png") no-repeat center center;
		background-size: 100%;
		position: relative;
}
	.out img {
		width: 90px;
		height: auto;
		bottom: 25px;
		right: 10px;
}
	.out p {
		font-size: 3.5vw;
		line-height: 1.5;
	}
	.txt1 {
		left: 10px;
		bottom: 30px;
}
	.txt2 {
		top: 45px;
		right: 10px;
}
	.house2 .floor {
		width: 100%;
		padding-top: 0px;
		padding-bottom: 180px;
}
	.house2 .floor {
		background: url("../img/omeimg/png/floor.png") no-repeat right bottom;
		background-size: 100%;
}
	.house2 .floor img {
		width: 100%;
		height: auto;
}
	.house2 h4 {
		width: 100%;
		margin: 30px auto 25px;
}
}

.price {
	width: 100%;
	margin:  50px auto;
}
.p-title {
	width: 100%;
	height: auto;
}
.box4 {
	width: 90%;
	margin: 50px auto 30px;
}
.box4 img {
	width: 100%;
	height: auto;
}
.price p {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
@media screen and (min-width:600px) and (max-width:899px){

}
@media screen and (max-width:599px){
	.price {
		margin:  30px auto;
}
	.box4 {
		width: 100%;
		margin: 25px auto 15px;
}
	.box4 img {
		width: 100%;
		height: auto;
}
	.price p {
		text-align: justify;
		font-size: 3.5vw;
		line-height: 1.5;
}
}

.title2 {
	width: 90%;
	margin: 0 auto;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.t-box1 {
	width: 35%;
}
.t-box1 img {
	width: 100%;
	height: auto;
}
.t-box2 p {
	font-size: 27px;
	line-height: 1.5;
	font-weight: 600;
	text-align: justify;
}
.box5 {
	width: 100%;
	margin: 50px auto;
}
.box5 img {
	width: 100%;
	height: auto;
}
.txt3 {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 600;
	text-align: justify;
}
@media screen and (min-width:600px) and (max-width:899px){
	.title2 {
		width: 100%;
}
	.t-box2 p {
		font-size: 17px;
	}
}
@media screen and (max-width:599px){
	.title2 {
		width:100%;
		flex-direction: column;
		align-items: center;
}
	.t-box1 {
		width: 50%;
	}
	.t-box2 p {
		padding-top: 20px;
		font-size: 4vw;
		text-align: center;
	}
	.box5 {
		width: 100%;
		margin: 30px auto;
	}
	.box5 img {
		width: 100%;
		height: auto;
	}
	.txt3 {
		font-size: 3.5vw;
	}
}

.sec3 {
	border-top: solid 1px #0099CC;
	border-bottom: solid 1px #0099CC;
}
.map {
	text-align: center;
}
.m-title {
	width: auto;
	height: 95px;
}
.map p {
	font-size: 30px;
	line-height: 1.5;
	font-weight: 600;
	padding: 50px 0;
}
@media screen and (min-width:600px) and (max-width:899px){
	.m-title {
		width: auto;
		height: 70px;
}
	.map p {
		font-size: 23px;
}
}
@media screen and (max-width:599px){
	.m-title {
		width: auto;
		height: 45px;
}
	.map p {
		font-size: 4.5vw;
		padding: 20px 0;
}
}

.box6 {
	width: 90%;
	margin: 0 auto 50px;
}
.box6 img {
	width: 100%;
	height: auto;
}
.sec4 .box2 {
	padding: 30px 0 0;
}
.sec4 .box2 p {
	padding: 30px 0 0;
}
.sec4 {
	border-bottom: solid 1px #0099CC;
}
@media screen and (min-width:600px) and (max-width:899px){

}
@media screen and (max-width:599px){
	.box6 {
		width: 100%;
		margin: 0 auto 20px;
}
}

.tel {
	width: 90%;
	margin: 0 auto;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.tel img {
	width: 48%;
	height: auto;
}
.tel a {
	width: 48%;
}
.tel a img {
	width: 100%;
	height: auto;
}
.label {
	width: 100%;
	margin: 50px auto 0;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.label li {
	width: 30%;
}
.label li img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:599px){
	.tel {
		flex-direction: column;
}
	.tel img {
		width: 100%;
		height: auto;
		padding: 10px 0;
	}
	.tel a {
		width: 100%;
}
	.label {
		margin: 20px auto 0;
		flex-direction: column;
}
	.label li {
		width: 80%;
		margin: 10px auto;
	}
	.label li img {
		width: 100%;
		height: auto;
	}
}

.form {
	text-align: center;
}
.f-title {
	height: 95px;
	width: auto;
}
.form p {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    padding: 50px 0;
}
.form dl {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	font-size: 100%;
}
.form dt {
	width: 30%;
	margin: 10px 0;
}
.form dd {
	width: 70%;
	margin: 10px 0;
}
.area {
	width: 100%;
	height: 40px;
	border-radius: 10px;
    border: solid 1px #000;
}
.t-area {
	width: 100%;
	height: 100px;
	background: #fff;
}
.formbox {
	padding: 40px 0 50px;
	text-align: center;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
@media screen and (min-width:600px) and (max-width:899px){
	.f-title {
		height: 70px;
		width: auto;
	}
	.form p {
		font-size: 23px;
	}
	.form dl {
		width: 100%;
	}
}
@media screen and (max-width:599px){
	.f-title {
		height: 45px;
		width: auto;
}
	.form p {
		font-size: 4.5vw;
		 padding: 20px 0;
	}
	.form dl {
		width: 100%;
		flex-direction: column;
	}
	.form dt {
		width: 100%;
		margin: 10px 0 0;
		font-size: 5vw;
		text-align: left;
	}
	.form dd {
		width: 100%;
		margin: 10px 0;
	}
	.formbox {
	flex-direction: column;
}
	input[type="submit"], input[type="reset"] {
		height: 50px;
	}
}
@media screen and (min-width:600px){
a[href^="tel:"] {
    pointer-events: none;
}
}


