<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: #000;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* concept
-----------------------------------------------------------------*/
.concept.park{
    position: relative;
	padding: 0px 0 40px;
    background-image: url(../img/common/bg_r2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.concept.shopping{
    position: relative;
	padding: 0px 0 40px;
    background-image: url(../img/common/bg_l2.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.concept.clinic{
    position: relative;
	padding: 0px 0 40px;
    background-image: url(../img/common/bg_r1.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.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 hr{
    width: 150px;
    margin: 20px auto 60px;
}
.concept .txt-area .explain{
    line-height: 2.4;
    letter-spacing: .4px;
	font-size: 1.6rem;
}

.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%;
	height: auto;
}
.concept .map img{
  box-sizing: border-box;
  border:1px solid #000;  
}
.concept .map .caption{
	position: absolute;
	left: 0px;
	bottom: 0;
	font-size: 1.1rem;
}
.concept .brn-base{
    margin-left: 30px;
}

.education{
    margin-top: 150px;
    background-color: #cec3a1;
    text-align: center;
    line-height: 2.50;
}
.education .inner{
    padding-top: 60px;
    padding-bottom: 60px; 
}
.education ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.education ul li{
    position: relative;
    padding: 30px;
    width: 50%;
}
.education ul li:first-child{
    background-color: #fff;
}
.education ul li:last-child{
    background-color: #c498b8;
}
.education ul li .caption{
    position: absolute;
    bottom: 10px;
    right:10px;
}

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


/* 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;
}








/*--------------------------------------------------------------------------
   tablet
---------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
.concept .map{
	position: relative;
	max-width: 750px;
	width: 65%;
}

.concept.shopping .layout-box{
    margin-bottom: 0px;
}

.education{
    margin-top: 80px;
}

}










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


/*--------------------------------------------------------------------------
   Mv
---------------------------------------------------------------------------*/
#Mv .txt-area img{
	position: absolute;
    top:40%;
    left: 75%;
    width: 35%
}

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


/* concept
-----------------------------------------------------------------*/
	.concept {
		padding: 0;
	}
	.concept .layout-box{
		display: block;
		margin-bottom: 30px;
	}
	.concept .txt-area{
		width: 100%;
	}
	.concept .txt-area .explain{
    line-height: 2.4;
    letter-spacing: .4px;
	font-size: 1.4rem;
	}
	.concept .map{
		max-width: none;
		width: 100%;
		height: auto;
		margin: 0 0 130px;
	}
	.concept .map .caption{
		font-size: 1rem;
	}
	.concept .person{
		width: 80%;
	}
	
	.education .inner{
    padding-top: 60px;
    padding-bottom: 20px; 
	}
	.education ul li{
    	position: relative;
    	padding: 30px;
    	width: 100%;
	}


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