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

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.page-location .gnav__item.gnav__item--02::before {
		opacity: 1;
	}
}

.page-location .gnav__item.gnav__item--02 a::after {
	width: 100%;
}

.page-location .m-header__bg {
	background: url('../../image/location/header_bg_pc.jpg') no-repeat 100% 50%/auto 100%;
}

@media only screen and (max-width: 767px) {
	.page-location .m-header__bg {
		background: url('../../image/location/header_bg_sp.jpg') no-repeat 100% 50%/100% auto;
	}
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
.top-m-ttl {
	text-align: center;
}

.top-m-ttl__en {
	display: block;
}

.top-m-ttl__ja {
	display: block;
	margin-top: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.top-m-ttl__ja {
		margin-top: 10px;
		font-size: 1.3rem;
	}
}

/*--------------------------------------------------------------------------
   sec-nav
---------------------------------------------------------------------------*/
.sec-nav {
	position: relative;
	margin-top: 84px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.sec-nav {
		margin-top: 48px;
	}
}

.sec-nav__list {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -26px;

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.sec-nav__list {
		margin: 0 -7px;
	}
}

.sec-nav__item {
	margin: 0 26px 20px;
	font-size: 2rem;

}

@media only screen and (max-width: 767px) {
	.sec-nav__item {
		margin: 0 8px 12px;
		font-size: 1.6rem;
	}
}

.sec-nav__item a {
	display: inline-block;
	position: relative;
	padding: 0 10px 5px;
	border-bottom: 1px solid #666;
}

@media only screen and (max-width: 767px) {
	.sec-nav__item a {
		padding: 0 0 2px;
	}
}

.sec-nav__item a::before {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #005fb2;
	content: '';
	transition: .3s;
	opacity: 0;
}

.sec-nav__item a::after {
	display: block;
	position: absolute;
	bottom: -7.5px;
	left: 50%;
	width: 12px;
	height: 12px;
	border-top: solid 2px #005fb2;
	border-right: solid 2px #005fb2;
	background-color: #fff;
	content: '';
	transition: .3s;
	transform: translate(-50%, 0) rotate(135deg);
	opacity: 0;
}

.mode-pc .sec-nav__item a:hover,
.mode-sp .sec-nav__item a:active {
	border-bottom-color: #005fb2;
}

.mode-pc .sec-nav__item a:hover::before,
.mode-sp .sec-nav__item a:active::before {
	opacity: 1;
}

.mode-pc .sec-nav__item a:hover::after,
.mode-sp .sec-nav__item a:active::after {
	transform: translate(-50%, 0) rotate(135deg);
	opacity: 1;
}

.sec-nav__caption {
	display: inline-block;
	position: relative;
	margin-top: 50px;
	padding-left: 30px;
	font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
	.sec-nav__caption {
		margin-top: 20px;
		padding-left: 18px;
		font-size: 1.3rem;
		line-height: 1.92;
	}
}

.sec-nav__caption::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 23px;
	height: 23px;
	background: url('../../image/common/ico_modal.png') no-repeat 50% 50%/contain;
	content: '';
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	.sec-nav__caption::before {
		top: 6px;
		width: 12px;
		height: 12px;
		transform: none;
	}
}

/*--------------------------------------------------------------------------
   sec-harukasu
---------------------------------------------------------------------------*/
.sec-harukasu {
	margin-top: 60px;
	padding-top: 0;
}

@media only screen and (max-width: 767px) {
	.sec-harukasu {
		margin-top: 48px;
	}
}

.sec-harukasu__btn {
	width: 448px;
	height: 66px;
	margin-top: 60px;
}

@media only screen and (max-width: 767px) {
	.sec-harukasu__btn {
		width: 320px;
		height: 45px;
		margin-top: 30px;
	}
}

.sec-harukasu .m-location__btn-contact {
	width: 452px;
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.sec-harukasu .m-location__btn-contact {
		width: 320px;
		margin-top: 25px;
	}
}

/*--------------------------------------------------------------------------
   sec-building
---------------------------------------------------------------------------*/
.sec-building__outline {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.sec-building__outline {
		margin-top: 30px;
	}
}

.sec-building__outline-ttl {
	text-align: center;
	color: #033333;
	font-size: 3rem;
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	.sec-building__outline-ttl {
		font-size: 1.5rem;
	}
}

.sec-building__outline-table {
	width: 100%;
	max-width: 792px;
	margin: 30px auto 0;
	border: 1px solid rgba(51, 51, 51, .5);
	text-align: left;
	border-collapse: collapse;
}

@media only screen and (max-width: 767px) {
	.sec-building__outline-table {
		max-width: none;
		margin-top: 10px;
	}
}

.sec-building__outline-table .ttl {
	padding: 13px 20px;
	border-bottom: 1px solid rgba(51, 51, 51, .5);
	background-color: rgba(237, 243, 245, .9);
	font-size: 1.8rem;
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	.sec-building__outline-table .ttl {
		padding: 10px 5px 10px 20px;
		font-size: 1.1rem;
	}
}

.sec-building__outline-table .txt {
	padding: 13px 20px 13px 30px;
	border-bottom: 1px solid rgba(51, 51, 51, .5);
	font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
	.sec-building__outline-table .txt {
		padding: 10px 5px 10px 12px;
		font-size: 1rem;
	}
}

@media only screen and (max-width: 767px) {
	.sec-building__outline-table .txt .c-ico-map::before {
		top: 2px;
	}
}

.sec-building__outline-txt {
	margin-top: 46px;
	text-align: center;
	font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
	.sec-building__outline-txt {
		margin-top: 20px;
		font-size: 1.2rem;
	}
}

.sec-building .m-location__btn-contact {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.sec-building .m-location__btn-contact {
		margin-top: 15px;
	}
}

/*--------------------------------------------------------------------------
   sec-house
---------------------------------------------------------------------------*/
.sec-house__list {
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.sec-house__list {
		margin-top: 30px;
	}
}

.sec-house__item img {
	width: 100%;
	height: auto;
}

.sec-house__item--01 {
	width: 47.9%;
	margin-bottom: 38px;
}

@media only screen and (max-width: 767px) {
	.sec-house__item--01 {
		margin-bottom: 12px;
	}
}

.sec-house__item--02 {
	width: 47.9%;
	margin-bottom: 38px;
}

@media only screen and (max-width: 767px) {
	.sec-house__item--02 {
		margin-bottom: 12px;
	}
}

.sec-house__item--03 {
	width: 39.25%;
}

.sec-house__item--04 {
	width: 26.58%;
}

.sec-house__item--05 {
	width: 26.58%;
}

.sec-house__caption {
	margin: 10px 5px 0 0;
	text-align: right;
	font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
	.sec-house__caption {
		margin-top: 5px;
		font-size: 1rem;
	}
}

.sec-house__body {
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	.sec-house__body {
		margin-top: 15px;
	}
}

.sec-house__link {
	overflow: hidden;
	padding: 50px 0 64px;
	border-radius: 40px;
	background-color: #edf3f5;
}

@media only screen and (max-width: 767px) {
	.sec-house__link {
		padding: 15px 0;
		border-radius: 20px;
	}
}

.sec-house__link--01 {
	width: 53.66%;
	/*644*/
}

@media only screen and (max-width: 767px) {
	.sec-house__link--01 {
		width: 62.57%;
		/*438*/
	}
}

.sec-house__link--01 .sec-house__link-htn {
	width: 24.53%;
	max-width: 158px;
}

@media only screen and (max-width: 767px) {
	.sec-house__link--01 .sec-house__link-htn {
		width: 26%;
		max-width: none;
	}
}

.sec-house__link--01 .sec-house__link-htn--wide {
	width: 27.79%;
	max-width: 179px;
}

@media only screen and (max-width: 767px) {
	.sec-house__link--01 .sec-house__link-htn--wide {
		width: 31.5%;
		max-width: none;
	}
}

.sec-house__link--02 {
	width: 43.33%;
	/*520*/
	margin-left: auto;
}

@media only screen and (max-width: 767px) {
	.sec-house__link--02 {
		width: 33.42%;
		/*234*/
	}
}

.sec-house__link--02 .sec-house__link-htn {
	width: 35.57%;
	max-width: 185px;
}

@media only screen and (max-width: 767px) {
	.sec-house__link--02 .sec-house__link-htn {
		width: 59.8%;
		max-width: none;
	}
}

.sec-house__link-ttl {
	margin-bottom: 30px;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 500;
}

@media screen and (max-width: 1000px) {
	.sec-house__link-ttl {
		font-size: 2.2rem;
	}
}

@media only screen and (max-width: 767px) {
	.sec-house__link-ttl {
		margin-bottom: 10px;
		font-size: 1.1rem;
		line-height: 1.72;
	}
}

.sec-house__link-list {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: center;
	justify-content: center;
}

.sec-house__link-htn {
	height: 66px;
	margin: 0 2%;
}

@media only screen and (max-width: 767px) {
	.sec-house__link-htn {
		height: 29px;
		margin: 0 1.5%;
	}
}

.sec-house__link-htn.c-btn-white a {
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.sec-house__link-htn.c-btn-white a {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 767px) {
	.sec-house__link-htn.c-btn-white span {
		padding-right: 12px;
	}
	.sec-house__link-htn.c-btn-white span::after {
		width: 10px;
		height: 4px;
	}
}

.sec-house__txt {
	margin-top: 80px;
	text-align: center;
	font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
	.sec-house__txt {
		margin-top: 25px;
		font-size: 1.2rem;
	}
}

.sec-house .m-location__btn-contact {
	margin-top: 45px;
}

@media only screen and (max-width: 767px) {
	.sec-house .m-location__btn-contact {
		margin-top: 20px;
	}
}

/*--------------------------------------------------------------------------
   sec-tenshiba
---------------------------------------------------------------------------*/
.sec-tenshiba {
	position: relative;
	/*繧ｵ繝�繝阪う繝ｫ逕ｻ蜒�*/
}

.sec-tenshiba__info {
	margin-top: -20px;
}

@media only screen and (max-width: 767px) {
	.sec-tenshiba__info {
		margin-top: -25px;
	}
}

.sec-tenshiba__info-txt {
	font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
	.sec-tenshiba__info-txt {
		font-size: 1.3rem;
		line-height: 1.9;
	}
}

.sec-tenshiba__info-contact {
	display: -ms-flexbox;
	display: flex;
	margin-top: 5px;

	-ms-flex-align: center;
	align-items: center;
}

.sec-tenshiba__info-contact .ttl {
	display: inline-block;
	position: relative;
	padding: 5px 15px 5px 25px;
	border: 1px solid #005fb2;
	border-radius: 10px;
	font-size: 1.3rem;
	line-height: 1.1;
}

@media only screen and (max-width: 767px) {
	.sec-tenshiba__info-contact .ttl {
		border-radius: 5px;
		font-size: 1.1rem;
	}
}

.sec-tenshiba__info-contact .ttl::before {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 13px;
	height: 16px;
	background: url('../../image/common/ico_tel.png') no-repeat 50% 50%/contain;
	content: '';
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	.sec-tenshiba__info-contact .ttl::before {
		width: 11px;
		height: 13px;
	}
}

.sec-tenshiba__info-contact .number {
	margin-left: 10px;
	font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
	.sec-tenshiba__info-contact .number {
		font-size: 1.4rem;
	}
}

.sec-tenshiba__info-contact .number a {
	display: inline-block;
	position: relative;
	cursor: text;
}

.sec-tenshiba__caption {
	margin-top: 20px;
	font-size: 1.4rem;
}

@media screen and (max-width: 1000px) {
	.sec-tenshiba__caption {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 767px) {
	.sec-tenshiba__caption {
		margin-top: 15px;
		font-size: 1rem;
	}
}

.sec-tenshiba__caption .mi-pc {
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.sec-tenshiba__caption .mi-pc {
		display: none;
	}
}

.sec-tenshiba__caption .mi-sp {
	display: none;
}

@media only screen and (max-width: 767px) {
	.sec-tenshiba__caption .mi-sp {
		display: inline-block;
	}
}

.sec-tenshiba__slider {
	/*繧ｹ繝ｩ繧､繝繝ｼ逕ｻ蜒�*/
	position: absolute;
	top: 0;
	right: 20px;
	width: 52.5%;
}

@media only screen and (max-width: 767px) {
	.sec-tenshiba__slider {
		position: relative;
		top: inherit;
		right: inherit;
		width: auto;
		margin-top: 20px;
	}
}

.sec-tenshiba__slider .swiper-button-prev,
.sec-tenshiba__slider .swiper-button-next {
	width: 46px;
	height: 46px;
	margin-top: 0;
	transition: .3s;
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	.sec-tenshiba__slider .swiper-button-prev,
	.sec-tenshiba__slider .swiper-button-next {
		width: 26px;
		height: 26px;
	}
}

.sec-tenshiba__slider .swiper-button-prev::after,
.sec-tenshiba__slider .swiper-button-next::after {
	color: #005fb2;
	font-size: 20px;
}

@media only screen and (max-width: 767px) {
	.sec-tenshiba__slider .swiper-button-prev::after,
	.sec-tenshiba__slider .swiper-button-next::after {
		font-size: 13px;
	}
}

.sec-tenshiba__slider .swiper-button-prev::before,
.sec-tenshiba__slider .swiper-button-next::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 46px;
	height: 46px;
	box-shadow: 0 0 2px #383838;
	border-radius: 50%;
	background-color: #fff;
	content: '';
}

@media only screen and (max-width: 767px) {
	.sec-tenshiba__slider .swiper-button-prev::before,
	.sec-tenshiba__slider .swiper-button-next::before {
		width: 26px;
		height: 26px;
	}
}

.mode-pc .sec-tenshiba__slider .swiper-button-prev:hover,
.mode-sp .sec-tenshiba__slider .swiper-button-prev:active,
.mode-pc
.sec-tenshiba__slider .swiper-button-next:hover,
.mode-sp
.sec-tenshiba__slider .swiper-button-next:active {
	transform: translateY(-50%) scale(1.2);
}

.sec-tenshiba__slider .swiper-button-prev {
	left: -10px;
}

@media only screen and (max-width: 767px) {
	.sec-tenshiba__slider .swiper-button-prev {
		left: -5px;
	}
}

.sec-tenshiba__slider .swiper-button-next {
	right: -10px;
}

@media only screen and (max-width: 767px) {
	.sec-tenshiba__slider .swiper-button-next {
		right: -5px;
	}
}

.sec-tenshiba__slider .swiper__slider {
	width: 100%;
	border-radius: 30px;
}

@media only screen and (max-width: 767px) {
	.sec-tenshiba__slider .swiper__slider {
		border-radius: 15px;
	}
}

.sec-tenshiba__slider-img {
	position: relative;
}

.sec-tenshiba__slider-img img {
	width: 100%;
	height: auto;
}

.sec-tenshiba__slider-img figcaption {
	display: inline-block;
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 7px 12px;
	background-color: rgba(255, 255, 255, .9);
	font-size: 1.6rem;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-tenshiba__slider-img figcaption {
		bottom: 10px;
		left: 10px;
		padding: 4px 8px;
		font-size: 1rem;
	}
}

.sec-tenshiba__thumbnail {
	width: 45%;
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.sec-tenshiba__thumbnail {
		width: auto;
	}
}

.sec-tenshiba__thumbnail-img {
	overflow: hidden;
	position: relative;
	z-index: 1;
	max-width: 124px;
	border-radius: 15px;
	background-color: #000;
}

@media only screen and (max-width: 767px) {
	.sec-tenshiba__thumbnail-img {
		max-width: none;
		border-radius: 8px;
	}
}

.sec-tenshiba__thumbnail-img img {
	width: 100%;
	height: auto;
	transition: opacity .3s;
}

.sec-tenshiba__thumbnail .swiper__thumbnail {
	overflow: visible;
}

.sec-tenshiba__thumbnail .swiper__thumbnail .swiper-wrapper {
	width: auto;

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.sec-tenshiba__thumbnail .swiper__thumbnail .swiper-slide {
	width: 23% !important;
	margin: 0 2% 18px 0 !important;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.sec-tenshiba__thumbnail .swiper__thumbnail .swiper-slide {
		width: 23.5% !important;
		margin: 0 1.85% 10px 0 !important;
	}
	.sec-tenshiba__thumbnail .swiper__thumbnail .swiper-slide:nth-child(4n) {
		margin-right: 0 !important;
	}
}

.sec-tenshiba__thumbnail .swiper__thumbnail .swiper-slide.swiper-slide-thumb-active {
	cursor: default;
}

.sec-tenshiba__thumbnail .swiper__thumbnail .swiper-slide.swiper-slide-thumb-active img,
.mode-pc .sec-tenshiba__thumbnail .swiper__thumbnail .swiper-slide:hover img,
.mode-sp .sec-tenshiba__thumbnail .swiper__thumbnail .swiper-slide:active img {
	opacity: 1;
}

.sec-tenshiba__thumbnail .swiper__thumbnail .swiper-slide img {
	width: 100%;
	height: auto;
	opacity: .6;
}
</pre></body></html>