@charset "utf-8";


@media screen and (max-width:740px) {
	
/* -----------------------------------------------
 [2. Layout(レイアウト)]
-------------------------------------------------- */
.warp {
	width: 94%;
	margin: 0 3%;
}
.pcNone {
	display: block;
}
.telLink a:hover,
.telLink a:focus,
.telLink a {
	color: #333;
	text-decoration: none;
}

/* header
-------------------------------------------------- */
header {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	padding: 0;
	height: 60px;
	width: 100%;
	min-width: 100%;
}
header .warp {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0;
	background-color: #fff;
}
/* Fixed reset */
header.fixed {
}
header.open {
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
#mobileHead {
	width: 100%;
	padding: 0 3%;
	margin: 0;
	height: 59px;
	z-index: 999;
	position: relative;
}
header h1,
header.fixed h1 {
	position: absolute;
	height: 30px;
	width: auto;
	margin: 12px 0 0;
	text-align: center;
}
header h1 img {
	height: 100%;
	width: auto;
}

	
	
	
/* #nav
-------------------------------------------------- */
nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: rgba(243, 167, 172, 0.95);
	width: 100%;
	text-align: center;
	padding: 10px 0 0;
	transition: .5s ease-in-out;
}
nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 1.8rem;
}
nav ul li {
	float: none;
	position: static;
	margin: 0;
}
nav ul li:after,
nav ul li.on:after  {
	display: none;
}
header nav ul li a,
header.fixed nav ul li a,
#globalNav li a,
header.change #globalNav ul a,
header.change.case #globalNav ul a{
	width: 100%;
	display: block;
	color: #333;
	padding: 10px 5% 0;
	border-right: none;
}
header.change #globalNav ul a:before {
   background-color: #9e9f9f;
}
#globalNav {
	position: absolute;
	top: -580px;
	width: 100%;
	min-width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #fff;
}
#globalNav.fixed {
	padding: 0;
}
#globalNav ul {
	min-width: 100%;
	height: auto;
	margin: 0 auto;
  padding-top: 100px;
	display: block;
	font-size: 4.0rem;
	text-align: right;
	background-color: #fff;
}
#globalNav ul li {
	width: 100%;
	min-width: 100%;
	margin: 0;
}
	
#globalNav ul li:nth-child(2) {
	min-width: 100%;
}
	#navToggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #navToggle span:nth-child(1) {
		top: 11px;
		transform: rotate(315deg);
	}
	.open #navToggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #navToggle span:nth-child(3) {
		top: 11px;
		transform: rotate(-315deg);
	}
	/* #globalNav スライドアニメーション */
	.open nav {
		/* #globalNav top + #mobileHead height */
		transform: translateY(580px);
	}
#globalNav ul a:hover:before {
  width: 0;
	margin: 0
}
#globalNav ul a:hover:after {
  max-width: 0;
}
#topVisual {
	min-width: 100%;
  min-height: 100%;
}
header.change.open h1 img:first-child {
  display: block;
}
header.change.open h1 img:last-child {
  display: none;
}
	

	
@media screen and (orientation: landscape) {
 /* 横向きの場合のスタイル */
}
	
.swiper-wrapper figure {
  padding: 0 1em;
}
.swiper-wrapper figure figcaption {
  color: #fff;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 10px 10px 0 0;
}
.swiper-wrapper figure figcaption span {
  font-size: 1.2rem;
}
.swiper-wrapper figure.property figcaption {
  font-size: 3rem;
}
.swiper-wrapper figure figcaption span {
  font-size: 2rem;
}

/* #pagetop
-------------------------------------------------- */
#pagetop {
	position: fixed;
	right: inherit;
	bottom: 0;
	width: 100%;
}
#pagetop a {
	width: 100%;
	height: 40px;
	display: block;
  transition: none;
}
#pagetop a:hover {
	opacity: 1;
}
#pagetop a::before {
	width: 100%;
	height: 40px;
	border-radius: 0;
	background-color: #006934;
}
#pagetop a::after {
	top: 10px;
	left: 47%;
	border-color: #fff;
}	
#pagetop a:hover::before {
	background-color: #22AC38;
	border: transparent solid 2px;
  transition: none;
}
#pagetop a:hover::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
  transition: none;
}
	
	
	
/* #section01
-------------------------------------------------- */
#section01 {
  padding: 150px 0 0;
}
/* #section02
-------------------------------------------------- */
#section02 {
  padding: 100px 0 0;
}
#section02 h2 {
  font-size: 2.5rem;
  margin-bottom: 80px;
}
#section02 article {
  background-size: cover;
  height: 240px;
  min-width: 100%;
}
#section02 article figure {
  padding: 0 1em;
}
#section02 article figure figcaption {
  color: #fff;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 10px 10px 0 0;
}
#section02 article figure figcaption span {
  font-size: 1.2rem;
}
  
  
  
	
 /* #map
-------------------------------------------------- */
footer {
  width: 100%;
  min-width: 100%;
  padding: 20px 5%;
  text-align: center;
}
footer p {
  display: block;
  float: none;
  padding-left: 0;
  line-height: 1.4;
}
footer p span {
  float: none;
  display: block;
  margin-left: 0;
  padding-left: 0;
  margin-top: 8px;
  border-left: none;
}
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: 100px 0 0;
}
#info h2 {
  font-size: 3rem;
}
#info h3 {
  font-size: 2.0rem;
}
#detail {
  padding: 60px 0 30px;
}
#detail .plot {
  width: 80%;
}
#detail .map {
  height: 250px;
}
#detail table th {
  word-break: keep-all;
}
.swiper-article .swiper-slide img {
  width: 100%;
}
#detail #flee {
	padding: 10px 0;
	display: inline-block;
	width: 100%;
	margin: 40px auto 0;
	text-align: center;
}
#detail #flee dt {
	padding-right: 0;
	width: 100%;
}
#detail #flee dt br {
	display: none;
}
#detail #flee dd img {
  height: 34px;
  padding-right: 20px;
}
#detail #flee dd span {
  font-size: 3rem;
}
}

  
  
/* サービス内容
-------------------------------------------------- */
.service br.sp {
  display: inline;
}
.service .swiper-wrapper figure {
  width: 100%;
  left: inherit;
}
.service .swiper-wrapper figure.property figcaption {
    width: 100%;
    text-align: center;
  text-indent: 0;
}
.service #info {
  padding: 8rem 0 0;
}
.service #info ul {
  display: block;
  padding-bottom: 5rem;
}  
.service #info ul li {
  width: 100%;
  margin-bottom: 1rem;
}
.service #info ul li:last-child {
  margin-bottom: 0;
}
.service #info ul li a {
  padding: 1rem;
}
.service #info ul li a::after {
  left: auto;
  right: 0;
  margin-right: 1.5rem;
  margin-bottom: 2rem;
  margin-bottom: 3.5rem;
}
.service #info ul dl {
  display: flex;
}
.service #info ul li dt {
  margin-top: -.5rem;
}
.service #info ul li dd {
  font-size: 2rem;
  text-align: left;
  padding: 1rem 0 0 2rem;
  line-height: 2.5rem;
}
.service section.flow {
  width: 94%;
}
.service section.flow h2 {
  font-size: 3rem;
}
.service section.flow h3 {
  font-size: 2.2rem;
  padding-bottom: 2rem;
}
.service section.flow h4 {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
.service .balloon ul {
  display: block;
}
.service .balloon ul li:first-child {
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.service .balloon ul li h5 {
  margin-bottom: 2rem;
}
.service .balloon ul ul li, .service #service03 ul ul li {
  line-height: 2rem;
  margin-bottom: 2rem;
  text-indent: -1rem;
}
.service .balloon ul li img {
  width: 100%;
}
.service .balloon:before {
  border-width: 18px;
  margin-left: -18px;
}
.service .balloon:after {
  border-width: 15px;
  margin-left: -15px;
}
.service #service02 ul {
  flex-wrap:wrap;
}
.service #service02 ul li {
  width: 49%;
  margin-bottom: .5rem;
}
.service #service03 ul {
  display: block;
}
.service #service03 ul li {
  width: 100%;
}
.service #service03 ul li:first-child {
  margin-bottom: 2rem;
}
.service #contact {
  width: 94%;
  margin: -4rem auto 4rem;
}
.service .swiper-wrapper figure {
  padding: 0 2em;
}
  
/*------------------------------------------------
施工事例
-------------------------------------------------- */
#works section:first-of-type {
  padding: 100px 0 0;
}
#works section h2 {
  padding-bottom: 1em;
}
#works #caseList li {
  float: left;
  width: 49%;
  margin: 0 0 2% 0;
}
#works #caseList li:nth-of-type(2n) {
  float: right;
}
#works #caseList li img {
  width: 100%;
}
#works .about {
  margin-top: 60px;
  padding: 60px 0;
}
#works article p {
  width: 100%;
}

#works article figure {
  width: 100%;
  text-align: center;
  margin-top: 2em;
}
#case {
  padding-top: 100px;
}
#case h2 {
  font-size: 2.4rem;
  width: 100%;
}
#case h2::after {
  margin-top: 15px;
}
#case p {
  width: 100%;
  padding: 5px 0 0 0;
}
#case ul {
  margin: 100px 0 30px;
}
#case ul li.half {
  width: 100%;
}



