@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

* {
  margin: 0;
  padding: 0;
}

html {
  text-size-adjust: 100%;
  tab-size: 4;
  word-break: normal;
}
html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus, a:active {
  outline: none;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

pre {
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

hr {
  height: 0;
  color: inherit;
  overflow: visible;
}

main,
details {
  display: block;
}

summary {
  display: list-item;
}

[hidden] {
  display: none;
}

img,
iframe {
  border: none;
}

picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  text-indent: 0;
  width: 100%;
}

ul[class],
ol[class] {
  list-style: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
}

textarea {
  resize: vertical;
  overflow: auto;
}

input {
  border-radius: 0;
}

select {
  appearance: none;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

[disabled],
[aria-disabled=true] {
  cursor: default;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

input[type=file]::file-selector-button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Hachi Maru Pop";
  src: url("../fonts/HachiMaruPop-Regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "yosugara";
  src: url("../fonts/yosugaraver1_2.woff2") format("woff2");
  font-display: swap;
}
h3 {
  font-size: 20px;
}

p {
  font-size: 15px;
}

.text__small {
  font-size: 13px;
}

.bold_bigger {
  font-weight: bold;
  font-size: 18px;
}

html,
body {
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  line-height: 1.6;
  overflow-x: hidden;
  padding: 0;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", sans-serif;
  overflow-x: hidden;
  overscroll-behavior-x: none;
}

.btn {
  width: fit-content;
  text-align: center;
  margin: 20px auto 30px auto;
}
.btn a {
  border-radius: 50px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 10px 30px;
}

#hero {
  position: relative;
  z-index: 1;
}
#hero .hero__wrapper-bg {
  background: linear-gradient(to bottom, #0077B6, #CAF0F8, #31BEFF);
}
@media (min-width: 768px) {
  #hero .hero__wrapper-bg {
    display: none;
  }
}
#hero .hero__wrapper-bg h1 {
  font-family: "Hachi Maru Pop", cursive;
  font-size: 50px;
  color: white;
  white-space: pre-wrap;
  width: 100%;
  height: auto;
  text-shadow: 0 1px 4px rgba(72, 72, 72, 0.25);
  line-height: 1.2em;
  transform: rotate(-5deg);
  margin-bottom: 20px;
}
#hero .hero__wrapper-bg .hero__img-main,
#hero .hero__wrapper-bg .hero__img-human {
  width: 100%;
  display: block;
}
#hero .hero__wrapper-pc {
  display: none;
}
@media (min-width: 768px) {
  #hero .hero__wrapper-pc {
    display: block;
    position: relative;
  }
  #hero .hero__wrapper-pc h1 {
    font-family: "Hachi Maru Pop", cursive;
    font-size: 6vw;
    color: white;
    white-space: pre-wrap;
    width: fit-content;
    height: auto;
    text-shadow: 0 1px 4px rgba(72, 72, 72, 0.25);
    line-height: 1.2em;
    text-align: left;
    position: absolute;
    top: 100px;
    right: 5%;
    z-index: 2;
    transform: rotate(-5deg);
  }
  #hero .hero__wrapper-pc .hero__img-main {
    width: 100%;
    display: block;
  }
}
#hero .hero__wrapper-description {
  background-image: url(../img/bg-sp_hero__wrapper-description_2x.webp);
  background-size: cover;
  padding: 20px 0;
}
@media (min-width: 768px) {
  #hero .hero__wrapper-description {
    background-image: url(../img/bg-pc_hero__wrapper-description_1x.webp);
    background-size: cover;
    padding: 20px 0;
  }
}
#hero .hero__wrapper-description .description__title {
  font-family: "yosugara", sans-serif;
  font-size: 25px;
  margin: 40px 0;
}
#hero .hero__wrapper-description .description__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  #hero .hero__wrapper-description .description__flex {
    flex-direction: row-reverse;
    margin: 0 50px;
    justify-content: center;
  }
}
#hero .hero__wrapper-description .description__flex img {
  width: 90%;
}
@media (min-width: 768px) {
  #hero .hero__wrapper-description .description__flex img {
    width: 40%;
  }
}
#hero .hero__wrapper-description .description__flex .description__text {
  margin: 30px 25px;
  font-size: 16px;
}
@media (min-width: 768px) {
  #hero .hero__wrapper-description .description__flex .description__text {
    text-align: left;
    width: 40%;
  }
}
#hero .hero__wrapper-description .description__flex .description__text .bold_green {
  font-weight: bold;
  font-size: 18px;
  color: #27AE60;
}
#hero .hero__wrapper-description .description__flex .description__text .bold_blue {
  font-weight: bold;
  font-size: 18px;
  color: #0077B6;
}
#hero .hero__wrapper-description .btn {
  margin: 20px auto 100px auto;
}
#hero .hero__wrapper-description .btn a {
  background: #ffffff;
  border: 2px solid #0077B6;
  color: #0077B6;
}

#problem {
  position: relative;
  z-index: 2;
  margin-top: -60px;
}
#problem .problem__wrapper-bg {
  background-image: url(../img/problem__wrapper-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 0;
}
@media (min-width: 768px) {
  #problem .problem__wrapper-bg {
    background-image: url(../img/problem__wrapper-bg-pc.svg);
  }
}
#problem .problem__wrapper-bg .problem__h2 {
  margin: 30px auto 10px auto;
  width: 80%;
}
@media (min-width: 768px) {
  #problem .problem__wrapper-bg .problem__h2 {
    width: 30%;
  }
}
#problem .problem__wrapper-bg .problem__flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  #problem .problem__wrapper-bg .problem__flex {
    flex-direction: row;
    margin: 0 50px;
  }
}
#problem .problem__wrapper-bg .problem__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
  padding: 15px;
  margin: 0 40px 20px 40px;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  #problem .problem__wrapper-bg .problem__card {
    width: 40%;
  }
}
#problem .problem__wrapper-bg .problem__card img {
  width: 50%;
}

#ticket .ticket__img-position {
  position: relative;
}
#ticket .ticket__img-position img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  #ticket .ticket__img-position img {
    width: 40%;
  }
}
#ticket .ticket__title-sub {
  margin: 70px 0 20px 0;
  font-weight: bold;
}
#ticket .ticket__wrapper-bg {
  background-image: url(../img/ticket__wrapper-bg.svg);
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 0;
}
@media (min-width: 768px) {
  #ticket .ticket__wrapper-bg {
    background-image: url(../img/ticket__wrapper-bg-pc.svg);
  }
}
#ticket .ticket__wrapper-bg a {
  color: #0077B6;
  text-decoration: underline;
}
#ticket .ticket__wrapper-bg h3 {
  color: #0077B6;
}
#ticket .ticket__wrapper-bg .ticket__h2-margin {
  margin-top: 10px;
}
#ticket .ticket__wrapper-bg .ticket__h2-margin img {
  width: 80%;
}
@media (min-width: 768px) {
  #ticket .ticket__wrapper-bg .ticket__h2-margin img {
    width: 30%;
  }
}
#ticket .ticket__wrapper-bg .ticket__h2-curve {
  color: #38b44a;
  text-shadow: 2px 2px 0 #fff;
}
#ticket .ticket__wrapper-bg .ticket__flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
#ticket .ticket__wrapper-bg .ticket__flex .flex__item {
  width: 30%;
}
@media (min-width: 768px) {
  #ticket .ticket__wrapper-bg .ticket__flex .flex__item {
    width: 20%;
  }
}
#ticket .ticket__wrapper-bg .ticket__flex .flex__item img {
  width: 80%;
}
#ticket .ticket__wrapper-bg .ticket__flex .flex__item p {
  font-size: 13px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  #ticket .ticket__wrapper-bg .ticket__flex .flex__item p {
    font-size: 16px;
  }
}
#ticket .ticket__wrapper-bg .ticket__demand {
  background-color: #CAF0F8;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 0;
  padding: 20px 18px;
  margin: 20px 20px 50px 20px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  #ticket .ticket__wrapper-bg .ticket__demand {
    margin: 20px auto 50px;
    width: 90%;
    max-width: 1200px;
  }
}
#ticket .ticket__wrapper-bg .ticket__demand li {
  list-style: none;
}
#ticket .ticket__wrapper-bg .ticket__demand p {
  text-align: left;
}
#ticket .ticket__wrapper-bg .ticket__demand .demand__description .map {
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  #ticket .ticket__wrapper-bg .ticket__demand .demand__description .map {
    width: 40%;
  }
}
#ticket .ticket__wrapper-bg .ticket__demand .demand__description .map:hover {
  transform: scale(1.02);
}
#ticket .ticket__wrapper-bg .ticket__demand .demand__description .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
#ticket .ticket__wrapper-bg .ticket__demand .demand__description .modal img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
  border-radius: 6px;
}
#ticket .ticket__wrapper-bg .ticket__demand .demand__description .modal .close-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  z-index: 10000;
  user-select: none;
}
#ticket .ticket__wrapper-bg .ticket__demand .demand__description .modal .close-btn:hover {
  color: #ffdddd;
}
#ticket .ticket__wrapper-bg .ticket__demand .demand__description body.no-scroll {
  overflow: hidden;
  touch-action: none;
  position: fixed;
  width: 100%;
}
#ticket .ticket__wrapper-bg .ticket__demand .demand__description .align-right {
  text-align: right;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #ticket .ticket__wrapper-bg .ticket__demand .demand__description .align-right {
    text-align: center;
  }
}
#ticket .ticket__wrapper-bg .ticket__demand .demand__description .demand__description-p {
  margin: 0 auto;
  width: 80%;
}
#ticket .ticket__wrapper-bg .ticket__demand .steps .steps__title {
  background-color: #fff;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 5px 10px;
  margin: 40px auto 20px auto;
}
@media (min-width: 768px) {
  #ticket .ticket__wrapper-bg .ticket__demand .steps .steps__title {
    width: 50%;
  }
}
#ticket .ticket__wrapper-bg .ticket__demand .steps .steps__flex-parent {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  #ticket .ticket__wrapper-bg .ticket__demand .steps .steps__flex-parent {
    flex-direction: row;
    align-items: stretch;
  }
}
#ticket .ticket__wrapper-bg .ticket__demand .steps .steps__flex-parent .step__child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  #ticket .ticket__wrapper-bg .ticket__demand .steps .steps__flex-parent .step__child {
    width: 20%;
    justify-content: center;
    align-content: space-between;
  }
}
#ticket .ticket__wrapper-bg .ticket__demand .steps .steps__flex-parent .step__child img {
  width: 20%;
  margin-right: 10px;
}
@media (min-width: 768px) {
  #ticket .ticket__wrapper-bg .ticket__demand .steps .steps__flex-parent .step__child img {
    width: 40%;
    margin-right: 0;
  }
}
#ticket .ticket__wrapper-bg .ticket__demand .steps .steps__flex-parent .step__child p {
  flex: 1;
  min-width: 0;
}
@media (min-width: 768px) {
  #ticket .ticket__wrapper-bg .ticket__demand .steps .steps__flex-parent .step__child p {
    flex-basis: 100%;
  }
}
#ticket .ticket__wrapper-bg .ticket__demand .steps .steps__flex-parent .step__child .btn {
  margin: 20px auto 0 auto;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  #ticket .ticket__wrapper-bg .ticket__demand .steps .steps__flex-parent .step__child .btn {
    width: auto;
    margin: 0 auto;
  }
}
#ticket .ticket__wrapper-bg .ticket__demand .steps .steps__flex-parent .step__child .btn a {
  background-color: #0077B6;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
  #ticket .ticket__wrapper-bg .ticket__demand .steps .steps__flex-parent .step__child .btn a {
    padding: 7px 10px;
  }
}
@media (min-width: 768px) {
  #ticket .ticket__wrapper-bg .ticket__demand .steps .steps__flex-parent .arrow {
    transform: rotate(-90deg);
  }
}

.ticket__onsen,
.ticket__museum {
  background-color: #CAF0F8;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 0;
  padding: 20px 18px;
  margin: 20px 20px 50px 20px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .ticket__onsen,
  .ticket__museum {
    margin: 20px auto 50px;
    width: 90%;
    max-width: 1200px;
  }
}
.ticket__onsen li,
.ticket__museum li {
  list-style: none;
}
.ticket__onsen p,
.ticket__museum p {
  text-align: left;
}
.ticket__onsen .flex__column,
.ticket__museum .flex__column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.ticket__onsen .flex__column img,
.ticket__museum .flex__column img {
  width: 100%;
}
@media (min-width: 768px) {
  .ticket__onsen .flex__column img,
  .ticket__museum .flex__column img {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .ticket__onsen .flex__column p,
  .ticket__museum .flex__column p {
    margin: 0 auto;
    width: 50%;
  }
}

#buspa {
  position: relative;
  margin: 50px 20px;
}
#buspa::before, #buspa::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-image: linear-gradient(to right, #27AE60 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 20px 100%;
}
#buspa::before {
  top: -25px;
}
#buspa::after {
  bottom: -25px;
}
#buspa h3 {
  padding: 20px 0 10px 0;
}
#buspa img {
  width: 60%;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  #buspa img {
    width: 20%;
  }
}
#buspa .btn a {
  color: #27AE60;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  border: 2px solid #27AE60;
}

#other-link {
  margin: 30px 20px 20px 20px;
}
#other-link .flex__wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
  background-color: #31BEFF;
  flex-wrap: wrap;
  padding: 15px;
}
#other-link .flex__item {
  background-color: #fff;
  margin: 15px;
  width: 40%;
  align-content: center;
}
@media (min-width: 768px) {
  #other-link .flex__item {
    width: 20%;
  }
}
#other-link .flex__item a {
  display: block;
  width: 100%;
}
#other-link .flex__item img {
  padding: 8px 15px;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}
#other-link .flex__item .logo_hachijo-mobility {
  padding: 0 5px;
}

.copyright {
  font-size: 10px;
  color: #5e5e5e;
  margin-bottom: 50px;
}