<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* box-sizing: border-box;を設定 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* フォントサイズの拡大を防ぐ */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  word-break: break-word;
}

/* リストのスタイルを削除、これはデフォルトのスタイルが削除されることを示唆します */
ul,
ol {
  list-style: none;
}

/* 見出しやインタラクティブ要素のline-heightを設定 */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: inherit;
}

/* 見出しのテキスト折り返しをbalanceに設定 */
/* 画像の扱いを簡単にする */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* inputやbuttonなどのfontは継承 */
input,
button,
textarea,
select {
  font: inherit;
}

table {
  border-collapse: collapse;
}

body,
button,
input,
textarea {
  font-family: "Yu Gothic", sans-serif;
}

html,
body {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 120px;
  overflow-y: scroll;
}

body {
  font-size: 16px;
  line-height: 1.6875;
  color: #3E3E3E;
  font-family: "Yu Gothic", sans-serif;
  position: relative;
}

body.no-scroll {
  max-height: 100vh;
  overflow: hidden;
}
body.no-scroll .main {
  max-height: 100vh;
  overflow: hidden;
}

:where(body, button, input, textarea, select) {
  color: #3E3E3E;
  font-size: inherit;
  line-height: inherit;
}

label,
select,
input[type=checkbox],
input[type=radio],
button {
  cursor: pointer;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb125 {
  margin-bottom: 125px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.centerBox {
  max-width: 1082px;
  margin-inline: auto;
  padding-inline: 25px;
}

html::-webkit-scrollbar {
  width: 12px;
}

html::-webkit-scrollbar-track {
  width: 12px;
  background-color: #eee;
}

html::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
/*-----------------------
        PC用-SP用
------------------------*/
.mq767 {
  display: block;
}

.mq767sp {
  display: none;
}

.mq960 {
  display: block;
}

.mq960sp {
  display: none;
}

.mq767in {
  display: inline;
}

.mq767spin {
  display: none;
}

.mq960in {
  display: inline;
}

.mq960spin {
  display: none;
}

/*-----------------------
      共通fv
------------------------*/
.grobal_fv {
  width: 100%;
  height: 320px;
  padding: 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 80px;
}
.grobal_fv::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 58%;
  max-width: 1100px;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.grobal_fv.climbing::before {
  background-image: url(../images/climbing_fv.jpg.webp);
}
.grobal_fv.story::before {
  background-image: url(../images/story_fv.jpg.webp);
}
.grobal_fv.news::before {
  background-image: url(../images/news_fv.jpg.webp);
}
.grobal_fv.qa::before {
  background-image: url(../images/qa_fv.jpg.webp);
}
.grobal_fv.inquiry::before {
  background-image: url(../images/inquiry_fv.jpg.webp);
}
.grobal_fv.reservation::before {
  background-image: url(../images/reservation_fv.jpg.webp);
}

.grobal_fv_textarea {
  width: 100%;
  max-width: 1300px;
  height: fit-content;
}

.fv_title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.fv_title.climbing {
  color: #8D6224;
}
.fv_title.story {
  color: #708634;
}
.fv_title.news {
  color: #AC6D56;
}
.fv_title.qa {
  color: #666A77;
}
.fv_title.inquiry {
  color: #5A4B22;
}
.fv_title.reservation {
  color: #5A4B22;
}

.fv_subtitle {
  font-size: 22px;
  font-weight: bold;
  font-family: "DINBEK", sans-serif;
}

/*-----------------------
      共通タイトル
------------------------*/
.page_title {
  font-size: 30px;
  font-weight: bold;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.page_abstract {
  font-size: 16px;
  color: #3E3E3E;
  font-weight: bold;
  width: fit-content;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding: 0 50px;
  line-height: 1.5;
}

/*-----------------------
      共通アイテム
------------------------*/
.global_btn {
  display: block;
  width: 320px;
  height: 50px;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: #57672B;
  border: solid 1px #57672B;
  border-radius: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.global_btn:hover {
  background-color: #fff;
  color: #57672B;
}
.global_btn:hover .global_btn_arrow::before,
.global_btn:hover .global_btn_arrow::after {
  background-color: #57672B;
}

.global_btn_arrow {
  display: inline-block;
  width: 6.2px;
  height: 10.5px;
}
.global_btn_arrow::before, .global_btn_arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 30px;
  width: 8px;
  height: 2px;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}
.global_btn_arrow::before {
  transform: rotate(45deg);
}
.global_btn_arrow::after {
  transform: rotate(-45deg);
}

/*-----------------------
        pagenation
------------------------*/
.pagenation {
  width: fit-content;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  color: #324051;
}

.prev,
.next {
  font-size: 17px;
  width: fit-content;
  height: 100%;
  display: block;
  line-height: 48px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prev:hover .prev_arrow::before, .prev:hover .prev_arrow::after {
  left: -15px;
}

.next:hover .next_arrow::before, .next:hover .next_arrow::after {
  right: -15px;
}

.prev_arrow {
  display: inline-block;
  width: 6.2px;
  height: 10.5px;
}
.prev_arrow::before, .prev_arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: -10px;
  width: 8px;
  height: 2px;
  background-color: #666a77;
  transform-origin: 1px 50%;
  transition: 0.2s;
}
.prev_arrow::before {
  transform: rotate(45deg);
}
.prev_arrow::after {
  transform: rotate(-45deg);
}

.next_arrow {
  display: inline-block;
  width: 6.2px;
  height: 10.5px;
}
.next_arrow::before, .next_arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: -10px;
  width: 8px;
  height: 2px;
  background-color: #666a77;
  transform-origin: calc(100% - 1px) 50%;
  transition: 0.2s;
}
.next_arrow::before {
  transform: rotate(45deg);
}
.next_arrow::after {
  transform: rotate(-45deg);
}

.now_page {
  width: 48px;
  height: 100%;
  border-radius: 8px;
  background-color: #666A77;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pages {
  width: 48px;
  height: 100%;
  border-radius: 8px;
  background-color: #EBEBEB;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.pages:hover {
  color: #fff;
  background-color: #979797;
}

.kari {
  font-family: "Josefin Sans", serif;
  font-family: "Montserrat", sans-serif;
  font-family: "BIZ UDPGothic", sans-serif;
  font-family: "Yu Gothic", sans-serif;
  font-family: "DINBEK", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

.header {
  width: 100%;
  max-width: 1600px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo {
  display: block;
  width: 303px;
}
.header_logo img {
  display: block;
}

.header_nav {
  width: calc(100% - 320px);
  max-width: 760px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_li {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.header_li::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  transition: 0.3s;
}
.header_li:hover::after {
  border-bottom: solid 1px #3E3E3E;
}

/* Toggle Button */
.hamburger_menu {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 22px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
}

.hamburger_menu span {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  transition: 0.3s;
  background-color: #454545;
}

.hamburger_menu.active span {
  background-color: #454545;
}

.hamburger_menu span:first-of-type {
  top: 0;
}

.hamburger_menu span:nth-of-type(2) {
  top: 50%;
}

.hamburger_menu span:last-of-type {
  top: 100%;
}

.hamburger_menu.active span:first-of-type {
  top: 50%;
  transform: rotate(225deg);
}

.hamburger_menu.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger_menu.active span:last-of-type {
  top: 50%;
  transform: rotate(-225deg);
}

.hamburger_text {
  position: absolute;
  color: #454545;
  font-size: 10px;
  top: 120%;
  left: 3px;
  transition: 0.3s;
  opacity: 1;
}

.hamburger_menu.active .hamburger_text {
  opacity: 0;
}

/*-----------------------------
          slide menu
------------------------------*/
.slide_menu {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -100%;
  transition: 0.3s;
  overflow: hidden;
  padding: 20px 25px;
  z-index: 9990;
  overflow-y: scroll !important;
  scrollbar-width: none;
}
.slide_menu::-webkit-scrollbar {
  display: none;
}
.slide_menu.active {
  right: 0px;
}

/*-----------------------------
        slide menu(中身)
------------------------------*/
.slide_logo {
  display: block;
  width: 220px;
  margin-top: 5px;
  margin-bottom: 50px;
}

.slide_li {
  display: block;
  font-size: 18px;
  margin-left: 14px;
  position: relative;
  margin-bottom: 30px;
  line-height: 1;
  width: fit-content;
  padding-right: 20px;
}
.slide_li::after {
  position: absolute;
  content: "";
  top: calc(50% - 3px);
  left: -14px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #3E3E3E;
}
.slide_li.last_li {
  margin-bottom: 50px;
}

.footer {
  width: 100%;
  height: 390px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_left {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 0 100px;
  background-image: url(../images/footer_bg.jpg);
  background-position: center;
  background-size: cover;
}

.footer_right_inner {
  width: fit-content;
  height: fit-content;
}

.footer_logo {
  display: block;
  width: 360px;
  margin-bottom: 23px;
}

.footer_left_p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
}
.footer_left_p:nth-last-child(1) {
  margin-bottom: 0;
}

.footer_right {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0 80px;
}

.footer_right_inner {
  width: 100%;
  max-width: 960px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
.footer_right_inner .global_btn {
  margin: 0;
  padding-left: 30px;
  display: flex;
  justify-content: left;
  gap: 16px;
}
.footer_right_inner .global_btn .contact {
  font-size: 13px;
}

.footer_right_linklist {
  width: 400px;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 0;
}

.footer_right_link {
  margin-left: 10px;
  position: relative;
  line-height: 1;
}
.footer_right_link::after {
  position: absolute;
  content: "";
  top: calc(50% - 3px);
  left: -10px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #3E3E3E;
}
.footer_right_link:nth-child(even) {
  width: 180px;
}
.footer_right_link:nth-child(odd) {
  width: 190px;
}
.footer_right_link:nth-child(5) {
  width: fit-content;
}
.footer_right_link a {
  display: block;
  width: fit-content;
  position: relative;
}
.footer_right_link a::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
}
.footer_right_link a:hover::after {
  border-bottom: solid 1px #3E3E3E;
}

.copy {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 14px;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 40px;
}
.copy a {
  display: block;
  width: fit-content;
  position: relative;
  line-height: 1.2 !important;
  border-bottom: none;
}
.copy a::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
}
.copy a:hover::after {
  border-bottom: solid 1px #3E3E3E;
}
@media (max-width: 1400px){
  .grobal_fv {
    height: 320px;
  }
  .fv_title {
    font-size: 54px;
  }
  .fv_subtitle {
    font-size: 20px;
  }
  .footer {
    height: 320px;
  }
  .footer_left {
    padding: 0 40px;
  }
  .footer_logo {
    width: 320px;
  }
  .footer_left_p {
    font-size: 15px;
    letter-spacing: -0.8px;
  }
  .footer_right {
    padding: 0 40px;
  }
  .footer_right_inner .global_btn {
    width: 300px;
    height: 46px;
    line-height: 46px;
  }
  .footer_right_inner {
    gap: 25px;
  }
  .footer_right_linklist {
    width: 340px;
  }
  .footer_right_link:nth-child(even) {
    width: 170px;
  }
  .footer_right_link:nth-child(odd) {
    width: 150px;
  }
  .footer_right_link:nth-child(5) {
    width: fit-content;
  }
  .footer_right_link {
    font-size: 15px;
  }
  .copy {
    bottom: 10px;
    gap: 20px;
  }
}
@media (max-width: 1240px){
  .copy {
    flex-direction: column;
    gap: 5px;
    align-items: flex-end;
  }
}
@media (max-width: 1200px){
  .header {
    padding: 0 35px;
  }
  .header_logo {
    width: 260px;
  }
  .header_nav {
    width: calc(100% - 280px);
    max-width: 670px;
  }
  .header_li {
    font-size: 15px;
  }
}
@media (max-width: 960px){
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 20px;
  }
  .mb35 {
    margin-bottom: 25px;
  }
  .mb40 {
    margin-bottom: 25px;
  }
  .mb45 {
    margin-bottom: 35px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 30px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mb65 {
    margin-bottom: 35px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .mb75 {
    margin-bottom: 35px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb85 {
    margin-bottom: 40px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .mb95 {
    margin-bottom: 50px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .mb110 {
    margin-bottom: 55px;
  }
  .mb120 {
    margin-bottom: 60px;
  }
  .mb125 {
    margin-bottom: 65px;
  }
  .mb130 {
    margin-bottom: 60px;
  }
  .mb140 {
    margin-bottom: 60px;
  }
  .mb150 {
    margin-bottom: 60px;
  }
  .mb160 {
    margin-bottom: 70px;
  }
  .mb170 {
    margin-bottom: 70px;
  }
  .mb180 {
    margin-bottom: 70px;
  }
  .mb190 {
    margin-bottom: 70px;
  }
  .mb200 {
    margin-bottom: 70px;
  }
  .mq960 {
    display: none;
  }
  .mq960sp {
    display: block;
  }
  .mq960in {
    display: none;
  }
  .mq960spin {
    display: inline;
  }
  .grobal_fv {
    height: 280px;
    margin-bottom: 80px;
  }
  .fv_title {
    font-size: 48px;
  }
  .fv_subtitle {
    font-size: 18px;
  }
  .page_title {
    font-size: 28px;
  }
  .page_abstract {
    font-size: 15px;
    padding: 0 30px;
  }
  .header {
    height: 70px;
    padding: 0 20px;
  }
  .header_logo {
    width: 200px;
  }
  .header_nav {
    width: calc(100% - 220px);
    max-width: 570px;
  }
  .header_li {
    font-size: 14px;
    letter-spacing: -0.8px;
  }
}
@media (max-width: 767px){
  body {
    font-size: 14px;
    text-align: justify;
  }
  .mq767 {
    display: none;
  }
  .mq767sp {
    display: block;
  }
  .mq767in {
    display: none;
  }
  .mq767spin {
    display: inline;
  }
  .grobal_fv {
    height: 200px;
    padding: 0 30px;
    margin-bottom: 40px;
  }
  .fv_title {
    font-size: 28px;
    margin-bottom: 3px;
  }
  .fv_subtitle {
    font-size: 15px;
  }
  .page_title {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .page_abstract {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .global_btn {
    width: 280px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-weight: 500;
  }
  .pagenation {
    height: 32px;
    gap: 12px;
  }
  .prev,
  .next {
    font-size: 14px;
    line-height: 30px;
  }
  .prev p,
  .next p {
    display: none;
  }
  .now_page {
    width: 32px;
  }
  .pages {
    width: 32px;
  }
  .header_nav {
    display: none;
  }
  .hamburger_menu {
    display: flex;
  }
  .slide_menu {
    display: block;
  }
  .footer {
    height: 540px;
    flex-direction: column;
  }
  .footer_left {
    width: 100%;
    justify-content: center;
  }
  .footer_logo {
    margin-bottom: 28px;
  }
  .footer_left_p {
    font-size: 14px;
    letter-spacing: -0.3px;
  }
  .footer_right {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }
  .footer_right_inner .global_btn {
    margin-bottom: 90px;
  }
  .footer_right_inner {
    justify-content: flex-start;
    align-items: center;
    gap: 35px;
  }
  .copy {
    width: 100%;
    align-items: center;
  }
}
@media print{
  body {
    width: 960px;
    margin: 0 auto;
  }
}</pre></body></html>