@charset "UTF-8";
html {
  margin-top: initial !important;
}

header.p-header .p-header__fixed #head-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header.p-header .p-header__fixed #head-logo a {
  transition: all ease-in-out 0.3s;
}
header.p-header .p-header__fixed #head-logo a img {
  height: 100%;
  max-height: 30px;
}
header.p-header .p-header__fixed #head-logo a:hover img {
  opacity: 0.8;
}
header.p-header .p-header__fixed #head-logo.hide-logo {
  display: none;
}
@media screen and (max-width: 768px) {
  header.p-header .p-header__fixed #head-logo {
    display: none;
  }
}
header.p-header .p-header__fixed ul.p-header__lang li.other-season {
  font-size: clamp(0.875rem, 0.795rem + 0.17vw, 1rem);
  color: #333;
  padding: 8px 16px;
  border: #333 solid 1px;
}
header.p-header .p-header__fixed ul.p-header__lang li.other-season a {
  color: #333;
}
header.p-header .p-header__fixed ul.p-header__lang li.other-season:hover {
  background-color: #333;
}
header.p-header .p-header__fixed ul.p-header__lang li.other-season:hover a {
  color: #fff;
}
header.p-header .p-hamburger__menu::before {
  content: "";
  width: 85px;
  height: 29px;
  background: url(../img/common/logo02.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 3%;
  top: 3%;
}

#home.is-top .other-season {
  color: #fff;
  border: #fff solid 1px;
}
#home.is-top .other-season a {
  color: #fff;
}
#home.is-top .other-season:hover {
  background-color: #fff;
}
#home.is-top .other-season:hover a {
  color: #333;
}

@media screen and (min-width: 768px) and (max-width: 1040px) {
  .p-indexService__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .p-indexService__box h3.p-indexService__en {
    font-size: 2rem;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .p-indexService__box p.p-indexService__jp {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }
  .p-indexService__box i.c-arrow-wh {
    width: 35px;
    height: 35px;
    border-radius: 35px;
  }
  .p-indexService__box i.c-arrow-wh::before {
    width: 15px;
  }
  .p-indexService__box i.c-arrow-wh::after {
    top: 13px;
    right: 7px;
  }
}

.p-indexService.green-bg {
  background: url(../img/top/bg-ss-01.svg) no-repeat top right/contain;
}

/* サービス */
.p-indexService__item.-camp {
  background: url(../img/top/23-sum-camp.jpg) no-repeat center/cover;
}

.p-indexService__item.-bike {
  background: url(../img/top/23-sum-bike.jpg) no-repeat center/cover;
}

.p-indexService__item.-event {
  background: url(../img/top/23-sum-ev.jpg) no-repeat center/cover;
}

h3.p-indexService__en {
  line-height: 45px;
}

/* CHALET */
.p-chalet_heading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px 80px;
}

.p-indexNews.green-bg-btm {
  padding-top: 80px;
  background: linear-gradient(#f4faf6 60%, #fff 60%);
  border-bottom: 1px solid #ededed;
}

/* CAMP
--------------------------------------------------------------- */
.summer-tex {
  color: #187773;
}

.p-goods__body.ss-body {
  align-items: flex-start;
}
.p-goods__body.ss-body .l-container .p-goods__left .btn-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .p-goods__body.ss-body {
    height: 38vh;
  }
}

.p-waxtune__body.ss-body {
  align-items: flex-start;
}
.p-waxtune__body.ss-body .l-container .p-waxtune__right h2 {
  margin-bottom: 40px;
}
.p-waxtune__body.ss-body .l-container .p-waxtune__right .btn-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}

a.summ-btn-box {
  position: relative;
  padding: 16px 64px 16px 48px;
  border: 1px solid #187773;
  color: #187773;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
a.summ-btn-box::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 24px;
  width: 24px;
  height: 1px;
  margin: auto;
  background-color: #187773;
  transition: 0.3s;
}
a.summ-btn-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  border-left: 3px solid #187773;
  border-bottom: 2px solid #187773;
  border-top: 2px solid transparent;
  border-right: 3px solid transparent;
  transition: 0.3s;
}
a.summ-btn-box:hover {
  background-color: #187773;
  color: #fff;
}
a.summ-btn-box:hover::before {
  background-color: #fff;
  right: 19px;
}
a.summ-btn-box:hover::after {
  border-left: 3px solid #fff;
  border-bottom: 2px solid #fff;
  right: 19px;
}

.tax-in {
  border-bottom: #d5dbe2 solid 1px;
  text-align: right;
}
.tax-in p {
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
}

.camp-list-container {
  max-width: 1140px;
  margin: 40px auto;
  margin-bottom: initial;
  padding: 0 80px;
}
.camp-list-container li {
  border-bottom: #d5dbe2 solid 1px;
}
.camp-list-container li .camp-item-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}
.camp-list-container li .camp-item-wrap .three-items {
  width: 33.3333333333%;
  padding: 25px;
  box-sizing: border-box;
}
.camp-list-container li .camp-item-wrap .three-items.item-icon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.camp-list-container li .camp-item-wrap .three-items.item-icon h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 40px;
}
.camp-list-container li .camp-item-wrap .three-items.item-name {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.camp-list-container li .camp-item-wrap .three-items.item-name ul li {
  margin-bottom: 12px;
  border-bottom: initial;
}
.camp-list-container li .camp-item-wrap .three-items.item-price {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: initial;
  padding-bottom: initial;
}
.camp-list-container li .camp-item-wrap .three-items.item-price ul {
  width: 100%;
  display: block;
}
.camp-list-container li .camp-item-wrap .three-items.item-price ul li {
  text-align: center;
  width: 100%;
  padding: 25px 0;
  border-bottom: #d5dbe2 solid 1px;
}
.camp-list-container li .camp-item-wrap .three-items.item-price ul li:first-child {
  padding-top: initial;
}
.camp-list-container li .camp-item-wrap .three-items.item-price ul li:last-child {
  border-bottom: initial;
}
.camp-list-container li .camp-item-wrap .three-items.item-price.center {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .camp-list-container {
    padding: 0 20px;
  }
  .camp-list-container li .camp-item-wrap {
    display: block;
  }
  .camp-list-container li .camp-item-wrap .three-items {
    width: 100%;
  }
  .camp-list-container li .camp-item-wrap .three-items.item-name {
    align-items: center;
  }
  .camp-list-container li .camp-item-wrap .three-items.item-price {
    padding: 25px;
    padding-bottom: initial;
  }
}

.camp-grid-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: "first-item second-item";
}
.camp-grid-item .two-items {
  padding: 25px;
  box-sizing: border-box;
}
.camp-grid-item .two-items.first-item {
  grid-area: first-item;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.camp-grid-item .two-items.first-item h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 40px;
}
.camp-grid-item .two-items.first-item.mtb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .camp-grid-item .two-items.first-item {
    padding-left: initial;
    padding-right: initial;
  }
}
.camp-grid-item .two-items.second-item {
  grid-area: second-item;
  padding-right: initial;
  padding-bottom: initial;
}
.camp-grid-item .two-items.second-item ul li {
  text-align: center;
  width: 100%;
  padding: 25px 0;
  border-bottom: #d5dbe2 solid 1px;
}
.camp-grid-item .two-items.second-item ul li:first-child {
  padding-top: initial;
}
.camp-grid-item .two-items.second-item ul li:last-child {
  border-bottom: initial;
}
.camp-grid-item .two-items.second-item table.c-table {
  table-layout: fixed;
  margin-top: initial;
}
.camp-grid-item .two-items.second-item table.c-table thead tr th {
  background-color: #f1f7f3;
}
.camp-grid-item .two-items.second-item table.c-table tbody tr:first-child {
  background-color: #f1f7f3;
}
.camp-grid-item .two-items.second-item table.c-table tbody tr.bg-none {
  background-color: initial;
}
.camp-grid-item .two-items.second-item table.c-table tbody tr td {
  border-bottom: #d5dbe2 solid 1px;
}
.camp-grid-item .two-items.second-item table.c-table tbody tr td.bb-none {
  border-bottom: initial;
}
.camp-grid-item .two-items.second-item.mtb-2nd {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: initial;
}
@media screen and (max-width: 768px) {
  .camp-grid-item .two-items.second-item.mtb-2nd {
    padding-left: initial;
    padding-right: initial;
  }
}
.camp-grid-item.btm-w {
  margin: 0 80px;
}
.camp-grid-item.border-b {
  border-bottom: #d5dbe2 solid 1px;
}
.camp-grid-item.border-t {
  border-top: #d5dbe2 solid 1px;
}
@media screen and (max-width: 768px) {
  .camp-grid-item {
    display: block;
  }
  .camp-grid-item .two-items {
    padding-left: 0 25px;
  }
  .camp-grid-item .two-items.second-item {
    padding: 0 25px;
  }
  .camp-grid-item.btm-w {
    margin: initial;
  }
}

.single-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 80px;
}
.single-item table.c-table {
  table-layout: fixed;
  margin-top: initial;
}
.single-item table.c-table tr:first-child {
  background-color: #f1f7f3;
}
.single-item table.c-table tr td {
  border-bottom: initial;
}
.single-item table.c-table tr td span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.single-item table.c-table tr.tr-border-b {
  border-bottom: #d5dbe2 solid 1px;
}
@media screen and (max-width: 768px) {
  .single-item {
    padding: 0 8px;
  }
}

.rental-img-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin: 40px auto;
  padding: 0 80px;
  gap: 10px;
}
.rental-img-area figure img {
  width: 100%;
  max-width: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 121/91;
}
.rental-img-area figure figcaption {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .rental-img-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }
  .rental-img-area figure img {
    max-width: 100%;
  }
  .rental-img-area figure figcaption {
    padding: 10px 0 20px;
  }
}

/* EVENT RENTAL
--------------------------------------------------------------- */
.ev-container {
  width: 100%;
  max-width: 1140px;
  margin: 40px auto;
}
.ev-container ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 70px 2%;
  padding: 40px 15px;
}
.ev-container ul li.ev-rental__item {
  width: 100%;
  max-width: 32%;
}
.ev-container ul li.ev-rental__item img.ev-rental__img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.ev-container ul li.ev-rental__item h5.ev-rental__name {
  padding: 16px 16px 0px;
  text-align: center;
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 500;
}
.ev-container ul li.ev-rental__item h5.ev-rental__name span.jp {
  font-family: "Noto Serif JP", serif;
}
.ev-container ul li table.c-table tbody tr td {
  border-bottom: #d5dbe2 solid 1px;
}
@media screen and (max-width: 768px) {
  .ev-container ul li.ev-rental__item {
    max-width: 100%;
    padding: 0 20px;
  }
}

/* MTB RENTAL
--------------------------------------------------------------- */
.mtb-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}
.mtb-list li.mtb-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .mtb-list li.mtb-item {
    width: 50%;
  }
}
@media screen and (max-width: 420px) {
  .mtb-list li.mtb-item {
    width: 100%;
  }
}

.btm-brands__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

ul.p-rental__container {
  padding: 0 40px;
}

.c-table.summer-table1 thead tr {
  background-color: #f1f7f3;
  border-bottom: #d5dbe2 solid 1px;
}
.c-table.summer-table1 tbody tr:first-child {
  background-color: transparent;
}
.c-table.summer-table1 tbody tr th {
  background-color: #f1f7f3;
  border-top: #d5dbe2 solid 1px;
  border-bottom: #d5dbe2 solid 1px;
}
.c-table.summer-table1 tbody tr td {
  border-bottom: #d5dbe2 solid 1px;
}
.c-table.summer-table2 tr:first-child {
  background-color: transparent;
}
.c-table.summer-table2 th {
  background-color: #f1f7f3;
  vertical-align: initial;
  border-top: #d5dbe2 solid 1px;
}
.c-table.summer-table2 td {
  text-align: left;
  border-top: #d5dbe2 solid 1px;
  border-bottom: initial;
  padding: 20px 30px;
}
.c-table.summer-table2 td ul li {
  font-size: 14px;
  font-weight: 400;
  color: #3e3e3e;
  margin-bottom: 10px;
}
.c-table.summer-table2 td:first-child {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-color: #f1f7f3;
}
@media screen and (max-width: 768px) {
  .c-table {
    table-layout: auto;
  }
  .c-table.summer-table1 thead {
    display: none;
  }
  .c-table.summer-table1 tbody tr th {
    display: block;
    width: 100%;
  }
  .c-table.summer-table1 tbody tr td {
    display: block;
    width: 100;
  }
  .c-table.summer-table1 tbody tr td.sp-border-non {
    border-bottom: initial;
  }
  .c-table.summer-table1 tbody tr td[data-title]::before {
    color: #3e3e3e;
    content: attr(data-title) " :";
    font-weight: bold;
    padding: 0 10px 0 0;
    display: inline;
    font-size: 14px;
    font-weight: 400;
  }
  .c-table.summer-table2 tbody tr th {
    display: block;
    width: 100%;
  }
  .c-table.summer-table2 tbody tr td {
    display: block;
    width: 100;
  }
}

.p-location__img {
  position: relative;
}
.p-location__img h2.inner-title {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-location__img {
    height: 100%;
  }
  .p-location__img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.summ-location-grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1240px;
  margin: 48px auto 0;
  padding-left: 80px;
  padding-right: 80px;
}
.summ-location-grid .summ-location-map {
  position: relative;
  width: 65%;
  min-height: 300px;
}
.summ-location-grid .summ-location-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.summ-location-grid .summ-location-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 65px;
}
.summ-location-grid .summ-location-info dt {
  width: 100%;
}
.summ-location-grid .summ-location-info dt p {
  margin-bottom: 15px;
}
.summ-location-grid .summ-location-info dt p.p-partner__tel {
  margin-top: 0;
}
.summ-location-grid .summ-location-info dt p.p-partner__tel:before {
  margin-right: 15px;
}
.summ-location-grid .summ-location-info dt p.p-partner__add:before {
  margin-right: 15px;
}
.summ-location-grid .summ-location-info dt p.directions {
  margin-left: 40px;
}
.summ-location-grid .summ-location-info dt p.b-hours {
  display: flex;
}
.summ-location-grid .summ-location-info dt p.b-hours::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background: url(../img/svg/watch.svg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .summ-location-grid {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-left: initial;
    padding-right: initial;
  }
  .summ-location-grid .summ-location-map {
    width: 100%;
    margin-bottom: 40px;
  }
  .summ-location-grid .summ-location-info {
    width: 100%;
    padding-left: initial;
    padding: 0 20px;
  }
}

/* global
--------------------------------------------------------------- */
p.note {
  font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
  font-weight: 400;
  line-height: clamp(1.25rem, 0.917rem + 0.69vw, 1.75rem);
  text-align: right;
}
@media screen and (max-width: 768px) {
  p.note {
    text-align: left;
  }
}
p.ind-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.sp-ind {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-ind {
    display: block;
  }
}

.big-m-b {
  margin-bottom: clamp(7.5rem, -0.815rem + 17.35vw, 20rem);
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-100 {
  margin-bottom: clamp(3.75rem, 2.087rem + 3.47vw, 6.25rem);
}

.m-b-150 {
  margin-bottom: clamp(6.25rem, 4.171rem + 4.34vw, 9.375rem);
}

.m-b-180 {
  margin-bottom: clamp(6.25rem, 2.924rem + 6.94vw, 11.25rem);
}

.lr-mar {
  margin-left: 80px;
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .lr-mar {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.mb-initial {
  margin-bottom: initial;
}
@media screen and (max-width: 768px) {
  .mb-initial {
    padding: 0 8px;
  }
}

.tex-link a {
  color: #187773;
  text-decoration: underline !important;
  transition: all ease-in-out 0.3s;
}
.tex-link a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=tsuika.css.map */