<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*--------------------------------------------------------------
reset.min.css
リセット関係・clearfixなど

fonts.min.css
フォントアイコンを記載したcss

common.css
レイアウト、TOPのスタイルを記載したcss

sub.css
下層のレイアウトを記載したcss
--------------------------------------------------------------*/
/* fontIcon
:before,
:after {
	content: "\f099";
	font-family: "icomoon";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
/* ------------------------------------------------------------ */
/* 全デバイス/画面サイズに共通 かつ 
　　479：スマートフォン縦：基本・レイアウト指定 */
/* ------------------------------------------------------------ */
* html body {
  background: url(null) fixed;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
/*ナビ表示のときはスクロールしないように*/
html.is-locked {
  overflow-y: hidden;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  overflow-wrap: break-word;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: 1.6px;
}
.pc {
  display: none;
}
@media (min-width: 751px) {
  /*電話番号リンクをスマホのみ有効にする*/
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* ------------------------------------------------------------ */
/* link */
/* ------------------------------------------------------------ */
::selection {
  color: #383838;
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none;
}
::-moz-selection {
  color: #383838;
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none;
}
a {
  color: #333;
  cursor: pointer;
  line-height: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #666;
  opacity: 0.8;
  text-decoration: none;
}
a:active {
  color: #333;
  text-decoration: none;
}
/* ------------------------------------------------------------ */
/* header */
/* ------------------------------------------------------------ */
.main_header {
  position: relative;
  width: 100%;
  text-align: center;
  background: url("../img/mv_01.png") center / cover no-repeat;
  height: 800px;
  bottom: 0;
  left: 0;
  padding-top: 3em;
  z-index: 9999;
}
.main_header .catch {
  position: relative;
  margin: 12em 0 0;
}
.main_header .catch p {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 5px black;
}
.main_header .main_logo {
  width: 80%;
  margin: 0 auto;
}
.main_header .main_logo img {
  width: 100%;
}
.main_header .gnav {
  position: absolute;
  width: 100%;
  bottom: -50px;
}
.main_header .gnav .nav_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1em 0;
}
.main_header .gnav .nav_menu::before {
  position: absolute;
  content: "";
  background: url("../img/bg_01.svg") center / cover no-repeat;
  width: 100%;
  height: 100px;
  left: 0;
  top: -40px;
}
.main_header .gnav .nav_menu .menu_item {
  position: relative;
  padding: 0 1em;
}
.main_header .gnav .nav_menu .menu_item::before, .main_header .gnav .nav_menu .menu_item::after {
  position: absolute;
  content: "";
  background-size: 2px 8px;
  background-image: linear-gradient(to bottom, #fff, #fff 3px, transparent, transparent 4px);
  background-repeat: repeat-y;
  width: 2px;
  height: 60px;
  top: 0;
}
.main_header .gnav .nav_menu .menu_item::before {
  right: -2px;
}
.main_header .gnav .nav_menu .menu_item::after {
  left: 0;
}
.main_header .gnav .nav_menu .menu_item a {
  position: relative;
  display: block;
  color: #fff;
  height: 65px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1.3em 0 0 3.4em;
}
.main_header .gnav .nav_menu .menu_item a::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main_header .gnav .nav_menu .menu_item:nth-of-type(1) a::before {
  background: url("../img/icon_01.svg") center / contain no-repeat;
}
.main_header .gnav .nav_menu .menu_item:nth-of-type(2) a::before {
  background: url("../img/icon_02.svg") center / contain no-repeat;
}
.main_header .gnav .nav_menu .menu_item:nth-of-type(3) a::before {
  background: url("../img/icon_03.svg") center / contain no-repeat;
}
.main_header .gnav .nav_menu .menu_item:nth-of-type(4) a::before {
  background: url("../img/icon_04.svg") center / contain no-repeat;
}
.main_header .gnav .nav_menu .menu_item:nth-of-type(5) a::before {
  background: url("../img/icon_05.svg") center / contain no-repeat;
}
/* ------------------------------------------------------------ */
/* ttl */
/* ------------------------------------------------------------ */
.main_ttl {
  position: relative;
  display: inline-block;
  font-size: 3.4rem;
  letter-spacing: 0.3rem;
  font-weight: 700;
  color: #6ba3db;
  margin: 0 auto 1.5em;
  text-align: center;
}
.main_ttl::after {
  position: absolute;
  content: "";
  background-size: 14px 5px;
  background-image: linear-gradient(to right, #6ba3db, #6ba3db 5px, transparent 5px, transparent 14px);
  background-repeat: repeat-x;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -10px;
}
.sub_ttl {
  font-size: 2.2rem;
  margin: 0 auto 0.8em;
}
.sub_ttl .marker {
  background: linear-gradient(transparent 50%, #f8dddd 50%);
}
.third_ttl {
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  font-weight: 700;
  color: #6ba3db;
  margin: 1em 0;
}
/* ------------------------------------------------------------ */
/* ボタン */
/* ------------------------------------------------------------ */
.btn {
  text-align: center;
  margin: 2em auto 3em;
  max-width: 440px;
}
.btn a {
  display: block;
  background: #6ba3db;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0.8em 2em;
  border-radius: 60px;
}
/* ------------------------------------------------------------ */
/* animation */
/* ------------------------------------------------------------ */
@keyframes fadeInup {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIndown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
.fadeInup {
  opacity: 0;
  animation: fadeInup 2s ease-in-out 0.3s 1 forwards;
}
.fadeIn {
  opacity: 0;
  animation: fadeIn 2s ease-in-out 2.5s 1 forwards;
}
.inview {
  opacity: 0;
}
/* ------------------------------------------------------------ */
/* common content */
/* ------------------------------------------------------------ */
.wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0 1em;
  margin: 0 auto;
  clear: both;
}
.inner::after {
  content: "";
  clear: both;
  display: block;
}
.main_color {
  background: #6ba3db;
  color: #fff;
}
.bg_01 {
  background: #eaf2fa;
  padding: 1em 0 5em;
}
.bg_02 {
  background: #f5f6f7;
}
.content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  text-align: center;
  margin: 0 auto;
}
.base {
  width: 100%;
  height: auto;
  position: relative;
  padding: 2.5em 0;
  margin: 0 auto;
}
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 70px;
  height: 70px;
}
#pagetop a {
  position: relative;
  display: block;
  background: rgba(203, 203, 203, 0.7);
  color: #fff;
  width: 70px;
  height: 70px;
  font-size: 1.3rem;
  border-radius: 50%;
  padding: 1.5em 0;
}
#pagetop a::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-right: 10px transparent solid;
  border-bottom: 15px #fff solid;
  border-left: 10px transparent solid;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
/* ------------------------------------------------------------ */
/* section  */
/* ------------------------------------------------------------ */
.section {
  position: relative;
  text-align: center;
  padding: 2.5em 0 6em;
}
#pack figure {
    margin: 2em auto;
}
#howto .list {
  position: relative;
  border: #6ba3db solid 5px;
  border-radius: 5px;
  margin: 2em 0;
}
#howto .list::before {
  position: absolute;
  content: "\ea36";
  font-family: "icomoon";
  font-weight: 400;
  font-size: 3rem;
  color: #6ba3db;
  width: 40px;
  height: 40px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#howto .list:last-child::before {
  content: "";
}
#howto .list dt {
  font-family: "Oswald", sans-serif;
  background: #6ba3db;
  color: #fff;
}
#howto .list dt span {
  font-size: 3rem;
}
#howto .list dd {
  text-align: left;
  margin: 0.5em;
}
#howto .list dd .btn {
  display: inline-block;
  margin: 0.3em 1em;
}
#howto .list dd span {
  color: #6ba3db;
}
#facility .bg_mountain {
  position: relative;
  padding: 1em 0 5em;
}
.section::after, #facility .bg_mountain::after {
  position: absolute;
  content: "";
  background: url("../img/bg_01.svg") center / cover no-repeat;
  width: 100%;
  height: 80px;
  left: 0;
}
.section::after {
  bottom: 0;
}
#facility .bg_mountain::after {
  bottom: -3em;
}
#pack {
  margin-top: 50px;
}
.p {
  font-size: 1.8rem;
  margin: 1em 0;
}
.small {
  margin: 1em 0;
}
.bold {
  font-size: 2rem;
  font-weight: 700;
}
.googlemap iframe {
  width: 100%;
  height: 500px;
}
#facility .img_box {
  background: #fff;
/*
  max-width: 500px;
      width: 17em;
*/
}
#facility .img_box .name {
  padding: 0.8em 5px;
	font-size: 1.6rem;
	line-height: 1.5;
}
#contact {
  padding: 2.8em 0 5em;
}
/* ------------------------------------------------------------ */
/* flx_box */
/* ------------------------------------------------------------ */
.flx_box .flx_item {
  margin: 2em auto;
}
.flx_cnt {
	width: 100%;
	margin: 0 auto 2em;
}
.flx_cnt .flx_item {
	width: 100%;
	margin: 0 auto 1.5em;
	
}
/* ------------------------------------------------------------ */
/* footer */
/* ------------------------------------------------------------ */
.main_footer {
  width: 100%;
  padding: 0 5%;
  background: #6c6864;
  color: #fff;
}
.main_footer .address {
  font-size: 1.4rem;
  text-align: center;
  padding: 1em 0;
}
.copy {
  padding: 1.5em 0;
  text-align: center;
  font-size: 1rem;
  border-top: 1px solid #a2a2a2;
}

.fac_thum {
	position: relative;
	overflow: hidden;
/*	aspect-ratio: 3 / 2.8;*/
}
.fac_thum::before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 82%;
}
.fac_thum img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: auto;
	max-width: inherit;
	transform: scale(1.05) translate(-50%,-50%);
	-webkit-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	/*
	height: 100%;
	object-fit: cover;
*/
}
.img_box a:hover {
	opacity: 1;
	color: #6ba3db;
}
a:hover .fac_thum img {
	transform: scale(1.1) translate(-50%,-50%);
}

@media screen and (min-width: 480px) {
  /* スマートフォン横 */
  .sp {
    display: block;
  }
  .base {
    padding: 3em 0;
  }
	/* ------------------------------------------------------------ */
	/* flx_box */
	/* ------------------------------------------------------------ */
	.flx_cnt {
		display: flex;
		flex-wrap: wrap;
	}
	/* 3カラム */
	.flx_3cols .flx_item {
		width: calc((100% - 1em)/ 2);
		margin: 0 1em 1.5em 0;
	}
	.flx_3cols .flx_item:nth-child(2n) {
		margin: 0 0 1.5em;
	}
	/* 4カラム */
	.flx_4cols .flx_item {
		width: calc((100% - 1em)/ 2);
		margin: 0 1em 1.5em 0;
	}
	.flx_4cols .flx_item:nth-child(2n) {
		margin: 0 0 1.5em;
	}
}
@media screen and (min-width: 768px) {
  /* タブレット縦 / スマートフォン横 */
  /* ------------------------------------------------------------ */
  /* common content */
  /* ------------------------------------------------------------ */
  .inner {
    padding: 0 2em;
  }
  .base {
    padding: 4em 0 6em;
  }
  .main_header {
    height: 80vh;
}
  .main_header .main_logo {
    width: 450px;
}
  .main_ttl {
    font-size: 4rem;
    letter-spacing: 0.6rem;
  }
  .sub_ttl {
    font-size: 2.4rem;
    margin: 0 auto 0.8em;
  }
  .third_ttl {
    font-size: 2.6rem;
    letter-spacing: 0.4rem;
  }
  #pack figure {
    width: 70%;
    margin: 4em auto;
  }
  #about figure {
    width: 80%;
    margin: 4em auto;
  }
  #access figure {
    padding: 0 0 2em;
  }
  /* ------------------------------------------------------------ */
  /* flx_box */
  /* ------------------------------------------------------------ */
  .flx_box {
	  flex-wrap: wrap;
    display: flex;
  }
  .flx_box .flx_item {
    margin: 2em 0.5em;
}
	/* 3カラム */
  .flx_3cols .flx_item,
	.flx_3cols .flx_item:nth-child(2n){
    width: calc((100% - 2em)/ 3);
    margin: 0 1em 1.5em 0;
  }
  .flx_3cols .flx_item:nth-child(3n) {
    margin: 0 0 1.5em;
  }
	/* 4カラム */
  .flx_4cols .flx_item,
	.flx_4cols .flx_item:nth-child(2n){
    width: calc((100% - 2em)/ 3);
    margin: 0 1em 1.5em 0;
  }
  .flx_4cols .flx_item:nth-child(3n) {
    margin: 0 0 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  /* デスクトップ/タブレット横 */
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  /* ------------------------------------------------------------ */
  /* header */
  /* ------------------------------------------------------------ */
  .main_header {
    height: 750px;
  }
  .main_header .main_logo {
    width: 500px;
}
  .main_header .gnav .nav_menu .menu_item a {
    height: 100px;
    font-size: 1.4rem;
    padding: 3.8em 1em 0 1em;
}
  .main_header .gnav .nav_menu .menu_item a::before {
    width: 60px;
    height: 60px;
    left: 50%;
    top: -14px;
    transform: translateX(-50%);
}
  .main_header .gnav .nav_menu .menu_item::before, .main_header .gnav .nav_menu .menu_item::after {
    height: 100px;
  }
  /* ------------------------------------------------------------ */
  /* common content */
  /* ------------------------------------------------------------ */
  .inner {
    max-width: 1200px;
  }
  .base {
    padding: 5em 0 9em;
  }
	/* ------------------------------------------------------------ */
	/* flx */
	/* ------------------------------------------------------------ */
	/* 3カラム */
	.flx_3cols .flx_item,
	.flx_3cols .flx_item:nth-child(2n){
		width: calc((100% - 4em)/ 3);
		margin: 0 2em 2.5em 0;
	}
	.flx_3cols .flx_item:nth-child(3n) {
		margin: 0 0 2.5em;
  }
	/* 4カラム */
  .flx_4cols .flx_item,
	.flx_4cols .flx_item:nth-child(2n),
	.flx_4cols .flx_item:nth-child(3n){
    width: calc((100% - 4.5em)/ 4);
    margin: 0 1.5em 2em 0;
  }
  .flx_4cols .flx_item:nth-child(4n) {
    margin: 0 0 2em;
  }
  /* ------------------------------------------------------------ */
  /* section */
  /* ------------------------------------------------------------ */
  #howto .list {
    display: flex;
  }
  #howto .list dt {
    width: 16%;
    font-size: 2rem;
    line-height: 2;
  }
  #howto .list dt span {
    display: inline-block;
    font-size: 4.5rem;
    margin-left: 0.1em;
  }
  #howto .list::before {
    left: 8%;
  }
  #howto .list:nth-of-type(1) dt {
    padding-top: 1em;
  }
  #howto .list dd {
    margin: 2em 0.5em;
  }
  #howto .list dd .btn {
    margin: 0 1em;
  }
  #access figure {
    width: 80%;
    margin: 0 auto;
  }
  .main_footer {
    padding: 0 8%;
}
  .main_footer .address {
    text-align: right;
}

}
@media screen and (min-width: 1200px) {
  .section::after, #facility .bg_mountain::after {
    height: 120px;
  }
}
@media screen and (min-width: 1800px) {
  .base {
    padding: 5em 0 13em;
}
  .section::after, #facility .bg_mountain::after {
    height: 178px;
}
}</pre></body></html>