@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-family: "Zen Antique";
  src: url("./fonts/ZenAntique-Regular.woff") format("woff"), url("./fonts/ZenAntique-Regular.ttf") format("ttf");
  font-style: normal;
}
@font-face {
  font-family: "PT Sans";
  src: url("./fonts/PTSans-Bold.woff") format("woff"), url("./fonts/PTSans-Bold.ttf") format("ttf");
  font-style: normal;
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #e5e5e5;
  background: #ffffff;
}

.nav {
  width: 100%;
  height: 50px;
  z-index: 1000;
  background: #0977bc;
  display: flex;
  justify-content: center;
}

.header {
  min-height: calc(100svh - 50px);
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-image: url(/images/DJI_0686.jpeg);
}
@media (min-width: 751px) {
  .header {
    background-position: bottom 15% right 0px;
  }
}

.section {
  width: 100%;
  min-height: calc(100svh - 50px);
  z-index: 10;
  position: relative;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: center;
}
.section a {
  text-decoration: underline;
}
.section.-s1 {
  background-position: 70%;
  background-image: url(/images/DSC02204.jpeg);
}
.section.-s2 {
  background-image: url(/images/4C6049A1-9B21-4C6C-BDE3-35820AE32A44.jpeg);
}
.section.-s3 {
  background-image: url(/images/IMG_6145.jpeg);
}
.section.-s4 {
  background-image: url(/images/IMG_1947.jpeg);
}
.section.-s5 {
  min-height: calc(100svh - 120px);
  background-position: 60% 10%;
  background-image: url(/images/IMG_4601.jpeg);
}
@media (min-width: 751px) {
  .section.-s5 {
    background-position: 60% 60%;
  }
}

.aside {
  display: flex;
  justify-content: center;
}
.aside a {
  text-decoration: underline;
}
.aside.-shonen-camp {
  background-size: cover;
  background-position: center;
  background-image: url(/images/IMG_8314.jpeg);
  position: relative;
}
.aside.-shonen-camp::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: brightness(50%);
  backdrop-filter: brightness(50%);
}
.aside.-shonen-camp::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.aside.-icon {
  background: beige;
}

.footer {
  display: flex;
  justify-content: center;
  background: #0977bc;
}

.p-nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.p-nav__btn {
  width: 14.2857142857%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 上下 | 左右 */
  padding: 0 1em;
}
.p-nav__btn.active {
  background: #25aae1;
}
@media (min-width: 751px) {
  .p-nav__btn-icon {
    display: none;
  }
}
.p-nav__btn-text {
  display: none;
}
@media (min-width: 751px) {
  .p-nav__btn-text {
    display: inline;
  }
}

.p-header {
  width: 960px;
  /* 上 | 左右 | 下 */
  padding: 5em 2em 2em;
  text-shadow: 0 0 5px #000000;
}
.p-header__title {
  font-family: "Zen Antique", sans-serif;
  font-size: 3.6rem;
}
.p-header__subtitle {
  font-family: "PT Sans", sans-serif;
  line-height: 1;
  font-size: 2.4rem;
}
@media (min-width: 751px) {
  .p-header {
    /* 上 | 左右 | 下 */
    padding: 3em 2em 2em;
  }
  .p-header__title {
    font-size: 6rem;
  }
  .p-header__subtitle {
    font-size: 4rem;
  }
}

.p-section {
  width: 960px;
  /* 上 | 左右 | 下 */
  padding: 1em 2em 2em;
  text-shadow: 0 0 5px #000000;
}
.p-section p {
  margin-bottom: 1em;
}
.p-section h2 + h3,
.p-section div + h3,
.p-section ul + div {
  margin-top: 1.5em;
}
.p-section p + h3,
.p-section ul + h3 {
  margin-top: 2em;
}
.p-section h4 {
  font-weight: bold;
}
.p-section__heading {
  font-size: 36px;
}
.p-section__subheading {
  font-size: 24px;
}
.p-section__strong {
  font-size: 20px;
  font-weight: bold;
}
.p-section__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.p-section__gallery-item {
  width: calc((100% - 8px) / 3);
}
.p-section__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  border-radius: 10%;
  aspect-ratio: 1/1;
}
.p-section__btn {
  display: flex;
  justify-content: center;
  /* 上下 | 左右 */
  padding: 1em 1em;
}
.p-section__btn-inner a {
  font-size: 24px;
  font-weight: bold;
  background: #0977bc;
  /* 上下 | 左右 */
  padding: 0.5em 2em;
  border: 2px solid #27acd9;
  border-radius: 100vh;
  transition: 0.5s;
  text-decoration: none;
}
.p-section__btn-inner.-not-allowed {
  cursor: not-allowed;
}
.p-section__btn-inner.-not-allowed a {
  pointer-events: none;
}
.p-section__map {
  aspect-ratio: 16/9;
}
.p-section__map iframe {
  width: 90%;
  height: 100%;
  border-radius: 20px;
}
@media (min-width: 751px) {
  .p-section__map iframe {
    width: 50%;
    height: 60%;
  }
}

.p-aside {
  width: 960px;
  /* 上 | 左右 | 下 */
  padding: 2em 2em 2em;
}
.p-aside.-features {
  color: rgb(108, 108, 108);
  background: rgba(0, 0, 0, 0.025);
}
.p-aside.-features p {
  margin-bottom: 1em;
}
.p-aside.-shonen-camp {
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-aside.-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2em;
}
.p-aside.-icon a {
  width: 25%;
}
.p-aside.-icon a img {
  width: 100%;
}
.p-aside__heading {
  font-size: 36px;
}
@media (min-width: 751px) {
  .p-aside.-icon a {
    width: 10%;
  }
  .p-aside.-icon a img {
    width: 100%;
  }
}

.p-footer {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-footer a {
  width: 100%;
  /* 上 | 左右 | 下 */
  padding: 1em 2em 1em;
  display: flex;
  justify-content: center;
}
