@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* max site width コンテンツ最大幅
====================================== */
/* colors 色管理
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* font-weight フォントの太さの指定用
====================================== */
/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #000;
}

body {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.2;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

ul, dl, figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

a {
  color: #000;
  transition: 0.4s;
}
a:before, a:after {
  transition: 0.4s;
}
a:hover {
  color: #000;
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1em;
  border: 0;
  box-sizing: border-box;
  border-radius: 5px;
}
@media (min-width: 640px) {
  input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
  select,
  textarea {
    padding: 2em;
  }
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

address {
  margin-bottom: 0;
}

/* uk-container
====================================== */
.uk-container {
  max-width: 940px;
}
.uk-container-small {
  max-width: 375px;
}
.uk-container-large {
  max-width: 1640px;
}
.uk-container-expand {
  max-width: none;
}

/* Contact Form 7
====================================== */
.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

/* reCAPTCHA
====================================== */
.grecaptcha-badge {
  visibility: hidden;
}

/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.com-txt-color-text {
  color: #000 !important;
}

.com-bg-text {
  background-color: #000 !important;
}

.com-txt-color-main {
  color: #51B3E6 !important;
}

.com-bg-main {
  background-color: #51B3E6 !important;
}

.com-txt-color-secondary {
  color: #4DC03B !important;
}

.com-bg-secondary {
  background-color: #4DC03B !important;
}

.com-txt-color-danger {
  color: red !important;
}

.com-bg-danger {
  background-color: red !important;
}

.com-txt-color-white {
  color: #fff !important;
}

.com-bg-white {
  background-color: #fff !important;
}

.com-txt-color-yellow {
  color: #FDD100 !important;
}

.com-bg-yellow {
  background-color: #FDD100 !important;
}

.com-txt-color-yellow_02 {
  color: #DCBA18 !important;
}

.com-bg-yellow_02 {
  background-color: #DCBA18 !important;
}

.com-txt-color-yellow_03 {
  color: #BF9E00 !important;
}

.com-bg-yellow_03 {
  background-color: #BF9E00 !important;
}

.com-txt-color-orange {
  color: #FDA400 !important;
}

.com-bg-orange {
  background-color: #FDA400 !important;
}

.com-txt-color-coral {
  color: #F26231 !important;
}

.com-bg-coral {
  background-color: #F26231 !important;
}

.com-txt-color-navy {
  color: #001676 !important;
}

.com-bg-navy {
  background-color: #001676 !important;
}

.com-txt-color-pale-blue {
  color: #E5F3FB !important;
}

.com-bg-pale-blue {
  background-color: #E5F3FB !important;
}

.com-txt-color-red {
  color: #D0121B !important;
}

.com-bg-red {
  background-color: #D0121B !important;
}

.com-txt-color-light-gray {
  color: #F5F5F5 !important;
}

.com-bg-light-gray {
  background-color: #F5F5F5 !important;
}

.com-txt-color-light-gray_02 {
  color: #D9D9D9 !important;
}

.com-bg-light-gray_02 {
  background-color: #D9D9D9 !important;
}

.com-txt-color-light-gray_03 {
  color: #707070 !important;
}

.com-bg-light-gray_03 {
  background-color: #707070 !important;
}

.com-txt-color-black {
  color: #080808 !important;
}

.com-bg-black {
  background-color: #080808 !important;
}

.com-txt-color-blue {
  color: #0F6694 !important;
}

.com-bg-blue {
  background-color: #0F6694 !important;
}

.com-txt-color-blue_02 {
  color: #107BB3 !important;
}

.com-bg-blue_02 {
  background-color: #107BB3 !important;
}

.com-txt-color-green {
  color: #009BA6 !important;
}

.com-bg-green {
  background-color: #009BA6 !important;
}

.com-txt-color-green_02 {
  color: #00A648 !important;
}

.com-bg-green_02 {
  background-color: #00A648 !important;
}

.com-txt-color-facebook {
  color: #3b5999 !important;
}

.com-bg-facebook {
  background-color: #3b5999 !important;
}

.com-txt-color-x {
  color: #000 !important;
}

.com-bg-x {
  background-color: #000 !important;
}

.com-txt-color-youtube {
  color: #cd201f !important;
}

.com-bg-youtube {
  background-color: #cd201f !important;
}

.com-txt-color-line {
  color: #18ba07 !important;
}

.com-bg-line {
  background-color: #18ba07 !important;
}

/* font-size フォントサイズ
--------------------------------- */
.uk-text-medium {
  font-weight: 500;
}

.com-fz-10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.com-fz-11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.com-fz-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.com-fz-13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.com-fz-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.com-fz-15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.com-fz-16 {
  font-size: 16px;
  font-size: 1rem;
}

.com-fz-17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.com-fz-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.com-fz-19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.com-fz-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.com-fz-21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.com-fz-22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.com-fz-23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.com-fz-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.com-fz-25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.com-fz-26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.com-fz-27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.com-fz-28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.com-fz-29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.com-fz-30 {
  font-size: 30px;
  font-size: 1.875rem;
}

/* section
====================================== */
.com-sec-01 {
  padding-bottom: 100px;
}

.com-sec-02 {
  padding-block: 65px;
}
@media (min-width: 960px) {
  .com-sec-02 {
    padding-block: 100px;
  }
}

/* parts
--------------------------------- */
/* Gap between sections or blocks
/* セクションやブロック間の隙間
--------------------------------- */
.com-mt-s {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .com-mt-s {
    margin-top: 30px;
  }
}

.com-mt-m {
  margin-top: 40px;
}
@media (min-width: 640px) {
  .com-mt-m {
    margin-top: 60px;
  }
}

.com-mt-l {
  margin-top: 90px;
}
@media (min-width: 640px) {
  .com-mt-l {
    margin-top: 120px;
  }
}

.com-mt-1em {
  margin-top: 1em;
}

.com-mt-halfem {
  margin-top: 0.5em;
}

.com-bg-green {
  background-color: #4DC03B;
}

.com-bg-yellow {
  background-color: #FDD100;
}

.com-bg-blue {
  background-color: #51B3E6;
}

.com-bg-light-gray {
  background-color: #F5F5F5;
}

.com-bg-01 {
  --bg: #FDD100;
  position: relative;
  background: linear-gradient(to bottom, var(--bg) 0, var(--bg) calc(100% - clamp(200px, 12%, 350px)), transparent calc(100% - clamp(200px, 12%, 350px)), transparent 100%);
}
.com-bg-01::before, .com-bg-01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  width: 40%;
  height: 204px;
  background-color: var(--bg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: bottom left;
          mask-position: bottom left;
}
.com-bg-01::before {
  left: 0;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="585" height="204" viewBox="0 0 585 204" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-48.5 11C-135.485 11 -206 81.5152 -206 168.5C-206 255.485 -135.485 326 -48.5 326C-21.1208 326 4.62524 319.011 27.0557 306.725C50.7807 363.845 106.965 404 172.5 404C217.417 404 257.942 385.137 286.635 354.877C314.602 398.843 363.656 428 419.5 428C506.485 428 577 357.261 577 270C577 182.739 506.485 112 419.5 112C374.583 112 334.059 130.863 305.366 161.122C277.399 117.156 228.344 88 172.5 88C145.034 88 119.212 95.0546 96.7314 107.453C72.8832 50.7862 16.8382 11 -48.5 11Z" fill="black"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="585" height="204" viewBox="0 0 585 204" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-48.5 11C-135.485 11 -206 81.5152 -206 168.5C-206 255.485 -135.485 326 -48.5 326C-21.1208 326 4.62524 319.011 27.0557 306.725C50.7807 363.845 106.965 404 172.5 404C217.417 404 257.942 385.137 286.635 354.877C314.602 398.843 363.656 428 419.5 428C506.485 428 577 357.261 577 270C577 182.739 506.485 112 419.5 112C374.583 112 334.059 130.863 305.366 161.122C277.399 117.156 228.344 88 172.5 88C145.034 88 119.212 95.0546 96.7314 107.453C72.8832 50.7862 16.8382 11 -48.5 11Z" fill="black"/></svg>');
}
.com-bg-01::after {
  right: 0;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="585" height="204" viewBox="0 0 585 204" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-48.5 11C-135.485 11 -206 81.5152 -206 168.5C-206 255.485 -135.485 326 -48.5 326C-21.1208 326 4.62524 319.011 27.0557 306.725C50.7807 363.845 106.965 404 172.5 404C217.417 404 257.942 385.137 286.635 354.877C314.602 398.843 363.656 428 419.5 428C506.485 428 577 357.261 577 270C577 182.739 506.485 112 419.5 112C374.583 112 334.059 130.863 305.366 161.122C277.399 117.156 228.344 88 172.5 88C145.034 88 119.212 95.0546 96.7314 107.453C72.8832 50.7862 16.8382 11 -48.5 11Z" fill="black"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="585" height="204" viewBox="0 0 585 204" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-48.5 11C-135.485 11 -206 81.5152 -206 168.5C-206 255.485 -135.485 326 -48.5 326C-21.1208 326 4.62524 319.011 27.0557 306.725C50.7807 363.845 106.965 404 172.5 404C217.417 404 257.942 385.137 286.635 354.877C314.602 398.843 363.656 428 419.5 428C506.485 428 577 357.261 577 270C577 182.739 506.485 112 419.5 112C374.583 112 334.059 130.863 305.366 161.122C277.399 117.156 228.344 88 172.5 88C145.034 88 119.212 95.0546 96.7314 107.453C72.8832 50.7862 16.8382 11 -48.5 11Z" fill="black"/></svg>');
  transform: scaleX(-1);
}
.com-bg-01 .bg-kids::before, .com-bg-01 .bg-kids::after {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat center/contain;
  top: 0;
  z-index: 1;
  min-width: 150px;
}
.com-bg-01 .bg-kids::before {
  width: 20%;
  max-width: 394px;
  aspect-ratio: 1/1;
  background-image: url(../img/common/bike-child.webp);
  left: 5.5%;
  transform: translateY(-81%);
}
.com-bg-01 .bg-kids::after {
  width: 20%;
  max-width: 405px;
  aspect-ratio: 1/1.01;
  background-image: url(../img/common/children.webp);
  right: 5%;
  transform: translateY(-79%);
}
.com-bg-01.full {
  background: var(--bg) !important;
}
.com-bg-01.down {
  background: var(--bg) !important;
}
.com-bg-01.down::before, .com-bg-01.down::after {
  bottom: unset;
  top: calc(100% - 1px);
}
.com-bg-01.down::before {
  transform: scaleY(-1);
}
.com-bg-01.down::after {
  transform: scale(-1);
}
.com-bg-01.blue {
  --bg: #51B3E6;
}
.com-bg-01.red {
  --bg: #D0121B;
}
.com-bg-01.yellow {
  --bg: #FDD100;
}
.com-bg-01.orange {
  --bg: #FDA400;
}
.com-bg-01.green {
  --bg: #4DC03B;
}
.com-bg-01.coral {
  --bg: #F26231;
}
.com-bg-01.navy {
  --bg: #001676;
}
.com-bg-01.pale-blue {
  --bg: #E5F3FB;
}
.com-bg-01.black {
  --bg: #080808;
}
.com-bg-01.light-gray {
  --bg: #F5F5F5;
}

.com-tit-01 {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 640px) {
  .com-tit-01 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.com-tit-01::before, .com-tit-01::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 173px;
  aspect-ratio: 1/0.53;
  max-width: 25%;
  top: -10%;
  background: no-repeat center/contain;
}
.com-tit-01::before {
  background-image: url(../../assets/img/common/tit_bnr_left.webp);
  left: 0;
}
@media (min-width: 960px) {
  .com-tit-01::before {
    left: 10%;
  }
}
.com-tit-01::after {
  background-image: url(../../assets/img/common/tit_bnr_right.webp);
  right: 0;
}
@media (min-width: 960px) {
  .com-tit-01::after {
    right: 10%;
  }
}
.com-tit-01 .eng {
  display: block;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
  margin-bottom: 5px;
}
@media (min-width: 640px) {
  .com-tit-01 .eng {
    font-size: 86px;
    font-size: 5.375rem;
  }
}

.com-tit-02 {
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 1em;
}

.com-tit-03 {
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.com-tit-03 .sub {
  display: block;
  font-size: 52%;
  margin-bottom: 15px;
}
.com-tit-03::after {
  content: "";
  display: block;
  width: 43px;
  height: 6px;
  background-color: #51B3E6;
  margin-inline: auto;
  margin-top: 0.6em;
  margin-bottom: 1.17em;
}
.com-tit-03.small {
  font-size: 20px;
  font-size: 1.25rem;
}
.com-tit-03.small::after {
  width: 16px;
  height: 2px;
}

.com-tit-04, .special-tit-01 {
  font-weight: 800;
  line-height: 1.25;
  font-size: 30px;
  font-size: 1.875rem;
  z-index: 2;
  text-align: center;
  margin-bottom: 1.25em;
}
@media (min-width: 960px) {
  .com-tit-04, .special-tit-01 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.com-tit-04 > span, .special-tit-01 > span {
  background: linear-gradient(to top, #FDD100 30%, transparent 30%);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.com-tit-04 > span.green, .special-tit-01 > span.green {
  background: linear-gradient(to top, #4DC03B 30%, transparent 30%);
}

.com-tit-05 {
  font-size: 26px;
  font-size: 1.625rem;
  color: #fff;
  background-color: #51B3E6;
  border-radius: 18px;
  padding: 0.75em 1em;
  font-weight: 800;
  text-align: center;
}

.com-tag-01 {
  font-size: 24.5px;
  font-size: 1.53125rem;
  line-height: 1;
  color: #fff;
  background-color: #FDD100;
  border-radius: 5px;
  padding: 0.75em 1em;
  display: inline-block;
  font-weight: 800;
}
.com-tag-01.fz-20 {
  font-size: 20px;
  font-size: 1.25rem;
}
.com-tag-01.fz-31 {
  font-size: clamp(20px, 3.29787234cqw, 31px);
}
.com-tag-01.coral {
  background-color: #F26231;
}
.com-tag-01.red {
  background-color: #D0121B;
}

.com-text-01 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 640px) {
  .com-text-01 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.com-text-02 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}
@media (min-width: 640px) {
  .com-text-02 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.5789473684;
  }
}

.com-text-03 {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 900;
}
@media (min-width: 640px) {
  .com-text-03 {
    font-size: 57px;
    font-size: 3.5625rem;
    line-height: 1.0526315789;
  }
}

.com-hr-01 {
  border-top: 1px dashed #707070;
  margin-block: 40px;
}

.com-dl-01 {
  text-align: left;
}
.com-dl-01 .row {
  display: flex;
  align-items: center;
  gap: 40px;
}
.com-dl-01 .row + .row {
  margin-top: 10px;
}
.com-dl-01 dd {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.3;
  font-weight: 800;
}
@media (min-width: 960px) {
  .com-dl-01 dd {
    font-size: 57px;
    font-size: 3.5625rem;
  }
}

.com-panel-01 {
  border: 3px solid;
  border-radius: 25px;
  background-color: #fff;
  padding: 2em;
  position: relative;
}
@media (min-width: 960px) {
  .com-panel-01 {
    border-width: 6px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.com-panel-01::before {
  content: "";
  position: absolute;
  display: block;
  background: no-repeat center/contain;
}
.com-panel-01.special {
  border-color: #DCBA18;
  padding-top: min(18%, 160px);
}
.com-panel-01.special::before {
  width: 41%;
  aspect-ratio: 1/1.01;
  background-image: url(../img/common/bike-child.webp);
  top: 0;
  left: 0;
  transform: translate(-19%, -40%);
}
.com-panel-01.display {
  border-color: #0F6694;
  padding-top: min(10%, 100px);
}
.com-panel-01.display::before {
  width: 21%;
  aspect-ratio: 1/1.34;
  top: 0;
  right: 0;
  background-image: url(../img/display_01.webp);
  transform: translateY(-65%);
}
.com-panel-01.pale-blue {
  border-color: #51B3E6;
}
.com-panel-01.green {
  border-color: #009BA6;
}
.com-panel-01.blue {
  border-color: #0F6694;
}
.com-panel-01.yellow {
  border-color: #BF9E00;
}
.com-panel-01.food {
  border-color: #BF9E00;
  padding-block: 2.2em 2.5em;
}
@media (max-width: 500px) {
  .com-panel-01.food {
    padding-top: 15%;
  }
}
.com-panel-01.food::before {
  width: 22.5%;
  aspect-ratio: 1/1.23;
  background-image: url(../img/food_01.png);
  top: 0;
  left: 1%;
  transform: translate(0, -49%);
}
.com-panel-01.access {
  border-color: #009BA6;
}
.com-panel-01.access::before {
  width: 20%;
  aspect-ratio: 1/1.5;
  top: 0;
  right: 0;
  transform: translate(-7%, -47%);
  background-image: url(../img/access_01.webp);
}

.com-card-01 {
  border-radius: 15px;
  overflow: hidden;
  container: card-01;
  container-type: inline-size;
  background-color: #51B3E6;
  box-shadow: 6px 6px 0 1px #D9D9D9;
}
.com-card-01 .thumb {
  width: 100%;
  aspect-ratio: 1/0.53;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-card-01 .caption {
  text-align: center;
  font-weight: 800;
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  font-size: clamp(24px, 5cqw, 40px);
  padding: 0.4em 0.5em;
}
.com-card-01 .caption.lh-1 {
  line-height: 1.3;
}
.com-card-01 .sub {
  display: block;
  font-size: 67%;
  margin-bottom: -7px;
}
.com-card-01.red {
  background-color: #D0121B;
}
.com-card-01.coral {
  background-color: #F26231;
}
.com-card-01.yellow {
  background-color: #FDD100;
}
.com-card-01.navy {
  background-color: #001676;
}
.com-card-01.secondary {
  background-color: #4DC03B;
}

.com-list-01 li {
  margin-left: 1.2em;
}
.com-list-01 li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.com-list-01 li + li {
  margin-top: 0.5em;
}
.com-list-01.notice li::before {
  content: "※";
}
.com-list-01.circle li::before {
  content: "●";
}
.com-list-01.square li::before {
  content: "■";
}
.com-list-01.diamond li::before {
  content: "◇";
}
.com-list-01.ls-color-main li::before {
  color: #51B3E6;
}
.com-list-01.ls-color-orange li::before {
  color: #F08223;
}
@media (min-width: 960px) {
  .com-list-01.column-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
  }
}
.com-list-01.column-2 > li {
  margin-top: 0;
}

.com-bnr-01 {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.com-bnr-01:is(a):hover {
  transform: scale(1.1);
}

.com-btn-01 {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.01em;
  background-color: #4DC03B;
  color: #fff;
  display: block;
  min-width: 250px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 50px;
  margin-inline: auto;
  position: relative;
  text-align: center;
  padding: 1em 2.7em;
}
.com-btn-01::after {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  background: url(../img/common/ico_arrow_01.svg) no-repeat center/contain;
  top: 0;
  bottom: 0;
  right: 1.5em;
}
.com-btn-01.black {
  background-color: #080808;
}
.com-btn-01:hover {
  color: #fff;
  background-color: #001676;
}
.com-btn-01.blue {
  background-color: #51B3E6;
}
.com-btn-01.blue:hover {
  background-color: #001676;
}
.com-btn-01.blue::after {
  transform: rotate(135deg);
}

.com-flex-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
  line-height: 1;
}

/* title タイトル
--------------------------------- */
/* text テキスト
--------------------------------- */
.nav {
  position: relative;
  z-index: 10;
}
.nav ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.nav li {
  margin: 0;
}
.nav a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  padding: 0.5em;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.nav a:hover {
  color: #fff;
}
.nav a.large {
  font-size: 20px;
  font-size: 1.25rem;
}
.nav .eng {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
}
.nav .eng::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('data:image/svg+xml;utf8,<svg width="23" height="24" viewBox="0 0 23 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.124 1.90527C16.7174 1.90548 21.2471 6.42745 21.2471 12C21.247 17.5725 16.7174 22.0945 11.124 22.0947C5.53045 22.0947 1.00003 17.5727 1 12C1 6.42732 5.53043 1.90527 11.124 1.90527Z" stroke="white" stroke-width="2"/><path d="M10.9861 15.9473L7.13274 10.7169H14.8394L10.9861 15.9473Z" fill="white"/></svg>') no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}
.nav.reverse {
  text-align: right;
}
.nav.reverse .eng {
  justify-content: flex-end;
}

.access-btn {
  position: relative;
  z-index: 10;
  color: #000 !important;
  font-weight: 700;
  letter-spacing: 0.01em;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  text-align: center;
  padding: 0.5em 1em !important;
  padding-right: 2em !important;
  right: 5%;
  bottom: 3%;
  box-shadow: 0 3px 0 1px #D9D9D9;
}
@media (min-width: 640px) {
  .access-btn {
    padding: 0.6em 2.5em;
    box-shadow: 0 6px 0 1px #D9D9D9;
  }
}
.access-btn::after {
  content: "";
  display: none;
  position: absolute;
  width: 12px;
  top: 0;
  bottom: 0;
  right: 1em;
  background: url(../img/common/ico_arrow_02.svg) no-repeat center/contain;
}
@media (min-width: 640px) {
  .access-btn::after {
    width: 18px;
    display: block;
  }
}
.access-btn:hover {
  background-color: #bef1b7;
  transform: scale(1.1);
}

.intro-box {
  border: 10px solid #009BA6;
  border-radius: 25px;
  background-color: #fff;
  padding: 3em 1em;
  padding-bottom: 6em;
}
@media (min-width: 960px) {
  .intro-box {
    padding: 4.2em 2em;
    padding-bottom: 8em;
  }
}
.intro-box .intro-tag-wrap {
  container-type: inline-size;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 640px) {
  .intro-box .intro-tag-wrap {
    gap: 29px;
  }
}
.intro-box .intro-tag-01 {
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.2em;
  border: 1px solid #000;
  background-color: #51B3E6;
  padding: 0.1em 0.8em;
  border-radius: 68px;
}
@media (min-width: 640px) {
  .intro-box .intro-tag-01 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media (min-width: 960px) {
  .intro-box .intro-tag-01 {
    font-size: 41px;
    font-size: 2.5625rem;
  }
}
@media (min-width: 1450px) {
  .intro-box .intro-tag-01 {
    font-size: 53px;
    font-size: 3.3125rem;
  }
}
.intro-box .intro-tag-01 + .intro-tag-01 {
  position: relative;
}
.intro-box .intro-tag-01 + .intro-tag-01::after {
  --size: 25px;
  content: "";
  display: block;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background-color: #FDD100;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  left: -20px;
}
@media (min-width: 640px) {
  .intro-box .intro-tag-01 + .intro-tag-01::after {
    --size: 48px;
    left: -40px;
  }
}
.intro-box .tit {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-block: 1em 0.6em;
  font-weight: 900;
}
@media (min-width: 640px) {
  .intro-box .tit {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.intro-box .text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 640px) {
  .intro-box .text {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.intro-img-01 {
  margin-top: max(-55%, -235px);
  position: relative;
  z-index: 1;
}
@media (min-width: 960px) {
  .intro-img-01 {
    margin-top: -280px;
  }
}

.intro-img-02 img {
  width: 300px;
  aspect-ratio: 1/0.62;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 640px) {
  .intro-img-02 img {
    width: 360px;
  }
}

.event-box {
  border: 5px solid #51B3E6;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
}
.event-box .tit {
  color: #fff;
  font-weight: bold;
  background-color: #51B3E6;
  padding: 0.4em 0.5em;
  margin-bottom: 0;
}
.event-box .contents {
  line-height: 1.2;
  padding-block: 0.7em;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.event-box .contents.coral {
  color: #F26231;
}
.event-box .date {
  display: block;
  margin-top: -20px;
}
.event-box .number {
  font-size: 91px;
  font-size: 5.6875rem;
}
.event-box .month, .event-box .day {
  font-size: 38px;
  font-size: 2.375rem;
}
.event-box .week {
  font-size: 34px;
  font-size: 2.125rem;
}
.event-box .open-hour {
  display: block;
  margin-top: 10px;
}
.event-box .hour {
  font-size: 32px;
  font-size: 2rem;
}
.event-box .fee {
  font-size: 39px;
  font-size: 2.4375rem;
  color: #000;
}
.event-box.orange {
  border: 5px solid #FDA400;
}
.event-box.orange .tit {
  background-color: #FDA400;
}
.event-box.coral {
  border: 5px solid #F26231;
}
.event-box.coral .tit {
  background-color: #F26231;
}

.special-card-01 {
  --radius: 20px;
  position: relative;
  border-radius: var(--radius);
  box-shadow: 6px 6px 0 1px #D9D9D9;
}
.special-card-01 .image {
  width: 100%;
  aspect-ratio: 1/0.49;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--radius) var(--radius) 0 0;
}
.special-card-01 .caption {
  border-radius: 0 0 var(--radius) var(--radius);
  text-align: center;
  background-color: #F26231;
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.3;
  font-weight: 800;
  padding: 0.5em;
}
@media (min-width: 640px) {
  .special-card-01 .caption {
    font-size: 48px;
    font-size: 3rem;
  }
}
.special-card-01 .small {
  font-size: 83%;
}
.special-card-01 .sub {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
}
@media (min-width: 640px) {
  .special-card-01 .sub {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.special-card-01 .obj {
  position: absolute;
  width: 20%;
}
.special-card-01 .obj.left {
  left: -4.5%;
  top: 3%;
}
.special-card-01 .obj.right {
  right: -1%;
  top: -12.5%;
}

.special-text-01 {
  font-size: 57px;
  font-size: 3.5625rem;
  font-weight: 800;
}
.special-text-01 .small {
  font-size: 78.5%;
}
.special-text-01::before {
  content: "";
  display: inline-block;
  width: 43px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_clock.svg) no-repeat center/contain;
  margin-right: 20px;
  vertical-align: middle;
}

.special-img-01 .caption {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  margin-top: 10px;
}

@media (min-width: 640px) {
  .special-hr-01 {
    margin-block: 80px 60px;
  }
}

.stage-img-01 {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}

@media (min-width: 960px) {
  .com-panel-01.event-map {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.event-map-card {
  position: relative;
  padding: 3em 1em;
}
.event-map-card .sub {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.event-map-card .title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  margin-block: 0;
}
.event-map-card + .event-map-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  border-top: 1px dashed #707070;
}
@media (min-width: 960px) {
  .event-map-card + .event-map-card::before {
    display: none;
  }
  .event-map-card:nth-child(even)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 150px;
    border-left: 1px dashed #707070;
    display: block;
  }
  .event-map-card:nth-child(n+3)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    border-top: 1px dashed #707070;
  }
  .event-map-card:last-child:nth-child(odd) {
    grid-column: 1/-1;
    justify-self: center;
  }
}

.access-panel-01 {
  --gap: 50px;
  text-align: center;
}
@media (min-width: 960px) {
  .access-panel-01 {
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    gap: var(--gap);
  }
}
.access-panel-01 > :not(:last-child) {
  position: relative;
  padding-bottom: var(--gap);
}
@media (min-width: 960px) {
  .access-panel-01 > :not(:last-child) {
    padding-bottom: 0;
  }
}
.access-panel-01 > :not(:last-child) .label {
  align-content: center;
}
@media (min-width: 960px) {
  .access-panel-01 > :not(:last-child) .label {
    position: relative;
  }
}
.access-panel-01 > :not(:last-child) .label::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  aspect-ratio: 1/0.78;
  background-color: #F26231;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  top: calc(100% - var(--gap) / 2);
  transform: translate(-50%, -50%);
}
@media (min-width: 960px) {
  .access-panel-01 > :not(:last-child) .label::after {
    width: 11px;
    aspect-ratio: 1/1.27;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    top: 50%;
    left: calc(100% + var(--gap) / 2);
  }
}
.access-panel-01 .label {
  font-size: 35px;
  font-size: 2.1875rem;
  letter-spacing: 0.01em;
  font-weight: 700;
}
.access-panel-01 .label.small {
  font-size: 25px;
  font-size: 1.5625rem;
}

.access-link-01 {
  color: #4DC03B;
  text-decoration: underline;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
.access-link-01:hover {
  color: #4DC03B;
  text-decoration: underline;
  opacity: 0.6;
}

.access-map-01 {
  width: 100%;
  aspect-ratio: 1/0.5;
  border: 3px solid #00A648;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .access-map-01 {
    border-width: 6px;
  }
}
.access-map-01 iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.faq-panel-01 > * {
  display: flex;
  gap: 15px;
  align-items: center;
  background-color: #fff;
  border: 3px solid #107BB3;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.45;
  padding: 1em;
}
@media (min-width: 640px) {
  .faq-panel-01 > * {
    border-width: 6px;
    padding: 1.35em;
    gap: 30px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.faq-panel-01 > *::before {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3333333333;
  line-height: 1;
  font-weight: 700;
  text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .faq-panel-01 > *::before {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.faq-panel-01 > *:not(:first-child) {
  margin-top: 10px;
}
.faq-panel-01 .ques::before {
  content: "Q.";
  color: #D9D9D9;
}
.faq-panel-01 .ans::before {
  content: "A.";
  color: #F26231;
}
.faq-panel-01 + .faq-panel-01 {
  margin-top: 40px;
}

.attention-list-01 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  font-weight: 500;
}
.attention-list-01 li + li {
  margin-top: 2.1em;
}

.contact-panel-01 {
  background-color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 500;
  padding: 1.5em;
}
@media (min-width: 640px) {
  .contact-panel-01 {
    padding: 2.2em;
  }
}

#footer {
  padding-block: 20px 80px;
  font-family: "Inter", sans-serif;
}

#pagetop {
  font-size: 10px;
  font-size: 0.625rem;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 90;
}

.cancel-event {
  overflow: hidden;
}

.cancel-event-wrapper {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 100;
}
.cancel-event-wrapper .cancel-event-inner {
  container-type: inline-size;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  position: fixed;
  inset: 0;
  z-index: 9999;
  text-align: center;
}
.cancel-event-wrapper .modal {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 1.5em;
  position: absolute;
  inset: 1.5em;
  z-index: 2;
  overflow-y: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  margin: auto;
}
@media (min-width: 640px) {
  .cancel-event-wrapper .modal {
    padding: 4em;
  }
}
.cancel-event-wrapper .title {
  font-size: clamp(30px, 5.21920668cqw, 50px);
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}
.cancel-event-wrapper .title .event-name {
  font-size: clamp(21px, 4.17536534cqw, 40px);
  margin-bottom: 1em;
}
.cancel-event-wrapper .text-red {
  color: #d32f2f;
  font-weight: bold;
}

/*# sourceMappingURL=layout.css.map */