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

   mixin

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

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

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

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

.page-abenoharukas .m-contact {
	margin-top: 170px;
}

@media only screen and (max-width: 767px) {
	.page-abenoharukas .m-contact {
		margin-top: 60px;
	}
}

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

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

.sec-nav__ttl {
	color: #005fb2;
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1.4;
}

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

.sec-nav__ttl a[target='_blank'] {
	display: inline-block;
	position: relative;
	padding-right: 18px;
}

.sec-nav__ttl a[target='_blank']::before {
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 12px;
	background: url('../../image/common/ico_blank_blue.png') no-repeat 50% 50%/contain;
	content: '';
	transform: translate(0, -50%);
}

.sec-nav__ttl a {
	transition: opacity .3s;
}

.mode-pc .sec-nav__ttl a:hover,
.mode-sp .sec-nav__ttl a:active {
	opacity: .8;
}

.sec-nav__address {
	font-size: 1.6rem;
}

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

.sec-nav__address a[target='_blank'] {
	display: inline-block;
	position: relative;
	padding-right: 18px;
}

.sec-nav__address a[target='_blank']::before {
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 12px;
	background: url('../../image/common/ico_blank_blue.png') no-repeat 50% 50%/contain;
	content: '';
	transform: translate(0, -50%);
}

.sec-nav__address a {
	transition: opacity .3s;
}

.mode-pc .sec-nav__address a:hover,
.mode-sp .sec-nav__address a:active {
	opacity: .8;
}

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

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

@media only screen and (max-width: 767px) {
	.sec-nav__list {
		margin: 20px -10px 0;
		text-align: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.sec-nav__item {
	width: 220px;
	min-height: 50px;
	margin: 0 10px 20px;
	border-bottom: 1px solid #666;
	text-align: center;
	font-size: 2rem;
	line-height: 1.5;
}

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

.sec-nav__item .small {
	display: block;
	font-size: 1.4rem;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-nav__item .small {
		font-size: 1rem;
	}
}

.sec-nav__item a {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 100%;
	padding: 0 10px 5px;
	    flex-direction: column;

	-ms-flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
	.sec-nav__item a {
		padding: 0 3px 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 {
	margin-top: 50px;
	text-align: center;
}

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

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

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

.sec-nav__caption span::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 span::before {
		top: 6px;
		width: 12px;
		height: 12px;
		transform: none;
	}
}

/*--------------------------------------------------------------------------
   sec-place
---------------------------------------------------------------------------*/
.sec-place {
	margin-top: 60px;
}

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

.sec-place__content {
	margin-top: -10px;
	padding-top: 10px;
}

.sec-place__content:not(:first-of-type) {
	margin-top: 10px;
}

@media only screen and (max-width: 767px) {
	.sec-place__content:not(:first-of-type) {
		margin-top: 5px;
	}
}

.sec-place__header {
	padding-bottom: 3px;
	border-bottom: 1px solid #005fb2;
}

.sec-place__ttl {
	color: #005fb2;
	font-size: 2.5rem;
	font-weight: 500;
}

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

.sec-place__ttl .small {
	display: block;
	font-size: 1.7rem;
	line-height: 1.1;
}

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

.sec-place__list {
	display: -ms-flexbox;
	display: flex;
	margin-top: 35px;

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

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

.sec-place__list::before {
	display: block;
	width: 24.16%;
	height: 0;
	content: '';

	-ms-flex-order: 1;
	order: 1;
}

@media only screen and (max-width: 767px) {
	.sec-place__list::before {
		content: none;
	}
}

.sec-place__list::after {
	display: block;
	width: 24.16%;
	height: 0;
	content: '';
}

@media only screen and (max-width: 767px) {
	.sec-place__list::after {
		content: none;
	}
}

.sec-place__item {
	width: 24.16%;
	margin-bottom: 26px;
}

@media only screen and (max-width: 767px) {
	.sec-place__item {
		width: 48.57%;
		margin-bottom: 15px;
	}
}

.sec-place__item-img a {
	display: block;
	position: relative;
	transition: .3s;
}

.sec-place__item-img a::before {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 34px;
	height: 34px;
	background: url('../../image/common/ico_modal_ciecle.png') no-repeat 50% 50%/contain;
	content: '';
}

@media only screen and (max-width: 767px) {
	.sec-place__item-img a::before {
		top: 1.4vw;
		right: 1.6vw;
		width: 21px;
		height: 21px;
	}
}

.mode-pc .sec-place__item-img a:hover,
.mode-sp .sec-place__item-img a:active {
	opacity: .8;
}

.sec-place__item-img img {
	overflow: hidden;
	width: 100%;
	height: auto;
	border-radius: 30px;
}

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

.sec-place__btn {
	width: 392px;
	height: 70px;
	margin-top: 60px;
}

@media only screen and (max-width: 767px) {
	.sec-place__btn {
		width: 248px;
		height: 45px;
		margin-top: 30px;
	}
	.sec-place__btn a {
		font-size: 1.4rem;
	}
}

.sec-place__btn-contact {
	width: 392px;
	height: 70px;
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.sec-place__btn-contact {
		width: 248px;
		height: 45px;
		margin-top: 20px;
	}
}
</pre></body></html>