@charset "UTF-8";
/*! =======================================
このCSSファイルはSassから生成されていますので、
直接編集しないようご注意ください
※※※※※※※※※※※※※※※※※※※※※※※※

Class名について…
 親テーマと区別するため、頭に「ic(池の平センター)」を付与
========================================= */
/*! =======================================
このCSSファイルはSassから生成されていますので、
直接編集しないようご注意ください
※※※※※※※※※※※※※※※※※※※※※※※※
========================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@500;700&display=swap");
:root {
  --ic-color--y-green: #87c13f;
  --ic-color--b-green: #4eb4a0;
  --ic-color--l-green: #a0dca0;
  --ic-color--ly-green: #eaf6cf;
  --ic-color--ll-green: #f2f4ed;
  --ic-color--yellow: #eee46c;
  --ic-color--orange: #f28e1e;
  --ic-color--l-orange: #f6ab3b;
  --ic-color--brown: #736357;
  --ic-color--o-brown: #c1976d;
  --ic-color--l-brown: #e2dac5;
  --ic-color--beige: #f4eee4;
  --ic-color--l-blue: #dbeaf6;
  --fontfamily-serif: "Noto Sans JP", sans-serif;
  --fontfamily-maru: "Zen Maru Gothic", serif;
  --ic-width--article-tab: 550px;
  --ic-mountain-width: 180%;
  --ic-mountain-height: 15.5rem;
}
@media (min-width: 1000px) {
  :root {
    --ic-mountain-width: 2000px;
    --ic-mountain-height: 400px;
  }
}
@media (min-width: 2000px) {
  :root {
    --ic-mountain-width: auto;
  }
}

/*! =======================================
このCSSファイルはSassから生成されていますので、
直接編集しないようご注意ください
※※※※※※※※※※※※※※※※※※※※※※※※

Class名について…
 親テーマと区別するため、頭に「ic(池の平センター)」を付与
========================================= */
.font-maru, .l-content:has(.p-front) h2, .icp-blockbanner .icp-blockbanner__title, h2.wp-block-heading, h1.wp-block-heading {
  font-family: var(--fontfamily-maru);
  font-weight: 900;
}

.u-pos-absolute {
  position: absolute;
}

.u-pos-relative {
  position: relative;
}

.u-zi-1 {
  z-index: 1;
}

.u-zi-2 {
  z-index: 2;
}

.u-disp-inlineblock {
  display: inline-block;
}

h1.wp-block-heading {
  border-bottom: 0.35rem dotted var(--ic-color--o-brown);
  padding-bottom: 0.35em;
  margin-bottom: 1.5em;
  font-size: 1.8em;
}
h1.wp-block-heading img {
  vertical-align: middle;
  margin-right: 1em;
}

h3.wp-block-heading {
  padding: 0 0.5em 0.1em;
  background: linear-gradient(to bottom, white 0%, white 65%, var(--ic-color--l-brown) 65%);
  color: var(--ic-color--brown);
}

.ic-leaf-heading {
  background: url(../images/point_leaf.png) no-repeat top left;
  background-size: auto 4.5rem;
  padding: 1rem 0 1.3rem 1.8rem;
  font-size: 1.4em;
}

.wp-block-media-text > .wp-block-media-text__media {
  align-self: unset;
}

.wp-block-columns.--gap-none {
  --wp-column-gap: 0;
}
.wp-block-columns.--gap-xsmall {
  --wp-column-gap: 0.5rem;
}
.wp-block-columns.--gap-small {
  --wp-column-gap: 1rem;
}
.wp-block-columns.--gap-medium {
  --wp-column-gap: 3.5rem;
}

.ic-cover-suisai-left img.wp-block-cover__image-background {
  max-width: 40%;
  object-fit: contain;
  height: auto;
}

.ic-table table {
  border: none;
}
.ic-table thead th,
.ic-table tbody td {
  border-color: white;
  border-width: 0.2rem;
}
.ic-table thead th {
  background-color: var(--ic-color--brown);
}
.ic-table thead th:nth-child(1) {
  background-color: white;
}
.ic-table tbody tr td:first-child {
  background-color: var(--ic-color--l-brown);
  color: var(--ic-color--brown);
}

.ic-box-deco {
  position: relative;
  overflow: hidden;
}
.ic-box-deco::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: -3rem;
  width: 6rem;
  height: 6rem;
  background-color: var(--ark-color--main);
  transform: rotate(45deg);
}

.ic-block-leaf {
  position: relative;
  background: var(--ic-color--ll-green);
  border-radius: 1rem;
  padding: 1.5rem 4.5rem 1.5rem 1.5rem;
  margin-bottom: 2rem;
}
.ic-block-leaf::after {
  content: "";
  width: 4.5rem;
  height: 5rem;
  display: inline-block;
  background: url(../images/point_leaf.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -1rem;
}
.ic-block-leaf.--top-overlap {
  padding-top: 4rem;
  margin-top: -2.5rem;
  margin-left: 2rem;
  z-index: 0;
}

.ic-button {
  padding: 1em;
}
@media (max-width: 649px) {
  .ic-button.wp-block-buttons-is-layout-flex {
    display: block;
  }
}
.ic-button .ic-button__arrow a {
  transition: all 0.3s linear !important;
  position: relative;
  display: inline-block;
  width: 100%;
  border: 0.1em solid white;
  border-radius: 10em;
  padding: 0.7em 3.2em 0.7em 1.5em !important;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em;
  white-space: nowrap;
  box-shadow: 2px 2px 5px rgba(174, 174, 174, 0.3), -2px 2px 5px rgba(174, 174, 174, 0.3), 2px -2px 5px rgba(174, 174, 174, 0.3), -2px -2px 5px rgba(174, 174, 174, 0.3);
  opacity: 1 !important;
}
@media (min-width: 650px) {
  .ic-button .ic-button__arrow a {
    width: auto;
    min-width: 20em;
  }
}
.ic-button .ic-button__arrow a::before {
  content: "";
  position: absolute;
  top: 0.5em;
  right: 0.6em;
  display: block;
  width: 2em;
  height: 2em;
  background-color: #FFF;
  border-radius: 10em;
}
.ic-button .ic-button__arrow a::after {
  transition: all 0.1s linear;
  content: "";
  background-color: var(--ark-color--text);
  mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><title>arrow</title><g><g><path d="M499.436,225.905L295.858,24.536c-16.623-16.438-43.428-16.305-59.866,0.328,c-16.438,16.613-16.294,43.418,0.329,59.856l130.356,128.958H42.329C18.956,213.679,0,232.624,0,255.997,c0,23.383,18.956,42.328,42.329,42.328h324.347L236.321,427.273c-16.623,16.438-16.767,43.254-0.329,59.867,c16.438,16.622,43.243,16.766,59.866,0.328l203.578-201.368c8.044-7.963,12.564-18.792,12.564-30.102,C512,244.685,507.479,233.866,499.436,225.905z" /></g></g></svg>');
  mask-size: cover;
  position: absolute;
  top: 1.1em;
  right: 1.15em;
  display: block;
  width: 0.8em;
  height: 0.8em;
}
.ic-button .ic-button__arrow a:hover {
  box-shadow: none;
  font-weight: 500;
}
.ic-button .ic-button__arrow a:hover::after {
  top: 0.95em;
  right: 1em;
  width: 1.1em;
  height: 1.1em;
}
.ic-button .ic-button__arrow.btn_green a {
  background: linear-gradient(90deg, var(--ic-color--y-green) 0%, var(--ark-color--main) 80%);
  background-color: var(--ic-color--y-green);
  color: white;
}
.ic-button .ic-button__arrow.btn_green a::after {
  background-color: var(--ark-color--main);
}
.ic-button .ic-button__arrow.btn_green a:hover {
  background: var(--ark-color--main);
}
.ic-button .ic-button__arrow.btn_orange a {
  background: linear-gradient(90deg, var(--ic-color--yellow) 0%, var(--ic-color--l-orange) 80%);
  background-color: var(--ic-color--yellow);
  color: var(--ark-color--header_txt);
}
.ic-button .ic-button__arrow.btn_orange a::after {
  background-color: var(--ic-color--l-orange);
}
.ic-button .ic-button__arrow.btn_orange a:hover {
  background: var(--ic-color--l-orange);
}
.ic-button .ic-button__arrow.btn_blue a {
  background: linear-gradient(90deg, var(--ic-color--l-green) 0%, var(--ic-color--b-green) 80%);
  background-color: var(--ic-color--l-green);
  color: white;
}
.ic-button .ic-button__arrow.btn_blue a::after {
  background-color: var(--ic-color--b-green);
}
.ic-button .ic-button__arrow.btn_blue a:hover {
  background: var(--ic-color--b-green);
}

.ic-box-guide {
  position: relative;
  padding-bottom: 3rem;
}
@media (max-width: 781px) {
  .ic-box-guide {
    left: calc(50% - 50vw + var(--ark-scrollbar_width) / 2);
    max-width: 100vw !important;
    position: relative;
    width: calc(100vw - var(--ark-scrollbar_width));
  }
}
.ic-box-guide::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 120px;
  height: 120px;
  background: url(../images/point_leaf.png) no-repeat left top;
  background-size: contain;
}
.ic-box-guide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: calc(100% - 6rem);
  margin-top: 6rem;
  border-radius: 1.5rem;
  background: var(--ic-color--ll-green);
  z-index: -1;
}
.ic-box-guide h2 {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.5em;
  z-index: 1;
}
.ic-box-guide .wp-block-columns {
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.ic-box-guide .wp-block-columns:first-of-type .wp-block-column:nth-child(2) {
  padding-top: 0;
}
@media (min-width: 782px) {
  .ic-box-guide .wp-block-columns:first-of-type .wp-block-column:nth-child(2) {
    padding-top: 5rem;
  }
}
@media (min-width: 782px) {
  .ic-box-guide .wp-block-columns .foto-mini-column.--ta-left .wp-block-image {
    text-align: left;
  }
  .ic-box-guide .wp-block-columns .foto-mini-column.--ta-right .wp-block-image {
    text-align: right;
  }
}

html {
  font-size: 18px;
  font-size: calc(0.7rem + 1.2vw);
}
@media (min-width: 650px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.8;
}

a {
  transition: filter 0.2s 0s ease-in-out, opacity 0.2s 0s ease-in-out;
}
a img {
  transition: filter 0.2s 0s ease-in-out;
}

p {
  margin-bottom: 1rem;
}

.l-container {
  position: relative;
}

.home.page .l-content__body {
  max-width: 100%;
  padding: 0;
}
.home.page .l-content__body .l-article {
  max-width: 100%;
}

body:not(.home) .l-content {
  padding-bottom: 10rem;
}

.p-drawer {
  background-color: var(--ark-color--main);
  max-width: 500px;
  left: auto;
  right: 0;
}
.p-drawer .p-drawer__banner {
  padding: 1rem;
}
.p-drawer .w-drawerBottom .c-widget + .c-widget {
  margin-top: 1rem;
}

.p-postList .p-postList__thumb.c-postThumb {
  border-radius: 1rem;
}

.p-breadcrumb {
  white-space: nowrap;
  word-break: keep-all;
}
.p-breadcrumb .p-breadcrumb__list {
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-bottom: 0.5rem;
}
@media (min-width: 650px) {
  .p-breadcrumb {
    overflow: auto;
  }
  .p-breadcrumb .p-breadcrumb__list {
    flex-wrap: wrap;
    overflow-x: hidden;
  }
}

.p-fixBtnWrap .c-fixBtn {
  border-radius: 1rem;
}

.l-header {
  --ark-drawerW: 5rem;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 650px) {
  .l-header {
    --ark-drawerW: 120px;
  }
}
.l-header .l-header__body.l-container {
  max-width: none;
  padding: 0;
}
.l-header .l-header__drawerBtn {
  width: var(--ark-drawerW);
  height: var(--ark-drawerW);
  background: var(--ark-color--main);
  border-bottom-left-radius: 1rem;
  line-height: 1;
}
.l-header .l-header__drawerBtn svg:not([fill]) {
  fill: white;
}
.l-header .l-header__drawerBtn::after {
  content: url(../images/drawerbtn_logo_en.svg);
  position: absolute;
  top: 0.5rem;
  left: 0.4rem;
  width: 4.3rem;
  height: 4.3rem;
}
@media (min-width: 650px) {
  .l-header .l-header__drawerBtn::after {
    top: 15px;
    left: 15px;
    width: 90px;
    height: 90px;
  }
}
.l-header .l-header__logo {
  justify-content: flex-end;
  font-family: var(--fontfamily-maru);
  font-size: 1.5rem;
}
.l-header .l-header__right .icp-head-guide {
  padding: 0 1em;
}
.l-header .l-header__right .icp-head-guide a {
  display: inline-block;
  background-color: var(--ic-color--orange);
  padding: 0.3em 1em;
  border-radius: 5rem;
  color: white;
  text-decoration: none;
}
.l-header .l-header__right .icp-head-guide a:hover {
  filter: brightness(1.4);
}
.l-header .l-header__right .icp-head-guide img {
  width: 0.9em;
  margin-left: 0.5em;
  vertical-align: -0.1em;
}
.l-header .c-iconBtn__icon {
  width: 35px;
  height: 35px;
}
.l-header .c-iconBtn__icon::after {
  content: "メニュー";
  display: block;
  font-size: 0.4rem;
  font-weight: 700;
  color: white;
}

[data-btns=rr-rl] .l-header__body {
  grid-template-areas: "left center right search menu";
  grid-template-columns: auto auto auto var(--ark-searchW) var(--ark-drawerW);
}

.l-wrapper {
  background: url(../images/back_suisai1.jpg) no-repeat -10% top;
  background-size: 50% auto;
}
@media (min-width: 1000px) {
  .l-wrapper {
    background-size: 30% auto;
    background-position: left -3rem;
  }
}

.l-content:has(.p-front) {
  background-image: url(../images/back_suisai2.jpg);
  background-repeat: no-repeat;
  background-position: right 130vw;
  background-size: 70% auto;
}
@media (min-width: 650px) {
  .l-content:has(.p-front) {
    background-position: right 80vh;
  }
}
@media (min-width: 1000px) {
  .l-content:has(.p-front) {
    background-position: right 530px;
    background-size: 63% auto;
  }
}

.icp-front-hero {
  background-image: url(../images/mv_sp@2x-min.png);
  background-repeat: no-repeat;
  background-position: center 3rem;
  background-size: 100% auto;
}
@media (min-width: 650px) {
  .icp-front-hero {
    background-position: center top;
  }
}
@media (min-width: 1000px) {
  .icp-front-hero {
    background-image: url(../images/mv.png);
    background-size: auto;
  }
}
.icp-front-hero, .icp-front-hero .l-container {
  aspect-ratio: 2/3;
}
@media (min-width: 650px) {
  .icp-front-hero, .icp-front-hero .l-container {
    aspect-ratio: 20/21;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .icp-front-hero, .icp-front-hero .l-container {
    height: 700px;
    aspect-ratio: reset;
  }
}
.icp-front-hero .icp-front-hero__logomark, .icp-front-hero .icp-front-hero__logotext {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
}
@media (min-width: 650px) {
  .icp-front-hero .icp-front-hero__logomark, .icp-front-hero .icp-front-hero__logotext {
    top: 50%;
    width: 350px;
  }
}
.icp-front-hero .icp-front-hero__logomark {
  transform: translate(-50%, -50%);
}
.icp-front-hero .icp-front-hero__logotext {
  animation: ani_rotation 30s linear infinite;
}
.icp-front-hero .icp-front-hero__copy {
  position: absolute;
  left: 1rem;
  bottom: 2rem;
  width: 75%;
}
@media (min-width: 650px) {
  .icp-front-hero .icp-front-hero__copy {
    width: 23rem;
    bottom: 0;
  }
}
@media (min-width: 1000px) {
  .icp-front-hero .icp-front-hero__copy {
    bottom: 1rem;
  }
}

@keyframes ani_rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.icp-front-news {
  margin: 3rem auto 1rem;
}
.icp-front-news .icp-front-news__frame, .icp-front-news .icp-front-news__category a {
  border-radius: 1.7rem;
}
.icp-front-news .icp-front-news__frame {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: var(--ark-color--gray);
  box-shadow: 0px 5px 5px 2px rgba(35, 158, 91, 0.1);
  padding: 0.6em;
  line-height: 2.5;
}
@media (min-width: 650px) {
  .icp-front-news .icp-front-news__frame {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1000px) {
  .icp-front-news .icp-front-news__frame {
    grid-template-columns: 1.5fr 1fr 3fr;
  }
}
.icp-front-news .icp-front-news__category a {
  display: block;
  background-color: var(--ark-color--main);
  text-decoration: none;
  text-align: center;
  font-size: 0.9em;
  color: white;
}
.icp-front-news .icp-front-news__dt {
  padding-top: 0.2em;
  padding-left: 1em;
  font-size: 0.9em;
}
.icp-front-news__title {
  grid-column: 1/3;
  grid-row: 2/3;
  padding: 0.4em;
  line-height: 1.5;
}
@media (min-width: 1000px) {
  .icp-front-news__title {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
.icp-front-news__title a {
  color: var(--ark-color--text);
}
.icp-front-news__title a:hover {
  text-decoration: none;
}
.icp-front-news__morelink {
  margin-top: 1em;
  text-align: right;
  font-size: 0.8em;
}
.icp-front-news__morelink a {
  color: var(--ark-color--text);
  text-decoration: none;
}
.icp-front-news__morelink a::after {
  content: url(../images/icon_arrow_gn.svg);
  display: inline-block;
  width: 1em;
  margin-left: 0.5em;
}
.icp-front-news__morelink a:hover {
  filter: brightness(1.4);
}

.icp-front-aboutus {
  position: relative;
  background-image: url(../images/back_suisai3.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom: 0.1em;
}
@media (min-width: 1300px) {
  .icp-front-aboutus {
    background-position: left 75%;
  }
}
.icp-front-aboutus .icp-front-aboutus__grid {
  display: grid;
  grid-template-columns: 1fr;
}
.icp-front-aboutus .icp-front-aboutus__grid div:nth-child(1) {
  order: 2;
}
.icp-front-aboutus .icp-front-aboutus__grid div:nth-child(2) {
  order: 1;
}
@media (min-width: 1300px) {
  .icp-front-aboutus .icp-front-aboutus__grid {
    grid-template-columns: 1fr 1.2fr;
  }
  .icp-front-aboutus .icp-front-aboutus__grid div:nth-child(1) {
    order: 1;
  }
  .icp-front-aboutus .icp-front-aboutus__grid div:nth-child(2) {
    order: 2;
  }
}
.icp-front-aboutus .icp-front-aboutus__foto {
  text-align: right;
}
.icp-front-aboutus .icp-front-aboutus__foto img {
  position: relative;
  width: 100%;
}
@media (min-width: 1300px) {
  .icp-front-aboutus .icp-front-aboutus__foto img {
    right: -6%;
    max-width: 900px;
  }
}
.icp-front-aboutus .icp-front-aboutus__contentwrap {
  background: linear-gradient(180deg, white 0%, white 50%, rgba(255, 255, 255, 0) 80%);
  padding: 0 2rem;
  margin-top: 3rem;
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
}
@media (min-width: 650px) {
  .icp-front-aboutus .icp-front-aboutus__contentwrap {
    padding: 3rem 4rem;
  }
}
@media (min-width: 1300px) {
  .icp-front-aboutus .icp-front-aboutus__contentwrap {
    margin-top: 5rem;
  }
}
.icp-front-aboutus .icp-front-aboutus__content {
  max-width: var(--ark-slim_width);
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 2;
}
@media (min-width: 1300px) {
  .icp-front-aboutus .icp-front-aboutus__content {
    max-width: calc(var(--ark-slim_width) / 2);
    margin: 0;
  }
}

.icp-front-services {
  position: relative;
}
.icp-front-services .pic-setting {
  position: absolute;
  z-index: 5;
}
.icp-front-services h2 {
  margin-bottom: 1em;
}
.icp-front-services .icp-front-services__head, .icp-front-services .icp-front-services__mount-ss {
  position: absolute;
  height: var(--ic-mountain-height);
  width: 100%;
}
.icp-front-services .icp-front-services__head {
  position: absolute;
  top: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 90%);
}
.icp-front-services .icp-front-services__head img.signboard {
  left: 8%;
  bottom: calc(var(--ic-mountain-height) / 4);
  width: 23%;
  z-index: 0;
}
@media (min-width: 1000px) {
  .icp-front-services .icp-front-services__head img.signboard {
    left: calc(50% - 460px);
    width: 230px;
  }
}
@media (min-width: 2000px) {
  .icp-front-services .icp-front-services__head img.signboard {
    left: 28%;
  }
}
.icp-front-services .icp-front-services__head img.tent {
  right: 5%;
  bottom: 1rem;
  width: 20%;
}
@media (min-width: 1000px) {
  .icp-front-services .icp-front-services__head img.tent {
    right: calc(50% - 500px);
    width: auto;
  }
}
.icp-front-services .icp-front-services__mount-ss {
  top: 0;
  width: 100%;
  background: url(../images/back_rp_green.jpg) repeat;
  mask: url(../images/mask_mountain1.svg) center top no-repeat;
  mask-size: var(--ic-mountain-width) var(--ic-mountain-height);
}
.icp-front-services .icp-front-services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: var(--ic-width--article-tab);
  padding: 1rem 2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
@media (min-width: 650px) {
  .icp-front-services .icp-front-services__grid {
    padding: 0;
  }
}
@media (min-width: 1000px) {
  .icp-front-services .icp-front-services__grid {
    grid-template-columns: 1fr 1fr;
    max-width: var(--ark-slim_width);
  }
}
.icp-front-services .icp-front-services__item {
  position: relative;
}
.icp-front-services .icp-front-services__balloon {
  width: 220px;
}
.icp-front-services .icp-front-services__text {
  margin-bottom: 2rem;
}
.icp-front-services .icp-front-services__text:has(.sec-camp) p {
  font-weight: 700;
}
.icp-front-services .sec-camp {
  background: url(../images/back_rp_green.jpg) repeat;
  padding-top: var(--ic-mountain-height);
  padding-bottom: calc(var(--ic-mountain-height) - 3rem);
  color: white;
}
.icp-front-services .sec-camp .icp-front-services__text p {
  font-weight: 500;
}
.icp-front-services .sec-camp::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  width: 100%;
  height: var(--ic-mountain-height);
  background: url(../images/mask_mountain2.svg) no-repeat center bottom;
  background-size: var(--ic-mountain-width) var(--ic-mountain-height);
}
.icp-front-services .sec-camp img.ski-bear {
  left: 4%;
  bottom: 4%;
  width: 25%;
}
@media (min-width: 650px) {
  .icp-front-services .sec-camp img.ski-bear {
    left: 2%;
    bottom: 1%;
  }
}
@media (min-width: 1000px) {
  .icp-front-services .sec-camp img.ski-bear {
    left: calc(50% - 300px);
    bottom: 20px;
    width: auto;
  }
}
.icp-front-services .sec-camp img.winter-tree {
  right: 13%;
  bottom: 3%;
  width: 10%;
}
@media (min-width: 1000px) {
  .icp-front-services .sec-camp img.winter-tree {
    right: calc(50% - 500px);
    bottom: 85px;
    width: auto;
  }
}
.icp-front-services .sec-stay {
  --ic-mountain-width: 150%;
  --ic-mountain-height: 25rem;
  padding-bottom: calc(var(--ic-mountain-height) - 300px);
}
@media (min-width: 1000px) {
  .icp-front-services .sec-stay {
    --ic-mountain-width: 2000px;
  }
}
@media (min-width: 1500px) {
  .icp-front-services .sec-stay {
    --ic-mountain-width: 100%;
  }
}
.icp-front-services .sec-stay h2 {
  letter-spacing: 0.1em;
}
.icp-front-services .sec-stay__bg {
  bottom: 0;
  z-index: -1;
  background: url(../images/back_rp_water.png) repeat;
  mask: url(../images/mask_mountain3.svg) center bottom no-repeat;
  mask-size: var(--ic-mountain-width) var(--ic-mountain-height);
}
.icp-front-services .sec-onsen {
  position: relative;
  padding-top: calc(var(--ic-mountain-height) - 130px);
  padding-bottom: 150px;
  border-radius: 0% 0% 40% 40%/0% 0% 5rem 5rem;
  top: -100vh;
}
.icp-front-services .sec-onsen img.walk-bird {
  top: -10%;
  left: 40%;
  width: 40%;
}
@media (min-width: 650px) {
  .icp-front-services .sec-onsen img.walk-bird {
    left: 20%;
    width: 20%;
  }
}
@media (min-width: 1000px) {
  .icp-front-services .sec-onsen img.walk-bird {
    top: -90px;
    left: calc(50% - 430px);
    width: auto;
  }
}
.icp-front-services .sec-onsen img.onsen-noren {
  top: 40%;
  right: 1rem;
  width: 25%;
}
@media (min-width: 650px) {
  .icp-front-services .sec-onsen img.onsen-noren {
    width: auto;
  }
}
@media (min-width: 1000px) {
  .icp-front-services .sec-onsen img.onsen-noren {
    top: 27%;
    left: calc(50% + 300px);
    right: none;
  }
}
.icp-front-services .sec-onsen, .icp-front-services .sec-onsen__bg-steam {
  background: url(../images/back_rp_onsen.jpg) repeat-x;
}
.icp-front-services .sec-onsen__bg-water {
  top: 0;
  z-index: 0;
  background: url(../images/back_rp_water.png) repeat;
}
.icp-front-services .sec-onsen__bg-steam {
  top: 0;
  z-index: 1;
  mask: url(../images/mask_mountain4.svg) center top no-repeat;
  mask-size: var(--ic-mountain-width) var(--ic-mountain-height);
}
.icp-front-services.sec-parallaxwrap {
  position: relative;
}
.icp-front-services.sec-parallaxwrap::before {
  content: "";
  display: block;
  position: sticky;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -2;
  background: url(../images/foto_asobi.jpg) no-repeat center center;
  background-size: cover;
}
.icp-front-services .icp-front-services__mountmask {
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--ic-mountain-height);
}

.icp-front-services__slide .splide ul {
  max-width: 420px;
}
.icp-front-services__slide .splide ul .splide__slide {
  max-width: 430px;
  aspect-ratio: 4/3;
  border-radius: 3rem;
  border-style: solid;
  border-width: 0.2rem;
  border-color: white;
}
.icp-front-services__slide .splide.slide_stay .splide__slide {
  border-color: var(--ic-color--l-orange);
}
.icp-front-services__slide .splide.slide_onsen .splide__slide {
  border-color: var(--ic-color--l-green);
}
.icp-front-services__slide .splide .splide__pagination {
  bottom: inherit;
}
.icp-front-services__slide .splide .splide__pagination .is-active {
  background: var(--ark-color--main);
}

.icp-front-areaguide {
  --ic-areaguide-frame-radius: 1rem;
  position: relative;
  background: url(../images/back_suisai1.jpg) white no-repeat -15% top;
  background-size: 80% auto;
  padding-top: 15rem;
  padding-bottom: 5rem;
  border-radius: 40% 40% 0% 0%/5rem 5rem 0% 0%;
}
@media (min-width: 650px) {
  .icp-front-areaguide {
    background-size: 50% auto;
  }
}
.icp-front-areaguide::before {
  content: url(../images/pic_sightseeing.png);
  display: block;
  position: absolute;
  top: 4rem;
  left: 45%;
}
.icp-front-areaguide .icp-front-areaguide__frame {
  width: 100%;
}
@media (min-width: 650px) {
  .icp-front-areaguide .icp-front-areaguide__frame {
    width: calc(100% - 1rem);
    background: url(../images/back_rp_lightgreen.jpg) repeat;
    margin-left: 1rem;
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 1300px) {
  .icp-front-areaguide .icp-front-areaguide__frame {
    width: calc(50% + var(--ark-slim_width) / 2);
    margin-left: calc(50% - var(--ark-slim_width) / 2);
  }
}
.icp-front-areaguide .icp-front-areaguide__title {
  background: url(../images/back_title_areaguide.svg) no-repeat left top;
  background-size: 390px auto;
}
.icp-front-areaguide .icp-front-areaguide__title h2 {
  display: inline-block;
  width: 100%;
  padding-left: 2rem;
}
@media (min-width: 650px) {
  .icp-front-areaguide .icp-front-areaguide__title h2 {
    width: 350px;
    height: 150px;
  }
}
.icp-front-areaguide .icp-front-areaguide__title h2 a {
  display: block;
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: var(--ark-color--main);
  text-decoration: none;
}
.icp-front-areaguide .icp-front-areaguide__title h2 a::after {
  content: url(../images/icon_arrow_gn.svg);
  display: inline-block;
  width: 1em;
  margin-left: 0.5em;
}
.icp-front-areaguide .icp-front-areaguide__title h2 a:hover {
  filter: brightness(1.4);
}
.icp-front-areaguide .icp-front-areaguide__slide, .icp-front-areaguide .icp-front-areaguide__slidenone {
  background: url(../images/back_rp_lightgreen.jpg) repeat;
  padding: 2rem;
  border-radius: 1.5rem;
}
@media (min-width: 650px) {
  .icp-front-areaguide .icp-front-areaguide__slide, .icp-front-areaguide .icp-front-areaguide__slidenone {
    background: none;
  }
}
.icp-front-areaguide .icp-front-areaguide__slide {
  max-width: var(--ark-width--container);
}
.icp-front-areaguide .icp-front-areaguide__slide .splide__slide img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 1rem;
}
.icp-front-areaguide .icp-front-areaguide__slide .splide__slide p {
  padding-top: 0.8rem;
}

.icp-front-movie {
  position: relative;
  padding: 5rem 0;
  margin-top: -2px;
  background-color: white;
}
.icp-front-movie .l-container {
  max-width: var(--ark-slim_width);
}
.icp-front-movie::before, .icp-front-movie::after {
  position: absolute;
  content: "";
  width: 450px;
  aspect-ratio: 5/2;
  z-index: 2;
}
.icp-front-movie::before {
  top: 0;
  right: calc(50% + 200px);
  background: url(../images/pic_grass1.png) no-repeat left top;
  background-size: auto;
}
.icp-front-movie::after {
  bottom: 0;
  left: calc(50% + 100px);
  background: url(../images/pic_grass2.png) no-repeat left top;
  background-size: auto;
}
.icp-front-movie .icp-front-movie__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  background: url(../images/back_rp_lightgreen.jpg) repeat;
  border-radius: 1rem;
  padding: 3rem 2rem;
}
@media (min-width: 1000px) {
  .icp-front-movie .icp-front-movie__grid {
    grid-template-columns: 1fr 1.5fr;
  }
}
.icp-front-movie .icp-front-movie__grid div:nth-child(1) {
  padding-top: 3rem;
}

.icp-front-blog {
  padding: 5rem 0;
}
.icp-front-blog h2 {
  margin-bottom: 2rem;
}

.icp-blockbanner {
  padding: 1rem;
}
.icp-blockbanner a {
  display: block;
  position: relative;
  max-width: 700px;
  padding: 1rem 0.7rem 0.7rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 1.2rem 1.5rem;
  background-size: 4rem auto;
  border: 1px solid var(--ark-color--main);
  border-radius: 1rem;
  text-decoration: none;
  color: var(--ark-color--text);
}
@media (min-width: 650px) {
  .icp-blockbanner a {
    background-position-x: 2.5rem;
  }
}
.icp-blockbanner a:hover {
  opacity: 0.5;
}
.icp-blockbanner span {
  display: block;
  margin-left: 6rem;
}
@media (min-width: 650px) {
  .icp-blockbanner span {
    margin-left: 8rem;
  }
}
.icp-blockbanner .icp-blockbanner__title {
  margin-bottom: 0.5rem;
}
.icp-blockbanner .icp-blockbanner__text, .icp-blockbanner .icp-blockbanner__more {
  font-size: 0.8rem;
}
.icp-blockbanner .icp-blockbanner__more {
  margin-right: 1rem;
  text-align: right;
  color: var(--ark-color--main);
  text-decoration: none;
}
.icp-blockbanner .icp-blockbanner__more::after {
  content: url(../images/icon_arrow_gn.svg);
  display: inline-block;
  width: 1em;
  margin-left: 0.5em;
}
.icp-bnr-gokyuseki a {
  background-image: url(../images/pic_shinran.png);
}

.icp-bnr-betsuin a {
  background-image: url(../images/pic_otera.png);
}

.icp-footer-map {
  background: url(../images/map.png) no-repeat var(--ark-color--gray);
  background-position: 30% center;
  background-size: auto 100%;
  padding: 5rem 0 10rem;
}
@media (min-width: 650px) {
  .icp-footer-map {
    background-position: center left;
    background-size: 135% auto;
  }
}
@media (min-width: 1000px) {
  .icp-footer-map {
    background-position: calc(50% + 11rem) center;
    background-size: auto;
  }
}
.icp-footer-map .icp-footer-map__contents {
  width: 90%;
}
@media (min-width: 650px) {
  .icp-footer-map .icp-footer-map__contents {
    width: 80%;
  }
}
@media (min-width: 1000px) {
  .icp-footer-map .icp-footer-map__contents {
    width: 50%;
  }
}
.icp-footer-map .icp-footer-map__gmap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: white;
  margin-bottom: 2rem;
  border: 1.2rem solid white;
  border-radius: 2rem;
}
@media (min-width: 1000px) {
  .icp-footer-map .icp-footer-map__gmap::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 90%;
    left: 87%;
    width: 45%;
    height: 80%;
    background: url(../images/map_tail.svg) no-repeat top left;
    background-size: contain;
  }
}
.icp-footer-map .icp-footer-map__gmap iframe {
  position: relative;
  z-index: 1;
}
.icp-footer-map .icp-footer-map__info {
  padding-left: 1.5rem;
}

.p-topArea {
  min-height: 27rem;
  align-items: stretch;
  padding-top: 9rem;
}
@media (min-width: 650px) {
  .p-topArea {
    min-height: 25rem;
  }
}
.p-topArea .p-topArea__bodywrap {
  position: relative;
  display: flex;
  background: url(../images/back_rp_lightgreen.jpg) repeat;
  border-radius: 1rem;
  padding-top: 10%;
}
@media (min-width: 650px) {
  .p-topArea .p-topArea__bodywrap {
    align-items: center;
    padding-top: 0;
  }
}
.p-topArea .p-topArea__bodywrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 1.5rem);
  background: url(../images/pic_headsub.png) no-repeat right 20% bottom 10%;
  background-size: auto 65%;
}
@media (min-width: 650px) {
  .p-topArea .p-topArea__bodywrap::before {
    top: -2.5rem;
    background-position: right 10% top;
    background-size: auto 100%;
  }
}
.p-topArea h1 {
  font-family: var(--fontfamily-maru);
  color: var(--ark-color--text);
  text-align: left;
}

.c-pageTitle .c-pageTitle__main {
  font-family: var(--fontfamily-maru);
}

.post-classic-edit .c-postContent > p:not(:has(img)) {
  margin-top: 0;
}
.post-classic-edit .c-postContent > p:has(img[src$=".gif"]) {
  margin-top: 0;
}

.p-entry__foot .c-postTerms__author {
  position: relative;
  display: block;
  padding: 6px 8px;
  color: #333;
  line-height: 1;
}

.l-sidebar .c-widget + .c-widget.widget_search {
  margin-top: 0;
}

.l-footer {
  background-image: url(../images/back_footer.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.l-footer::before, .l-footer::after {
  content: "";
  position: absolute;
}
.l-footer::before {
  top: -98px;
  width: 100%;
  height: 100px;
  background: url(../images/back_mountain_gn.svg) no-repeat center top;
  background-size: var(--ic-mountain-width) 100%;
}
.l-footer::after {
  top: -120px;
  right: 1rem;
  width: 200px;
  height: 155px;
  background: url(../images/pic_center.png) no-repeat left top;
  background-size: contain;
}
@media (min-width: 1300px) {
  .l-footer::after {
    right: calc(50% - 400px);
  }
}
.l-footer .c-widget + .c-widget {
  margin-top: 0.3em;
}
.l-footer .c-widget + .c-widget p {
  margin-bottom: 0;
}
.l-footer .l-footer__foot {
  padding-top: 1.5rem;
  background: url(../images/back_rp_yellowgreen.jpg);
  color: var(--ark-color--text);
}
.l-footer .l-footer__bottom {
  margin-bottom: 2rem;
}/*# sourceMappingURL=hiyc.css.map */