<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　index
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.btn-side{
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 1000;
  width: 240px;  
}
.btn-side a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
  width: 100%;
	height: 50px;
	border-radius: 50px 0 0 50px;
	/*border: 1px solid #bb9c62; */
	margin: 0 auto;
	background: #bb9c62;
	color: #0a0a0e;
	font-weight: 500;
	letter-spacing: .08em;
	transition: .3s;  
}
.btn-side a::after{
 	position: absolute;
	right: 7%;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	content: "";
	background: #0a0a0e;
	transition: .3s; 
}
.btn-side a:hover{
	background: #dcbb7d;
}

/*--------------------------------------------------------------------------
   Mv
---------------------------------------------------------------------------*/
#Mv{
	position: relative;
    background-color: #9bb32d;
}
#Mv .txt-area img{
	position: absolute;
    top:35%;
    left: 50%;
    transform: translateX(-50%);
    width: 35%
}
#Mv .mv-scene .pic{
	max-width: none;
	line-height: 0;
}

#Mv .caption{
    position: absolute;
    bottom: 0;
    left: 5px;
    color: #fff;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
 .btn-viewmore a{
	max-width: 280px;
	height: 40px;
    margin: 80px auto 0 30px;
 }


/* concept
-----------------------------------------------------------------*/
.concept{
    position: relative;
	padding: 0px 0 40px;
}

.concept .txt-area{
	flex-shrink: 0;
	width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.concept .txt-area h2{
    border: none;
}
.concept .txt-area h2 span{
    padding-right: 0;
}
.concept .txt-area .trasnport{
	font-size: 1.4rem;
	line-height: 2.5;
}
.concept .txt-area .trasnport span{
  color: #bb9c62;
}
.concept .txt-area hr{
    width: 150px;
    margin: 20px auto 60px;
}
.concept .txt-area .explain{
    line-height: 2.0;
    letter-spacing: .4px;
}

.concept.shopping .layout-box{
    position: relative;
    margin-bottom: 80px;
	align-items: center;
    flex-direction: row-reverse;
}
.concept .map{
	position: relative;
	max-width: 750px;
	width: 55%;
}
.concept .map img{
  box-sizing: border-box;
  border:1px solid #000;  
}
.concept .map .caption{
	position: absolute;
	left: 5px;
	bottom: 0;
	font-size: 1.1rem;
}
.concept .brn-base{
    margin-left: 30px;
}


.concept .layout-box ul{
    width: 600px;
    margin: 60px auto 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.concept .layout-box ul li{
    width: 46%;
    margin: 2%;
}

.simu{
    position: relative;
	padding: 0px 0 80px;
    background-image: url(../img/common/bg_r1.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.simu .layout-box{
    display: block;
}
.simu .layout-box img:last-child{
    margin-top: 50px;
}

.time{
    position: relative;
	padding: 0px 0 80px;
    background-image: url(../img/common/bg_l1.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.time .layout-box{
    display: block;
}

.time .layout-box h3{
    width: 100%;
    margin-top: 50px;
}
.time .layout-box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.time .layout-box ul li{
    width: 23%;
}


.map{
    position: relative;
	padding: 0px 0 80px;
    background-image: url(../img/common/bg_r1.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.map .layout-box{
    display: block;
    text-align: center;
}
.map .layout-box img:last-child{
    margin-top: 50px;
}



/* access
-----------------------------------------------------------------*/
.access{
    position: relative;
	padding: 0px 0 40px;
    background-image: url(../img/common/bg_l1.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.access .layout-box{
    position: relative;
    margin-bottom: 80px;
	align-items: center;
    
}
.access .txt-area{
	flex-shrink: 0;
	width: 40%;
}
.access .txt-area .trasnport{
	font-size: 1.4rem;
	line-height: 2.5;
}
.access .txt-area .trasnport span{
  color: #bb9c62;
}
.access .googlemap-link{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 350px;
  text-align: center;  
}
.access .map{
	position: relative;
	max-width: 750px;
	width: 55%;
}
.access .map img{
  box-sizing: border-box;
  border:1px solid #000;  
}
.access .map .caption{
	position: absolute;
	left: 5px;
	bottom: 0;
	font-size: 1.1rem;
}
.access .brn-base{
    margin-left: 30px;
}
















/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/*--------------------------------------------------------------------------
   Mv
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
	 
	 .inner{
	 	padding: 60px 20px 0;
	 }


/* concept
-----------------------------------------------------------------*/
	.concept {
		padding: 0;
	}
	.concept .layout-box{
		display: block;
		margin-bottom: 30px;
	}
	.concept .layout-box ul{
    width: 100%;
    margin: 0 auto;
	}
	.concept .layout-box ul li{
    width: 100%;
    margin: 0;
	}
	.concept .layout-box ul li img{
    width: 100%;
	}
	.concept .txt-area{
		width: 100%;
	}

	.concept .map{
		max-width: none;
		width: calc(100% + 40px);
		margin: 0 0 25px -20px;
	}
	.concept .map .caption{
		font-size: 1rem;
	}


/* plan
-----------------------------------------------------------------*/
	.plan {
		padding: 50px 0;
	}
	.plan .ico-note{
		width: 280px;
	}
	.plan .note{
		margin: 5px 0 35px;
	}
	.plan .txt-view{
		padding-bottom: 20px;
		text-align: center;
		letter-spacing: .05em;
		font-weight: 500;
	}
	.plan .txt-view span:nth-child(2){
		display: inline-block;
		transform: translateY(2px);
		font-size: 120%;
		line-height: 0.9;
	}


/* design
-----------------------------------------------------------------*/
	.design{
		padding: 50px 0;
	}
	.design .layout-box{
		display: block;
	}
	.design .pic{
		width: 100%;
		margin: 50px 0 0;
	}
	.design .pic .caption{
		left: 25px;
		font-size: 1rem;
	}
	.design .txt-area{
		max-width: none;
		width: 100%;
		text-align: center;	
	}
	.design .txt-area .txt{
		padding: 0;
		margin-bottom: 30px;
		font-size: 1.6rem;
	}


/* view
-----------------------------------------------------------------*/
	.view{
		padding: 50px 0;
	}
  .view .txt-lead{
    text-align: center;
    font-size: 1.6rem;  
  }
	.view-pic-area{
		position: relative;
	}
	.view-pic-area .ico-swipe{
		display: block;
		pointer-events: none;
	}
	.view-pic-scroll{
		width: 100%;
		overflow: auto;
	}
	.view-pic-area .pic-view{
		width: 250%;
	}
	.view .note{
		margin: 10px 0 0;
		padding-left: 1em;
		text-indent: -1em;
	}


/* brand
-----------------------------------------------------------------*/
	.brand{
		padding: 50px 0;
	}
	.brand .txt-lead{
		font-size: 2.3rem;
		line-height: 1.4;
	}
	.brand .txt-lead span{
		display: block;
		width: 152px;
		margin: 20px auto 0;
	}
	.brand .txt{
		margin-bottom: 50px;
		font-size: 1.4rem;
		text-align: justify;
	}
	.brand .bnr{
		width: calc(100% + 40px);
		margin-left: -20px;
	}


/* information
-----------------------------------------------------------------*/
	.information{
		padding: 50px 0;
	}
	.ttknews ul li{
		margin-left: -20px;
		padding: 20px;
		font-size: 1.3rem;
	}


/* special
-----------------------------------------------------------------*/
  .special{
   padding: 40px 0 20px; 
  }
  .special .bnr{
    text-align: center;  
  }
  .special .bnr a{
    transition: .3s;  
  }
  .special .bnr a:hover{
    opacity: .7;  
  }



}</pre></body></html>