@charset "utf-8";
.warp {
	width: 950px;
	margin: 0 auto;
}
.pcNone {
	display: none;
}

/* header
-------------------------------------------------- */
header{
	position: fixed;
	top: 0;
  z-index: 10;
	width: 100%;
  min-width: 950px;
	height: 100px;
	padding: 20px 2em 0;
  border-top: #006934 solid 8px;
  background-color: #fff;
}
header.change {
  border-top: none;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
}
header.change.case {
  border-top: #006934 solid 8px;
  background: #fff;
}
header .warp {
	width: 100%;
}
header h1 {
	float: left;
	line-height: 1;
}
header h1 img:first-child {
  display: block;
}
header h1 img:last-child {
  display: none;
}
header.change h1 img:first-child {
  display: none;
}
header.change h1 img:last-child {
  display: block;
}
#mobileHead {
	width: 100%;
	z-index: 999;
	position: relative;
}

/* Fixed reset */
.fixed {
	position: fixed;
	top: 0;
	z-index: 10;
	/*box-shadow: 0px 1px 5px rgba(0,0,0,0.4);*/
}

/* nav
-------------------------------------------------- */
#globalNav {
	float: right;
}
#globalNav ul {
	float: right;
	height: 30px;
	font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
#globalNav ul li {
	float: left;
  margin: 0 0.5em;
  padding: 0;
}
#globalNav ul li:first-child {
	margin-left: 0;
}
#globalNav ul li:last-child {
	margin-right: 0;
}
#globalNav ul a {
	display: block;
  color: #9e9f9f;
  padding: 0.5em 1em;
  position: relative;
  letter-spacing: 0.05em;
  text-decoration: none;
}
header.change #globalNav ul a {
  color: #fff;
}
header.change.case #globalNav ul a {
  color: #9e9f9f;
}
#globalNav ul a:before,
#globalNav ul a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#globalNav ul a:before {
  bottom: 0;
	left: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #9e9f9f;
}
header.change #globalNav ul a:before {
  background-color: #fff;
}
header.change.case #globalNav ul a:before {
  background-color: #9e9f9f;
}
#globalNav ul a:after {
  left: 0;
  top: 0;
  padding: 0.5em;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
#globalNav ul a.current:before,
#globalNav ul a:hover:before,
#globalNav ul .on a:before {
  opacity: 1;
  width: 90%;
	margin: 0 5%;
}
#globalNav ul a:hover:after,
#globalNav ul .on a:after {
  max-width: 100%;
}
/* Toggle Button */
#navToggle {
	display: none;
	position: absolute;
	right: 3%;
	top: 17px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 101;
}
#navToggle div {
	position: relative;
}
#navToggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #333;
	left: 0;
	transition: .35s ease-in-out;
}
#navToggle span:nth-child(1) {
	top: 0;
}
#navToggle span:nth-child(2) {
	top: 10px;
}
#navToggle span:nth-child(3) {
	top: 20px;
}
#topVisual {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 700px;
	background-position:center center;
	background-size:cover;
	text-align: center;
}	
#topVisual.exceed {
	margin-top: 100px;
}	
.swiper-wrapper .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-wrapper .swiper-slide.img01 {
  background-image: url("../../common/images/image01.jpg");
}
.swiper-wrapper .swiper-slide.img02 {
  background-image: url("../../common/images/image02.jpg");
}
.swiper-wrapper .swiper-slide.img03 {
  background-image: url("../../common/images/image03.jpg");
}
.swiper-wrapper .swiper-slide.img04 {
  background-image: url("../../common/images/image04.jpg");
}
.swiper-wrapper .swiper-slide.article01 {
  background-image: url("../../property/article01/images/main.jpg");
}
.swiper-wrapper .swiper-slide.article02 {
  background-image: url("../../property/article02/images/main.jpg");
}
.swiper-wrapper .swiper-slide.article03 {
  background-image: url("../../property/article03/images/main.jpg");
}
.swiper-wrapper .swiper-slide.article04 {
  background-image: url("../../property/article04/images/main.jpg");
}
.swiper-wrapper .swiper-slide.article05 {
  background-image: url("../../property/article05/images/main.jpg");
}
.swiper-wrapper .swiper-slide.article06 {
  background-image: url("../../property/article06/images/main.jpg");
}
.swiper-wrapper .swiper-slide.article07 {
  background-image: url("../../property/article07/images/main.jpg");
}



.swiper-pagination-bullet {
  background: #fff!important;
}
.swiper-wrapper figure {
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.swiper-wrapper figure figcaption {
  color: #fff;
  text-align: left;
  font-size: 2.1rem;
  line-height: 1.2;
}
.swiper-wrapper figure figcaption span {
  font-size: 1.4rem;
}
.swiper-wrapper figure.property figcaption {
  font-size: 4rem;
}
.swiper-wrapper figure figcaption span {
  font-size: 2.4rem;
}


/* #pagetop
-------------------------------------------------- */
#pagetop {
	position: fixed;
	z-index: 998;
	right: 87px;
	bottom: 100px;
}
#pagetop a {
	display: none;
	position: relative;
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#pagetop a::before,
#pagetop a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}	
#pagetop a::before {
	width: 69px;
	height: 69px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	border: #006934 solid 2px;
}
#pagetop a::after {
	top: 9px;
	left: 26px;
	width: 16px;
	height: 16px;
	border-top: 1px solid #006934;
	border-right: 1px solid #006934;
	transform: rotate(-45deg);
}
#pagetop a:hover::before {
	background-color: #006934;
	border: #fff solid 2px;
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#pagetop a:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* section
-------------------------------------------------- */
section:after {
	display: block;
	clear: both;
	content: "";
}

/* .title .sentence .linkBtn
-------------------------------------------------- */

a.hover:hover {
	opacity: 0.7;
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
}


/* #section01
-------------------------------------------------- */
#section01 {
  text-align: center;
  padding: 250px 0 0;
}
#section01 h2 {
  font-size: 3.0rem;
  line-height: 2;
  font-weight: normal;
  padding-bottom: 2em;
}
#section01 p {
  line-height: 2;
  padding-bottom: 2em;
}
#section01 p:last-of-type {
  font-size: 2.0rem;
}
/* #section02
-------------------------------------------------- */
#section02 {
  padding: 200px 0 0;
  text-align: center;
}
#section02 h2 {
  color: #006934;
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: -0.01em;
  margin-bottom: 120px
}
#section02 h2 img {
  vertical-align: middle;
  margin: -10px 8px 0 0;
}
#section02 h2 span {
  display: block;
  margin: -8px 0 0 4em;
  font-size: 1.4rem;
  letter-spacing: 0;
}
#section02 a {
  position: relative;
  display: block;
  background-color: #006934;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#section02 a:hover > article {
  opacity: 0.7;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#section02 article {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 950px;
  height: 500px;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#section02 article.img01 {
  background-image: url("../../property/article01/images/main.jpg");
}
#section02 article.img02 {
  background-image: url("../../property/article02/images/main.jpg");
}
#section02 article.img03 {
  background-image: url("../../property/article03/images/main.jpg");
}
#section02 article.img04 {
  background-image: url("../../property/article04/images/main.jpg");
}
#section02 article.img05 {
  background-image: url("../../property/article05/images/main.jpg");
}
#section02 article.img06 {
  background-image: url("../../property/article06/images/main.jpg");
}
#section02 article.img07 {
  background-image: url("../../property/article07/images/main.jpg");
}
#section02 article figure {
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 1;
}
#section02 article figure img {
  margin-top: -1em;
}
#section02 article figure figcaption {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  padding-right: 1em;
}
#section02 article figure figcaption span {
  font-size: 1.2rem;
}


 /* footer
-------------------------------------------------- */
footer {
  width: 100%;
  min-width: 950px;
  padding: 30px 0;
	line-height: 1;
  display: inline-block;
}
footer p {
  float: left;
  padding-left: 2em;
  line-height: 1.4;
}
footer p span {
  float: right;
  margin-left: 1em;
  padding-left: 1em;
  margin-top: 8px;
  border-left: 1px #9e9f9f solid;
  white-space: nowrap;
}
footer p span img {
  width: 37px;
  margin-right: 5px;
}
footer p span strong {
  font-weight: normal;
}
footer small {
  float: right;
	font-size: 1.0rem;
	letter-spacing: normal;
  padding: 3em 2em 0 0;
}



/*------------------------------------------------
property
-------------------------------------------------- */
#info {
  text-align: center;
  padding: 250px 0 0;
}
#info h2 {
  color: #006934;
  font-size: 4rem;
  font-weight: normal;
  padding-bottom: 20px;
}
#info h3 {
  color: #006934;
  font-size: 2.5rem;
  font-weight: normal;
  padding-bottom: 1em;
}
#info p {
  line-height: 2;
  margin-bottom: 4em;
}
#slide {
  overflow: hidden;
  width: 100%;
}
.swiper-article {
  width: 100%;
  max-width: 700px !important;
  margin: 0 auto !important;
  overflow: visible !important;
} 
.swiper-article .swiper-slide {
  margin: 0 !important;
} 

#detail {
  padding: 120px 0 100px;
}
#detail h4 {
  font-size: 2.1rem;
  font-weight: normal;
  background: linear-gradient(transparent 65%, #71ff00 0%);
  margin-bottom: 20px;
  padding-bottom: 4px;
}
#detail .map {
  width: 100%;
  height: 400px;
  margin-bottom: 60px;
}
#detail .map iframe {
  width: 100%;
  height: 100%;
}
#detail .plot {
  width: 600px;
  height: auto;
  margin: 0 auto 60px;
}
#detail .plot img {
  width: 100%;
}
#detail table {
  width: 100%;
  font-size: 1.4rem;
}
#detail table th,
#detail table td {
  padding: 5px 10px;
  border: 1px solid #DDD;
  background-color: #FFF;
}
#detail table th {
  width: 20%;
  font-weight: normal;
  background-color: #ECECEC;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
  -webkit-background-size: 7px 7px;
}
#detail table.price {
  margin-bottom: 60px;
}
#detail table.price th,
#detail table.price td {
  text-align: center;
}
#detail table.price thead th:nth-of-type(2) {
  width: 60%;
}
#detail table.summary td {
  width: 80%;
}
#detail table.summary tr:nth-of-type(2) td {
  text-align: center;
  width: 30%;
}
#detail .notes {
  color: #AD0002;
  font-size: 1.2rem;
  text-indent: -1em;
  padding: 8px 0 0 1em;
}
#detail #flee {
  border: #ddd solid 1px;
  padding: 15px 30px 12px;
  display: flex;
  width: 640px;
  margin: 40px auto 0;
	background-color: #ececec;
}
#detail #flee dt {
  padding-right: 20px;
}
#detail #flee dd img {
  height: 51px;
  padding-right: 20px;
}
#detail #flee dd span {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
}

/*------------------------------------------------
サービス内容
-------------------------------------------------- */
.service br.sp {
  display: none;
}
.service #topVisual {
  min-height: auto;
  height: 400px;
}
.service #topVisual.exceed{
  margin-top: 0;
}
.service .swiper-wrapper figure {
  top: 50%;
  left: calc(50% - 7.8em);
  bottom: 0;
}
.service .swiper-wrapper .swiper-slide.service {
  background-image: url(../../service/images/main.jpg);
}
.service .swiper-wrapper figure.property figcaption {
}
.service #info {
  padding: 15rem 0 0;
}
.service #info h2 {
  padding-bottom: 6rem;
}
.service #info ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15rem;
}
.service #info ul li {
  width: 31%;
  border: solid 5px #006934;
}
.service #info ul li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 2rem;
  color: #006934;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.service #info ul li a:hover {
  background-color: #006934;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.service #info ul li dt {
  font-family: "Sawarabi Mincho";
  font-size: 1.6rem;
  line-height: 3rem;
}
.service #info ul li dt span {
  display: block;
  font-size: 4rem;
}
.service #info ul li dd {
  font-size: 2.4rem;
  line-height: 3.6rem;
  padding: 3rem 0;
}
.service #info ul li a::after {
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  margin-bottom: 16px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #006934;
  border-right: 2px solid #006934;
  transform: rotate(135deg);
}
.service #info ul li a:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.service section.flow {
  width: 950px;
  margin: 0 auto 100px;
}
.service section.flow .num,
.service section.flow h2,
.service section.flow h3,
.service section.flow h4 {
  text-align: center;
  font-weight: 400;
}
.service section.flow .num {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  font-family: "Sawarabi Mincho";
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 3rem;
  color: #fff;
  padding-top: 1.7rem;
}
.service section.flow .num span {
  display: block;
  font-size: 4rem;
}
.service section.flow .num:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  margin-left: -50%;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #006934;
  z-index: -1;
}
.service section.flow h2 {
  font-size: 4rem;
  color: #006934;
  padding-bottom: 2rem;
}
.service section.flow h3 {
  font-size: 3.2rem;
  padding-bottom: 5rem;
}
.service section.flow h4 {
  font-size: 2.8rem;
  color: #006934;
  padding: 1.5rem;
  background: #ddd;
  margin-bottom: 5rem;
}
.service .balloon {
	position: relative;
	background: #fff;
	border: 2px solid #006934;
  margin-bottom: 5rem;
  padding: 2rem;
}
.service .balloon:after, .service .balloon:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.service .balloon:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 30px;
	margin-left: -30px;
}
.service .balloon:before {
	border-color: rgba(0, 105, 52, 0);
	border-top-color: #006934;
	border-width: 33px;
	margin-left: -33px;
}
.service .balloon ul {
  display: flex;
  justify-content: space-between;
}
.service .balloon ul li:first-child {
  padding: 3rem 6rem 0 3rem;
}
.service .balloon ul li h5 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #006934;
  margin-bottom: 3rem;
}
.service .balloon ul li p {
  margin-bottom: 2rem;
}
.service .balloon ul li img {
  width: 433px;
  height: auto;
}
.service .balloon ul li img.bnr {
  width: 100%;
}
.service .balloon ul ul {
  display: inline-block;
  margin-bottom: 2rem;
}
.service .balloon ul ul li:first-child {
  padding: 0;
}
.service .balloon ul ul li,
.service #service03 ul ul li {
  margin-bottom: .5rem;
}
.service .balloon ul ul li:before,
.service #service03 ul ul li:before {
  content: "・";
}
.service .balloon ul ul li:last-child {
  margin-bottom: 0;
}
.service #service02 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
.service #service02 ul li {
  width: 24%;
}
.service #service02 ul li img {
  width: 100%;
}
.service #service03 ul {
  display: flex;
  justify-content: space-between;
}
.service #service03 ul li {
  width: 48%;
}
.service #service03 ul ul {
  display: block;
  padding: 1.5rem;
  background: #ddd;
}
.service #service03 ul ul li {
  width: 100%;
}
.service #contact {
  width: 950px;
  margin: 0 auto 100px;
}
.service #contact a.btn {
  display: inline-block;
  background: #006934;
  border: 2px solid #006934;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 2rem;
}
.service #contact a.btn:hover {
  color: #006934;
  background: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 741px) {
	body {
		min-width: 980px;
		margin: auto;
	}
	header .warp {
		width: 950px;
		min-width: 950px;
		max-width: 950px;
	}	
	
}


/*------------------------------------------------
施工事例
-------------------------------------------------- */
.swiper-wrapper .swiper-slide.works01 {
  background-position: center center;
  background-image: url("../../works/images/works01.jpg");
}
.swiper-wrapper .swiper-slide.works02 {
  background-position: center center;
  background-image: url("../../works/images/works02.jpg");
}
#works section h2 {
  color: #006934;
  font-size: 3rem;
  padding-bottom: 2em;
}
#works section h2 span {
  font-weight: normal;
  font-size: 1.8rem;
  padding-left: 1em;
}
#works section:first-of-type {
  padding: 200px 0 0;
}
#works #caseList {
  display: inline-block;
  width: 100%;
}
#works #caseList li {
  float: left;
  margin: 0 10px 10px 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#works #caseList li.hid {
  opacity: 0;
  height: 0;
  margin: 0;
}
#works #caseList li:nth-of-type(4n) {
  margin-right: 0;
}
#works #caseList li a {
  position: relative;
  display: block;
  background-color: #006934;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#works #caseList li a:hover img {
  opacity: 0.7;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#works .more {
  position: relative;
  text-align: center;
  margin-top: 20px;
  z-index: 1;
}
#works .more a {
  display: block;
  width: 100%;
  color: #006934;
  border: #006934 solid 1px;
  padding: 0.5em;
}
#works .more a.hover {
  color: #fff;
  background-color: #006934;
}
#works .about {
  margin-top: 80px;
  padding: 80px 0;
  background-color: #ddd;
}
#works article {
  margin-top: 60px;
}
#works article figure {
  float: right;
  width: 230px;
}
#works article h1 {
  float: left;
  clear: both;
  font-size: 1.8rem;
  padding-bottom: 1em;
}
#works article p {
  float: left;
  clear: both;
	/*
  width: 650px;
	*/
}
#case {
  padding-top: 180px;
}
#case h2 {
  float: left;
  font-size: 2.8rem;
  font-weight: normal;
}
#case h2::after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background: #444;
  margin-top: 20px;
}
#case p {
  float: left;
  padding: 5px 0 0 2em;
}
#case ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 120px 0 100px;
}
#case ul li {
  width: 100%;
  padding: 5px;
}
#case ul li.half {
  width: 50%;
}
#case ul li img {
  width: 100%;
}






