@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/* Normalization */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main,
summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Universal inheritance */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/* Opinionated defaults */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  font: 16px / 1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #fff;
}

a {
  color: black;
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

body {
  color: #0f151d;
  font-family: "Lato","M PLUS 1p","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

ul {
  list-style-type: none;
}

main {
  background-color: #f5f5f5;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.sp-only {
  display: block;
}

.pc-only {
  display: none;
}

.content-wrapper {
  background-image: url(../img/PC_BG.jpg);
  background-size: contain;
}

.content {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.item-img {
  width: 100%;
}

.youtube-wrapper {
  aspect-ratio: 16 / 9;
  bottom: 20%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 91%;
}

.youtube-wrapper iframe {
  height: 100%;
  width: 100%;
}

.btn-link {
  bottom: 2%;
  display: block;
  left: 0;
  position: absolute;
}

.btn-img {
  -webkit-animation: wiggle 2s infinite;
  animation: wiggle 2s infinite;
  width: 100%;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.fix-btn-link {
  bottom: 0;
  left: 50%;
  max-width: 500px;
  position: fixed;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 95%;
}

.fix-btn-img {
  width: 100%;
}

.google-form-wrapper {
  margin: 30px auto 200px auto;
  margin-bottom: 200px;
  width: 100%;
}

.google-form-wrapper iframe {
  height: 3500px;
}

#map {
  aspect-ratio: 4 / 3;
  bottom: 10%;
  left: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media (min-width: 768px) {
  .content {
    max-width: 400px;
  }
  .google-form-wrapper {
    max-width: 600px;
  }
  .google-form-wrapper iframe {
    height: 3300px;
  }
}
/*# sourceMappingURL=style.css.map */
