@charset "utf-8";
.location #page-title {
  margin-bottom: 0;
}
#contents {
	width: auto;
	background: url("../img/location/bg.jpg") repeat bottom center / cover;
}
#contents .inner {
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 768px) {
  #contents .inner {
	padding-left: 30px;
	padding-right: 30px;
}
}
#contents .location .inner {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body.location {
    background-repeat: repeat-y;
  }
  #contents {
    padding-left: 0;
    padding-right: 0;
  }
}
/*-------main visual---------*/
.relative {
    position: relative;
}
#mv{
  width: 100%;
  height: calc(100vh - 50px);
  overflow: hidden;
  background: url(../img/design/main.jpg);
  background-position: bottom left;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #mv{
  background: url(../img/design/main-sp.jpg);	  
  background-position: bottom left;
  background-size: cover;
}
}
#mv .mv_img{
  object-fit: cover;
  object-position: bottom center;
}
#mv .mv_ttl{
  position: absolute;
  width: 41.33vw;
  top: 14.13vw;
}
#mv .mv_copy{
  position: absolute;
  width: 40.13vw;
  bottom: 10.13vw;
  right: 4.4vw;
}
@media screen and (min-width: 480px) {
#mv .mv_copy{
  width: 40.13vw;
}
}
@media screen and (min-width: 768px) {
  .img_note{
		font-size: 1.21vw;
  }

  #mv{
    height: calc(100vh - 105px);
    background: url(../img/design/main.jpg);
    background-position: bottom left;
    background-size: cover;
  }
  #mv .mv_ttl{
    width: 15.71vw;
    top: 6.85vw;
  }
  #mv .mv_copy{
    position: absolute;
    width: 51.78vw;
    bottom: 0;
    right: 3.92vw;
  }
}
@media screen and (min-width: 1400px) {
  .img_note{
		font-size: 17px;
  }

  #mv .mv_ttl{
    width: 220px;
    top: 96px;
  }
  #mv .mv_copy{
    width: 325px;
    right: 55px;
  }
}
@media screen and (max-height: 700px) and (min-width: 768px) {
  #mv .mv_copy {
    width: 40.78vh;
  }
}
@media screen and (min-height: 700px) and (min-width: 768px) {
  #mv .mv_copy {
    width: 25.78vh;
  }
}
/*-------contents---------*/
.inner{
	max-width: 1024px;
}
@media screen and (max-width: 768px) {
  .inner{
	padding: 0 30px;
}
}
#gallery{
	padding-top: 90px;
	padding-bottom: 120px;
	background-color: #000;
	text-align: center;
}
@media screen and (max-width: 768px) {
  #gallery{
	padding-top: 60px;
	padding-bottom: 75px;
}
}
.h4-ttl{
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 1.9vw;
	color: #b9a676;
	letter-spacing: 0.18em;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
  .h4-ttl{
	font-size: 5.4vw;
}
}
#gallery .inner h4{
	margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #gallery .inner h4{
	margin-bottom: 1em;
}
}
.design-head{
	font-size: 1.85vw;
}
@media screen and (max-width: 768px) {
  #contents p.design-head{
	font-size: 4.8vw;
    line-height: 2;
}
}
#gallery .design-head{
	color: #fff;
	margin-top: 90px;
}
@media screen and (max-width: 768px) {
  #gallery .design-head{
	margin-top: 60px;
}
}
.design-text{
	line-height: 2.5;
}
@media screen and (max-width: 768px) {
  #contents p.design-text{
	line-height: 2;
	font-size: 3.3vw;
}
}
#gallery .design-text{
	color: #fff;
}
.gallery-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .gallery-wrap{
	  display: block;
	  padding: 0 30px;
	  margin-top: 60px;
}
}
.gallery-wrap li:nth-child(1){
	margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .gallery-wrap li:nth-child(1){
	margin-right: 0;
}
}
.gallery-wrap li:nth-child(2){
	margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .gallery-wrap li:nth-child(2){
	margin-left: 0;
	  margin-top: 60px;
}
}
.gallery-wrap li:nth-child(1) h4{
	text-align: left;
	padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .gallery-wrap li:nth-child(1) h4{
	text-align: center;
	padding-left: 0;
}
}
.gallery-wrap li:nth-child(2) h4{
	text-align: right;
	padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .gallery-wrap li:nth-child(2) h4{
	text-align: center;
	padding-right: 0;
}
}
#design{
	margin-top: 120px;
	margin-bottom: 120px;
	text-align: center;
}
@media screen and (max-width: 768px) {
  #design{
	margin-top: 75px;
	margin-bottom: 90px;
	text-align: center;
}
}
#contents h3{
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #contents h3{
	margin-bottom: 30px;
}
}
#contents #design h3 img{
	width: 212px;
}
@media screen and (max-width: 768px) {
  #contents #design h3 img{
	width: auto;
	height: 60px;
}
}
.design-wrap{
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
	text-align: left;
}
@media screen and (max-width: 768px) {
  .design-wrap{
	margin-top: 50px;
	display: block;
}
}
.design-wrap ul.col-left{
	width: 56%;
}
@media screen and (max-width: 768px) {
  .design-wrap ul.col-left{
	width: 100%;
}
}
.design-wrap li:nth-child(-n+2){
	margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .design-wrap li:nth-child(-n+2){
	margin-bottom: 80px;
}
}
.design-wrap .pers{
	width: 37%;
}
@media screen and (max-width: 768px) {
  .pers-sp{
	width: 55%;
	margin: 0 auto;
	margin-top: 50px;
}
}
.design-wrap h4{
	text-align: left;
}
@media screen and (max-width: 768px) {
  .design-wrap h4{
	text-align: center;
	  margin-bottom: 30px;
}
}
.arch-wrap{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.arch-wrap img{
	width: 210px;
}
@media screen and (max-width: 768px) {
  .arch-wrap img{
	width: 50%;
}
}
.arch-wrap p{
	margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #contents .arch-wrap p{
	margin-left: 20px;
	margin-bottom: 0;
}
}
.arch-wrap .small{
	display: inline-block;
	margin-top: 15px;
	font-size: 0.8em;
}
.arch-wrap .large{
	font-size: 1.2em;
}
.facadedesign-wrap{
	display: flex;
}
@media screen and (max-width: 768px) {
  .facadedesign-wrap{
	display: block;
	  text-align: left;
}
}
.design-wrap .facadedesign-wrap li{
	margin-bottom: 0;
	width: 50%;
}
@media screen and (max-width: 768px) {
  .design-wrap .facadedesign-wrap li{
	width: 100%;
}
}
@media screen and (max-width: 768px) {
  .design-wrap .facadedesign-wrap li:first-child{
	margin-bottom: 40px;
}
}
.facadedesign-wrap li:nth-child(1){
	margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .facadedesign-wrap li:nth-child(1){
	margin-right: 0;
}
}
#contents p.col-head{
	font-size: 1.3em;
	margin-bottom: 20px
}
@media screen and (max-width: 768px) {
  #contents p.col-head{
	font-size: 4vw;
	margin-bottom: 30px;
	text-align: center;
	line-height: 2;
}
}
#contents p.facadedesign-head{
	font-size: 1.2em;
	color: #002046;
	margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #contents p.facadedesign-head{
	font-size: 3.8vw;
	border-bottom: 1px solid #002046;
	  margin-bottom: 0.7em;
	  padding-bottom: 0.7em;
}
}
#contents .land-wrap-main li:nth-child(-n+2) p.facadedesign-head{
	font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .land-list-wrap{
	display: flex;
	justify-content: space-between;
	  align-items: flex-start;
}
}
@media screen and (max-width: 768px) {
  .land-list-wrap p{
	width: 55%;
}
}
@media screen and (max-width: 768px) {
  .land-list-wrap img{
	display: block;
	width: 40%;
	  margin-top: 5px;
}
}
#contents p.facadedesign-text{
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
#contents p.facadedesign-text{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 3.3vw;
	line-height: 2;
}
}
.material-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .material-wrap{
	display: block;
}
}
#contents .material-wrap p{
	margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #contents .material-wrap p{
	margin-right: 0;
	font-size: 3.3vw;
	line-height: 2;
}
}
 #contents .material-wrap img{
	  width: 210px;
}
@media screen and (max-width: 768px) {
  #contents .material-wrap img{
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	width: 100%;
}
}
#landscape{
	text-align: center;
	margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #landscape{
	margin-bottom: 60px;
}
}
#landscape h3{
	text-align: center;
}
#contents #landscape h3 img{
	width: 306px;
}
@media screen and (max-width: 768px) {
  #contents #landscape h3 img{
	width: auto;
	height: 60px;
}
}
#landscape .design-head{
	margin-bottom: 20px;
}
.land-wrap-main{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 80px;
	text-align: left;
}
@media screen and (max-width: 768px) {
  .land-wrap-main{
	margin-top: 0;
}
}
.land-wrap-main li{
	width: 48%;
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .land-wrap-main li{
	width: 100%;
	  margin-top: -20px;
	  padding-top: 80px;
}
}
@media screen and (max-width: 768px) {
  .land-wrap-main li:nth-child(n+3){
	width: 47%;
	margin-top: 30px;
}
}
.land-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}
.land-wrap li{
	width: 31%;
	margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .land-wrap li{
	width: 100%;
	margin-top: -20px;
	padding-top: 80px
}
}
#landscape .facadedesign-head{
	border-bottom: 1px solid #002046;
	padding-bottom: 10px;
}
.facadedesign-head .small{
	font-size: 0.65em;
}
@media screen and (max-width: 768px) {
  #contents p.land-text{
	font-size: 3.3vw;
	line-height: 2;
	margin-bottom: 1em;
}
}
.planting{
	margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .planting{
	margin-top: 90px;
}
}
@media screen and (max-width: 768px) {
  #contents .planting p.design-text{
	margin-bottom: 30px;
}
}
ul.planting-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.planting-wrap li{
	width: 23%;
}
@media screen and (max-width: 768px) {
  .planting-wrap li{
	width: 48%;
}
}
#contents .planting-wrap li p{
	font-size: 0.7em;
	margin-bottom: 10px
}

/*--- 資料請求ボタン ---*/
#entry{
	padding-top: 9.33vw;
	border-top: 1px solid #c9caca;
	text-align: center;
	margin-bottom: 40px;
}
#entry .entry_txt{
	font-size: 3.2vw;
	font-weight: 500;
	color: #747374;
	margin-bottom: 2em;
}
#entry .entry_btn{
	display: block;
	width: 73.33vw;
	margin-left: auto;
	margin-right: auto;
}
#note{
	width: 93.33vw;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.66vw;
	text-align: justify;
	line-height: 1.25;
	letter-spacing: 0;
	margin-top: 13vw;
	margin-bottom: 6.5vw;
}
@media screen and (min-width: 768px) {
	#entry{
		padding-top: 6.42vw;
	}
	#entry .entry_txt{
		font-size: 1.21vw;
		margin-bottom: 1.3em;
	}
	#entry .entry_btn{
		width: 42.85vw;
	}
	#note{
		width: 89vw;
		font-size: 0.85vw;
		margin-top: 6.78vw;
		margin-bottom: 5.35vw;
	}
}
@media screen and (min-width: 1400px) {
	#entry{
		padding-top: 90px;
	}
	#entry .entry_txt{
		font-size: 17px;
	}
	#entry .entry_btn{
		width: 600px;
	}
	#note{
		width: 1246px;
		font-size: 12px;
		margin-top: 95px;
		margin-bottom: 75px;
	}
}
@media screen and (max-width: 768px) {
	#note .note_txt{
	font-size: 2.66vw;
}
}

.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
}
.zoom{
	display: none;
}
@media screen and (max-width: 768px) {
	#contents p.zoom{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin:2em auto 0;
		font-size: 12px;
	}
	#contents p.zoom:before{
		content: url("../img/location/zoom.png");
		display: block;
		width: 14px;
		margin-right: 1em;
		line-height: 1;
	}
	.accessmap .img {
		margin-top: 0.5em;
	}
	.map-thumbnail {
		width: 100%;
		cursor: pointer;
	}
	.popup-wrap{
		position: relative;
		width: 100%;
		height: 100%;
	}
	.popup-content {
		position: absolute;
		top: 20%;
		left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
		/*
		top: 53%;
		left: 50%;
		transform: translate(-50%, -50%);*/
		background: #fff;
		padding: 10px;
		width: 90vw;
		height: 60vh;
		overflow: auto;
	}
	.popup-content img {
		transform: scale(1.7);
		transform-origin: top left;
		display: block;
		width: 100%;
		height: auto;

	}
	.popup-wrap{
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
	}
	.close-btn {
		position: absolute;
		top: 20%;
		right: calc( 5vw - 10px );
		padding: 0.3em;
		background: rgba(0,0,0,0.4);
		font-size: 32px;
		cursor: pointer;
		color: #fff;
		font-weight: bold;
		line-height: 1;
		z-index: 9999;
	}
}
