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

	- mv
	- obi
	- point
	- top_bg
	- top_inner

-----------------------------------------*/
/*-----------------------------------------
	mv
-----------------------------------------*/
.mv img {
  width: 100%;
}

.mv .slick-dots {
  position: absolute;
  bottom: 4px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.mv .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.mv .slick-dots li button:before {
  font-size: 33px;
  top: 0px;
}

.mv .slick-dots li button:before {
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mv .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #4c92a6;
}

@media screen and (max-width: 768px) {
  .mv .slick-dots li button:before {
    font-size: 28px;
    top: 0px;
  }
}
/*-----------------------------------------
	obi
-----------------------------------------*/
.obi {
  text-align: center;
  padding: 30px 0;
  font-size: 50px;
  letter-spacing: 0.03em;
  background: #eae5e3;
  color: #454545;
  line-height: 1.2;
	margin-bottom: 60px;
}
.obi01 {
  text-align: center;
  padding: 30px 0;
  font-size: 40px;
  letter-spacing: 0.1em;
}
.obi .copy {
	font-size: 50px;
  letter-spacing: 0.05em;
}
.obi h2 span {
  font-size: 25px;
}
.obi .number {
	font-size: 34px;
}
.obi_cap {
	font-size: 13px;
}

@media screen and (max-width: 768px) {
  .obi {
    padding: 20px 4%;
    font-size: 24px;
    letter-spacing: 0.05em;
    /* line-height: 1.6; */
		margin-bottom: 40px;
  }
  .obi01 {
    padding: 20px 0;
    font-size: 24px;
  }
	.obi .copy {
		font-size: 31px;
	}
	.obi .number {
		font-size: 24px;
	}
	.obi_cap {
		font-size: 11px;
	}
}
/*-----------------------------------------
	point
-----------------------------------------*/
.point {
  background: url("../img/top/point_bg.jpg") no-repeat;
  background-size: cover;
  text-align: center;
  padding: 1.5% 1%;
}

@media screen and (max-width: 768px) {
  .point {
    padding: 2% 2%;
  }
}
/*-----------------------------------------
	top_bg
-----------------------------------------*/
.top_bg {
  background: url("../img/top/top_cont_bg.jpg") no-repeat;
  background-size: cover;
  text-align: center;
  /* padding: 3% 1%; */
  /* margin-bottom: 140px; */
}

.entry .lead {
  margin-bottom: 30px;
}
.entry .btn_entry a {
  padding: 30px 0;
  max-width: 530px;
  display: block;
  background: #366c67;
  margin: 0 auto;
  color: #FFF;
  font-size: 20px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
	box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.1);
}
.entry .btn_entry a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .top_bg {
    padding: 0 5%;
    /* margin-bottom: 60px; */
  }
  .entry {
    margin-bottom: 20px;
  }
  .entry .btn_entry a {
    padding: 20px 0;
    max-width: 530px;
    display: block;
    background: #366c67;
    margin: 0 auto;
    color: #FFF;
    font-size: 18px;
		box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.1);
  }
  .entry .btn_entry a:hover {
    opacity: 0.7;
  }
}
/*-----------------------------------------
	top_inner
-----------------------------------------*/
.top_inner &gt; div a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top_inner &gt; div a:hover {
  opacity: 0.7;
}

.w1200 {
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
}
.w1000 {
	max-width: 1000px;
	margin: 0 auto;
	width: 90%;
}
.top_inner h3 {
	font-size: 80px;
	color: #b5b49e;
	letter-spacing: 0.08rem;
}

@media only screen and (max-width: 768px) {
	.top_inner h3 {
		font-size: 50px;
		text-align: center;
		margin-bottom: 10px;
	}
}


/*============================
#sec_concept
============================*/
section#sec_concept {
	position: relative;
}
section#sec_concept img {
	width: 100%;
	height: auto;
	min-height: 630px;
	object-fit: cover;
	max-height: 800px;
}
section#sec_concept div.w1200 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,calc(-50% + 10px));
	text-align: center;
}
section#sec_concept div.w1200 h3 {
	font-size: 18px;
	color: #e5df9a;
	position: relative;
}
section#sec_concept div.w1200 h3::before,
section#sec_concept div.w1200 h3::after {
	content: "";
	background-color: #e5df9a;
	width: 1px;
	height: 35px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
section#sec_concept div.w1200 h3::before {
	top: -40px;
}
section#sec_concept div.w1200 h3::after {
	bottom: -40px;
}

section#sec_concept div.w1200 p {
	color: #ffffff;
	line-height: 2.5;
}
section#sec_concept div.w1200 p.ttl {
	font-size: 36px;
	letter-spacing: 0.06rem;
	line-height: 1.5;
	margin: 50px 0;
}

@media only screen and (max-width: 768px) {

		section#sec_concept {
			position: relative;
		}
		section#sec_concept img {
			width: 100%;
			height: auto;
			min-height: 660px;
			object-fit: cover;
		}
		section#sec_concept div.w1200 {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,calc(-50% + 10px));
			text-align: center;
		}
		section#sec_concept div.w1200 h3 {
			font-size: 18px;
			color: #e5df9a;
			position: relative;
		}
		section#sec_concept div.w1200 h3::before,
		section#sec_concept div.w1200 h3::after {
			content: "";
			background-color: #e5df9a;
			width: 1px;
			height: 35px;
			position: absolute;
			left: 50%;
			transform: translateX(-50%);
		}
		section#sec_concept div.w1200 h3::before {
			top: -40px;
		}
		section#sec_concept div.w1200 h3::after {
			bottom: -40px;
		}

		section#sec_concept div.w1200 p {
			color: #ffffff;
			line-height: 2.5;
		}
		section#sec_concept div.w1200 p.ttl {
			font-size: 20px;
			letter-spacing: 0.06rem;
			line-height: 1.5;
			margin: 60px 0 30px;
		}
}


/*============================
#top_access
============================*/
section#top_access {
	background-color: #eae5e3;
}
section#top_access div.w1200 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 75px 0 30px ;
}
section#top_access div.w1200:last-child {
	padding: 0px 0 150px;
}
section#top_access div.w1200 div.txt {
	width: 48%;
}
section#top_access div.w1200 div.txt p {
	line-height: 2;
	margin-bottom: 10px;
}
section#top_access div.w1200 div.img {
	width: 50%;
	padding-top: 40px;
}
section#top_access div.w1200:last-child img {
	width: 50%;
}

@media only screen and (max-width: 768px) {
	section#top_access div.w1200 {
		flex-wrap: wrap;
		align-items: center;
		padding: 75px 0 20px;
	}
	section#top_access div.w1200:last-child {
	padding: 0px 0 80px;
	}
	section#top_access div.w1200 div.txt {
		width: 100%;
	}
	section#top_access div.w1200 div.txt p {
		margin-bottom: 30px;
	}
	section#top_access div.w1200 div.img {
		width: 100%;
	}
	section#top_access div.w1200:last-child img {
	width: 100%;
}
}

/*============================
#plan_sec
============================*/
#plan_sec .contents {
	padding: 75px 0 100px;
}
#plan_sec .contents .title_area {
	margin-bottom: 40px;
}
#plan_sec .contents .title_area h3 {
	font-size: 80px;
	color: #b5b49e;
	letter-spacing: 0.08rem;
	text-align: center;
	margin-bottom: 20px;
}
#plan_sec .contents .title_area p {
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.05em;
}
#plan_sec .contents .img_area .clm {
	display: flex;
	margin-bottom: 15px;
	gap: 20px;
}
#plan_sec .contents .img_area .clm .box {
	width: 100%;
}
#plan_sec .contents .img_area .notice {
	max-width: 487px;
	margin-left: auto;
	margin-right: 50px;
}

@media screen and (max-width: 1200px) {
	#plan_sec .contents .title_area p {
		font-size: calc((24 / 1200) * 100vw);
	}
	#plan_sec .contents .img_area .notice {
		width: 30.4375vw;
	}
}

@media screen and (max-width: 768px) {
	#plan_sec .contents {
		padding: 70px 0 80px;
	}
	#plan_sec .contents .title_area h3 {
		font-size: 50px;
		text-align: center;
		margin-bottom: 10px;
	}
	#plan_sec .contents .title_area p {
		font-size: 18px;
	}
	#plan_sec .contents .title_area {
		margin-bottom: 25px;
	}
	#plan_sec .contents .img_area .clm {
		flex-direction: column;
		gap: 10px 0;
	}
	#plan_sec .contents .img_area .notice {
		width: 80%;
		margin: 0 auto;
	}
}

/*============================
#bnr_sec
============================*/
#bnr_sec{
	background: #eae5e3;
	margin: 30px 0 0;
}
#bnr_sec a{
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
#bnr_sec a:hover{
	opacity: 0.7;
}
#bnr_sec .contents {
	padding: 75px 0 100px;
}
#bnr_sec .contents .title_area {
	margin-bottom: 45px;
}
#bnr_sec .contents .title_area h3 {
	font-size: 35px;
	color: #366c67;
	letter-spacing: 0.08rem;
	text-align: center;
	/* margin-bottom: 40px; */
}

#bnr_sec .contents .bnr_area div:not(:last-child) {
	margin-bottom: 30px;
}


@media only screen and (max-width: 768px) {
	#bnr_sec .contents {
		padding: 40px 0 50px;
	}
	#bnr_sec .contents .bnr_area div:not(:last-child) {
		margin-bottom: 15px;
	}
	#bnr_sec .contents .title_area {
		margin-bottom: 25px;
	}
	#bnr_sec .contents .title_area h3 {
		font-size: 26px;
	}
}



/*============================
#map
============================*/
section#map {
	background-color: #eae5e3;
	text-align: center;
	padding: 0 0 70px 0;
}
section#map div.map_bg {
	width: 100%;
	position: relative;
	object-fit: cover;
}
section#map div.map_bg img {
	width: 100%;
}
section#map div.w1200 div:not(:last-child) {
	margin-bottom: 60px;
}
section#map div.w1200 div img {
	display: inline-block;
}
section#map div.w1200 h3 {
	position: relative;
	top: -60px;
}
section#map div.map_bg p.map_cap {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 12px;
	color: #ffffff;
}


@media only screen and (max-width: 768px) {

	section#map {
		background-color: #eae5e3;
		text-align: center;
		padding: 0 0 70px 0;
	}
	section#map div.map_bg {
		width: 100%;
		position: relative;
	}
	section#map div.w1200 div:not(:last-child) {
		margin-bottom: 60px;
	}
	section#map div.w1200 div img {
		display: inline-block;
	}
	section#map div.w1200 h3 {
		position: relative;
		top: -40px;
	}
}

/*============================
bnr_area02
============================*/

.bnr_area02 {
	width: 90%;
	max-width: 705px;
	margin: 0 auto;
	text-align: center;
}
.bnr_area02 &gt;div:not(:last-child) {
	margin-bottom: 30px;
}
.bnr_area02 &gt;div a {
	transition: all 0.3s ease;
}
.bnr_area02 &gt;div a:hover {
	opacity: 0.7;
}

/*============================
#holiday
============================*/

.holiday {
	margin: 0 auto 60px;
	padding: 40px;
	background-color: #fff;
	border: 1px solid #b30606;
	text-align: center;
}
.holiday p {
	font-size: 18px;
	color: #b30606;
}

@media screen and (max-width: 768px) {
	.holiday {
	margin: -20px auto 40px;
	padding: 20px;
}
	.holiday p {
		font-size: 16px;
	}
}</pre></body></html>