<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;
}
#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;
    padding: 0 10px;
    color: #fff;
}

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

/* location01
-----------------------------------------------------------------*/
.location01{
    position: relative;
	padding: 0;
}
.location01 .txt-area{
	flex-shrink: 0;
	width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.location01 .txt-area h2{
    border: none;
}
.location01 .txt-area h2 span{
    padding-right: 0;
}
.location01 .txt-area hr{
    width: 150px;
    margin: 20px auto 60px;
}
.location01 .txt-area .explain{
    position: relative;
    line-height: 2.0;
    letter-spacing: .4px;
}
.location01 .txt-area .explain .caption{
    position: absolute;
    bottom: 0
}

/* park
-----------------------------------------------------------------*/
.park{
    position: relative;
	padding: 0px 0 40px;
    background-image: url(../img/common/bg_r2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.park .bg-title{
    position: absolute;
    bottom: 0;
    right: 20px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 7rem;
    line-height: 1;
    color: rgba(255,255,255,.4);
}
.park .layout-box{
    position: relative;
    margin-bottom: 80px;
	align-items: center;
    display: flex;
    flex-direction: row;
}
.park .txt-area{
	flex-shrink: 0;
	width: 35%;
    margin-left: 5%;
    margin-top: -180px;
}
.park .txt-area .catch{
    font-size: 1.6rem;
}
.park ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 60%;
}
.park ul li{
    width: 50%;
    padding: 0 20px 20px 0;
}
.park ul li img{
  box-sizing: border-box;
  width: 100%;
}
.park ul li .caption{
	text-align: right;
	font-size: 1.3rem;
    line-height: 1.5;
}


/* location
-----------------------------------------------------------------*/
.location{
    position: relative;
	padding: 0px 0 80px;
    background-image: url(../img/common/bg_l2.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.location .bg-title{
    position: absolute;
    bottom: 0;
    left: 20px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 7rem;
    line-height: 1;
    color: rgba(255,255,255,.4);
}
.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 .catch{
    font-size: 1.6rem;
}
.location .txt-area .trasnport{
	font-size: 1.4rem;
	line-height: 2.5;
}
.location .txt-area .trasnport span{
  color: #bb9c62;
}
.location .photo{
	position: relative;
	max-width: 750px;
	width: 55%;
}
.location .photo img{
  box-sizing: border-box;
  border:1px solid #000;  
}
.location .photo .caption{
	text-align: right;
	font-size: 1.3rem;
    line-height: 1.5;
}


/* education
-----------------------------------------------------------------*/
.education{
    position: relative;
	padding: 0px 0 80px;
    background-image: url(../img/common/bg_r3.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.education .bg-title{
    position: absolute;
    bottom: 0;
    right: 20px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 7rem;
    line-height: 1;
    color: rgba(255,255,255,.4);
}
.education .layout-box{
    position: relative;
    margin-bottom: 80px;
	align-items: center;
    display: block;
    flex-direction: row-reverse;
}
.education .txt-area{
	flex-shrink: 0;
	width: 100%;
    margin-bottom: 50px;
}
.education .txt-area .catch{
    font-size: 1.6rem;
    text-align: center;
}

.education .txt-area .trasnport span{
  color: #bb9c62;
}
.education .photo ul{
	position: relative;
	max-width: 960px;
    margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.education .photo li{
    width: 48%;
}
.education .photo img{
  box-sizing: border-box;
  border:1px solid #000;  
}
.education .photo .caption{
	text-align: right;
	font-size: 1.3rem;
    line-height: 1.5;
}


/* gourmet
-----------------------------------------------------------------*/
.gourmet{
    position: relative;
	padding: 0px 0 80px;
    background-image: url(../img/common/bg_l1.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.gourmet .bg-title{
    position: absolute;
    bottom: 0;
    left: 20px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 7rem;
    line-height: 1;
    color: rgba(255,255,255,.4);
}
.gourmet .layout-box{
    position: relative;
    margin-bottom: 80px;
	align-items: center;
    display: block;
    flex-direction: row-reverse;
}
.gourmet .txt-area{
	flex-shrink: 0;
	width: 100%;
    margin-bottom: 50px;
}
.gourmet .txt-area .catch{
    font-size: 1.6rem;
    text-align: center;
}

.gourmet .txt-area .trasnport span{
  color: #bb9c62;
}
.gourmet .photo ul{
	position: relative;
	max-width: 960px;
    margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gourmet .photo li{
    width: 48%;
}
.gourmet .photo img{
  box-sizing: border-box;
  border:1px solid #000;  
}
.gourmet .photo .caption{
	text-align: right;
	font-size: 1.3rem;
    line-height: 1.5;
}


/* medical
-----------------------------------------------------------------*/
.medical{
    position: relative;
	padding: 0px 0 80px;
    background-image: url(../img/common/bg_r4.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.medical .bg-title{
    position: absolute;
    bottom: 0;
    right: 20px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 7rem;
    line-height: 1;
    color: rgba(255,255,255,.4);
}
.medical .layout-box{
    position: relative;
    margin-bottom: 80px;
	align-items: center;
    display: block;
    flex-direction: row-reverse;
}
.medical .txt-area{
	flex-shrink: 0;
	width: 100%;
    margin-bottom: 50px;
}
.medical .txt-area .catch{
    font-size: 1.6rem;
    text-align: center;
}

.medical .txt-area .trasnport span{
  color: #bb9c62;
}
.medical .photo ul{
	position: relative;
	max-width: 960px;
    margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.medical .photo li{
    width: 48%;
}
.medical .photo img{
  box-sizing: border-box;
  border:1px solid #000;  
}
.medical .photo .caption{
	text-align: right;
	font-size: 1.3rem;
    line-height: 1.5;
}


/* public
-----------------------------------------------------------------*/
.public{
    position: relative;
	padding: 0px 0 80px;
    background-image: url(../img/common/bg_l4.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.public .bg-title{
    position: absolute;
    bottom: 0;
    left: 20px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 7rem;
    line-height: 1;
    color: rgba(255,255,255,.4);
}
.public .layout-box{
    position: relative;
    margin-bottom: 80px;
	align-items: center;
    display: block;
    flex-direction: row-reverse;
}
.public .txt-area{
	flex-shrink: 0;
	width: 100%;
    margin-bottom: 50px;
}
.public .txt-area .catch{
    font-size: 1.6rem;
    text-align: center;
}

.public .txt-area .trasnport span{
  color: #bb9c62;
}
.public .photo ul{
	position: relative;
	max-width: 960px;
    margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.public .photo li{
    width: 48%;
}
.public .photo img{
  box-sizing: border-box;
  border:1px solid #000;  
}
.public .photo .caption{
	text-align: right;
	font-size: 1.3rem;
    line-height: 1.5;
}

/* lifeinfo
-----------------------------------------------------------------*/
.lifeinfo{
	padding: 2px 0 50px;
}
.lifeinfo .inner{
	max-width: 1280px;
}
.lifeinfo .txt-lead{
	margin-bottom: 30px;
	font-size: 3rem;
	text-align: center;
}
.lifeinfo-tab-nav{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.lifeinfo-tab-nav li{
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% - 5px)/6);
	height: 60px;
	background: #888;
	line-height: 1;
	font-size: 2.5rem;
	color: #fff;
	cursor: pointer;
	transition: .3s;
}
.lifeinfo-tab-nav li.current,
.lifeinfo-tab-nav li:hover{
	background: #ffd800;
	color: #000;
}

.lifeinfo-tab-cont-item + .lifeinfo-tab-cont-item{
	display: none;
}
.lifeinfo-tab-cont-item .lifeinfo-map{
	position: relative;
}
.lifeinfo-tab-cont-item .lifeinfo-map &gt; img{
	box-sizing: border-box;
    text-align: center;
}
.lifeinfo-tab-cont-item .lifeinfo-map .ico-north{
	position: absolute;	
	left: 15px;
	bottom: 32px;
	width: 70px;
}
.lifeinfo-tab-cont-item .lifeinfo-map .caption{
	position: absolute;	
	left: 0;
	bottom: 0;
	padding: 5px 10px;
	background: #231815;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;	
}
.lifeinfo-tab-cont-item .layout-box{
	max-width: 1280px;
	padding: 50px 20px 70px;
	margin: 0 auto;
}
.lifeinfo-tab-cont-item .spot-list{
	max-width: 580px;
	width: calc(50% - 10px);
}
.lifeinfo-tab-cont-item .spot-list li{
	display: flex;
	justify-content: space-between;
	font-size: 1.5rem;
}
.lifeinfo-tab-cont-item .spot-list li:nth-child(n+2){
	margin-top: 15px;
}
.lifeinfo-tab-cont-item .spot-list li p:nth-child(1){
	display: flex;
	margin-right: 10px;
}
.lifeinfo-tab-cont-item .spot-list li p:nth-child(1) span:nth-child(1){
	flex-shrink: 0;
	transform: translateY(7px);
	width: 22px;
	height: 22px;
	margin-right: 5px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	background: #c30d23;
	border-radius: 20px;
}















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

#Mv .caption{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    color: #fff;
	font-size: 1.2rem;
	line-height: 1.2;
}
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
	.inner{
		padding: 60px 20px 0;
	}
	
/* location01
-----------------------------------------------------------------*/

.location01 .txt-area .explain{
    line-height: 0;
}
.location01 .txt-area .explain .caption{
    position: absolute;
    bottom: 0
}

/* education
-----------------------------------------------------------------*/
.education{
	padding: 0px 0 80px;
}
.education .bg-title{
    right: 10px;
    font-size: 5rem;
}
.education .layout-box{
    position: relative;
    margin-bottom: 80px;
	align-items: center;
    display: block;
    flex-direction: row-reverse;
}
.education .txt-area{
	flex-shrink: 0;
	width: 100%;
    margin-bottom: 50px;
}
.education .txt-area .catch{
    font-size: 1.4rem;
    text-align: left;
}

.education .txt-area .trasnport span{
  color: #bb9c62;
}
.education .photo ul{
	position: relative;
	max-width: 960px;
    margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.education .photo li{
    width: 100%;
}

/* location
-----------------------------------------------------------------*/
.location{
	padding: 0px 0 80px;
}
.location .bg-title{
    left: 10px;
    font-size: 5rem;
}
.location .layout-box{
    position: relative;
    margin-bottom: 80px;
	align-items: center;
    display: flex;
	flex-wrap: wrap;
    flex-direction: column-reverse;
}
.location .txt-area{
	flex-shrink: 0;
	width: 100%;
}
.location .txt-area .catch{
    font-size: 1.4rem;
}
.location .photo{
	width: 100%;
}

/* medical
-----------------------------------------------------------------*/
.medical{
	padding: 0px 0 80px;
}
.medical .bg-title{
    right: 10px;
    font-size: 5rem;
}
.medical .layout-box{
    margin-bottom: 80px;
    flex-direction: row-reverse;
}
.medical .txt-area{
	flex-shrink: 0;
	width: 100%;
    margin-bottom: 50px;
}
.medical .txt-area .catch{
    font-size: 1.4rem;
    text-align: left;
}
.medical .photo ul{
	position: relative;
	max-width: 960px;
    margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.medical .photo li{
    width: 48%;
}
.medical .photo img{
  box-sizing: border-box;
  border:1px solid #000;  
}
.medical .photo .caption{
	text-align: right;
	font-size: 1.3rem;
    line-height: 1.5;
}

/* public
-----------------------------------------------------------------*/
.public{
	padding: 0px 0 80px;
}
.public .bg-title{
    left: 10px;
    font-size: 5rem;
}
.public .layout-box{
    position: relative;
    margin-bottom: 0px;
	align-items: center;
    display: flex;
	flex-wrap: wrap;
    flex-direction: row-reverse;
}
.public .txt-area{
	flex-shrink: 0;
	width: 100%;
    margin-bottom: 0px;
}
.public .txt-area .catch{
    font-size: 1.4rem;
    text-align: left;
}
.public .photo ul{
	display: flex;
    flex-wrap: wrap;
}
.public .photo li{
    width: 100%;
}

/* park
-----------------------------------------------------------------*/
.park{
	padding: 0px 0 40px;
}
.park .bg-title{
    right: 10px;
    font-size: 5rem;
}
.park .layout-box{
    position: relative;
    margin-bottom: 80px;
	align-items: center;
    display: flex;
	flex-wrap: wrap;
    flex-direction: column-reverse;
}
.park .txt-area{
	flex-shrink: 0;
	width: 100%;
    margin-left: 5%;
    margin-top: 0px;
}
.park .txt-area .catch{
    font-size: 1.4rem;
}
.park ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.park ul li{
    width: 100%;
    padding: 0 20px 20px 0;
}
.park ul li img{
  box-sizing: border-box;
  width: 100%;
}

/* gourmet
-----------------------------------------------------------------*/
.gourmet{
	padding: 0px 0 80px;
}
.gourmet .bg-title{
    left: 10px;
    font-size: 5rem;
}
.gourmet .layout-box{
    position: relative;
    margin-bottom: 0;
	align-items: center;
    display: flex;
	flex-wrap: wrap;
    flex-direction: row-reverse;
}
.gourmet .txt-area{
	flex-shrink: 0;
	width: 100%;
    margin-bottom: 0;
}
.gourmet .txt-area .catch{
    font-size: 1.4rem;
    text-align: left;
}
.gourmet .photo ul{
	position: relative;
	max-width: 960px;
    margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gourmet .photo li{
    width: 100%;
}



/* lifeinfo
-----------------------------------------------------------------*/
.lifeinfo{
	padding: 2px 0 50px;
}
.lifeinfo .inner{
	max-width: 1280px;
}
.lifeinfo .txt-lead{
	margin-bottom: 30px;
	font-size: 2rem;
	text-align: center;
}
.lifeinfo-tab-nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.lifeinfo-tab-nav li{
	width: calc((100% - 2px)/3);
	height: 50px;
	font-size: 1.4rem;
	margin-top: 1px;
}
.lifeinfo-tab-nav li.current,
.lifeinfo-tab-nav li:hover{
	background: #ffd800;
	color: #000;
}

.lifeinfo-tab-cont-item + .lifeinfo-tab-cont-item{
	display: none;
}
.lifeinfo-tab-cont-item .lifeinfo-map{
	position: relative;
}
.lifeinfo-tab-cont-item .lifeinfo-map &gt; img{
	box-sizing: border-box;
    text-align: center;
}

.lifeinfo-tab-cont-item .layout-box{
	display: block;
	max-width: none;
	padding: 30px 0px 30px;
	margin: 0 auto;
}
.lifeinfo-tab-cont-item .spot-list{
	max-width: none;
	width: 100%;
}
.lifeinfo-tab-cont-item .spot-list:last-child{
	margin-top: 15px;
}
.lifeinfo-tab-cont-item .spot-list li{
	width: 100%;
	display: block;
	justify-content: space-between;
	font-size: 1.4rem;
}
.lifeinfo-tab-cont-item .spot-list li p:nth-child(2){
	margin-left: 25px;
}
.lifeinfo-tab-cont-item .spot-list li:nth-child(n+2){
	margin-top: 15px;
}
.lifeinfo-tab-cont-item .spot-list li p:nth-child(1){
	display: flex;
	margin-right: 10px;
}
.lifeinfo-tab-cont-item .spot-list li p:nth-child(1) span:nth-child(1){
	flex-shrink: 0;
	transform: translateY(7px);
	width: 22px;
	height: 22px;
	margin-right: 5px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	background: #c30d23;
	border-radius: 20px;
}



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