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

	- location_area01
	- location_area02
	- location_area03
	- location_area04
	- life_info
	- location_map
	- location_area05
	- liners

-----------------------------------------*/

/*-----------------------------------------
	location_area02
-----------------------------------------*/
section.location_area02 {
	width: 100%;
}
section.location_area02 ul.pic01 {
	display: flex;
	flex-wrap: nowrap;
}

/*-----------------------------------------
	location_area04
-----------------------------------------*/
section.location_area04 {margin-bottom: 90px;}
section.location_area04 div.w1000 {
}
section.location_area04 div.w1000 ul.pic02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 60px 30px;
}
section.location_area04 div.w1000 ul.pic02 li {
	width: calc((100% - 60px)/ 3);
}
section.location_area04 div.w1000 ul.pic02 li img {
}
section.location_area04 div.w1000 ul.pic02 li p {
	font-size: 13px;
	text-align: right;
	padding-top: 4px;
	line-height: 1.5;
}
@media only screen and (max-width: 768px){
	section.location_area04 {margin-bottom: 30px;}

	section.location_area04 div.w1000 ul.pic02 {
		gap: 30px 0;
	}
	section.location_area04 div.w1000 ul.pic02 li {
		width: 100%;
	}
	section.location_area04 div.w1000 ul.pic02 li p {
	letter-spacing: -0.05em;
	}
	}

/*-----------------------------------------
	life_info
-----------------------------------------*/
.life_info{
	margin: 0 0 60px 0;
}
.life_info h3 {
	font-size: 30px;
	color: #231815;
}
@media only screen and (max-width: 768px){
	.life_info h3 {
		font-size: 24px;
		text-align: center;
	}
}

.life_info-list {
    padding: 10px 0 0;
    display: flex;
	/*! gap: 0 1.5%; */
    justify-content: space-between;
}
.life_info-list .list {
    width: 47%;
 }
 .life_info-list .cate {
	margin-bottom: 20px;
}
.life_info-list .cate_ttl_wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 3px 10px;
	background: #002a3d;
	color: #fff;
	margin-bottom: 14px;
}
.life_info-list .list h4 {
 /* border-bottom: 1px solid #777; */
 /* margin-bottom: 10px; */
 font-size: 17px;
}
.life_info-list .cate_ttl_wrap p {
	font-size: 12px;
}


.life_info-list .list ul li {
    width: 65%;
    float: left;
    font-size: 13px;
}
.life_info-list .list ul li span {
	background:#fff;
	padding: 1px;
}
.life_info-list .list ul li:nth-child(even) {
    width: 40%;
    float: right;
    text-align: right;
}
.life_info-list .list ul {
  position: relative;
  margin: 0 0 3px;
  display: flex;
  align-items: center;
}
.life_info-list .list ul:after { content: ""; display: block; clear: both; height:0; }
.life_info-list .list ul:before {
 content: "";
 background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 2px);
 background-size: 5px 3px;
 background-repeat: repeat-x;
 position: absolute;
 height: 2px;
 top: 50%;
 bottom: 0;
 left: 0;
 right: 0;
 -webkit-transform : translate(0%,-50%);
 transform : translate(0%,-50%);
 z-index: -1;
}

@media only screen and (max-width: 1250px){
	.life_info-list .list ul li {
		font-size: calc(13 / 1200 * 100vw);
	}
}
@media only screen and (max-width: 768px){
	.life_info-list {
		padding: 30px 0 0;
		display: block;
	}
	.life_info-list .list {
		width: auto;
	 }
	 .life_info-list .list ul li {
		font-size: 12px;
	}
}
/*-----------------------------------------
	location_map
-----------------------------------------*/
.location_map {
	position: relative;
}
.location_map .btn {
	position: absolute;
	left: 35px;
	bottom: 15px;
	width: 110px;
	transition: all 0.3s 0s ease;
}
.location_map .btn:hover {
	opacity: 0.7;
	transition: all 0.3s 0s ease;
}
.modaal-image .modaal-container {
	width:auto;
	max-width:1200px !important;
}
@media only screen and (max-width: 768px){
	.location_map .btn {
		width: 80px;
	}
}



/*-----------------------------------------
	location_area05
-----------------------------------------*/
section.location_area04.title_area {
}
section.location_area04.title_area h2.sli-up1 {
}
section.location_area04.title_area p.sli-up1 {margin-bottom: 60px;}
section.location_area04.title_area ul.pic02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 60px 30px;
}
section.location_area04.title_area ul.pic02 li {
	width: calc((100% - 60px)/ 3);
}
section.location_area04.title_area ul.pic02 li img {
}


/*-----------------------------------------
	liners
-----------------------------------------*/
.liners{
  padding: 30px 20px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;

}

.liners .f_l{
  float: left;
  width: calc(100% * (665 / 1000));
}

.liners .f_r{
  float: right;
  width: calc(100% * (292 / 1000));
  padding-top: 50px;
}

.liners .sub_ttl{
  font-size: 20px;
  margin-bottom: 20px;
}

.liners .read{
  font-size: 16px;
}

@media not all and (min-width: 768px) {
	.liners{
		margin: 0 5% 50px;
	}
	.liners .f_l{
  float: none;
  width: 100%;
}

.liners .f_r{
  float: none;
  width: 100%;
  padding-top: 15px;
  text-align: center;
}

.liners .sub_ttl{
  font-size: 20px;
  margin-bottom: 20px;
}

.liners .read{
  font-size: 13px;
  margin-bottom: 20px;
}
}


.bnr_area{
  text-align: center;
  margin: 50px;
}
.bnr_area .bnr{
  max-width: 768px;
  margin: 0 auto 30px;
}

.bnr_area .bnr.sumukin{
  border: 1px solid #b8a279;
}

@media not all and (min-width: 768px) {
.bnr_area{
  text-align: center;
  margin: 35px 5% 50px;
}
.bnr_area .bnr{
  margin: 0 auto 15px;
}
}</pre></body></html>