@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap");
/* ルート（rem の基準）。必要に応じてメディアクエリで上書き */
:root {
  color-scheme: light dark;
  /* ブラウザのフォーム色やスクロール等を自動調整 */ }

/* レイアウト扱いやすくする */
*,
*::before,
*::after {
  box-sizing: border-box; }

/*-----------------------------------
    ブレイクポイント
-----------------------------------*/
/* 基本 */
html {
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  background: #e8f6f8;
  font-size: 14px;
  line-height: 1.7;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: inherit;
  text-rendering: optimizeLegibility; }

/*スムーズスクロール*/
html {
  scroll-behavior: smooth; }

/* メディア要素の扱い */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto; }

/* フォーム要素のフォント揃え */
input, button, textarea, select {
  font: inherit;
  color: inherit; }

/* リンク・ボタンの最低限の扱い（必要に応じて調整） */
a {
  color: inherit;
  text-decoration: none; }

button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer; }

/* アニメーション/スクロールを抑える設定（ユーザーの設定を尊重） */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important; } }
li {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, th, td {
  margin: 0;
  padding: 0; }

/*address, caption, em, strong, th {font-style:normal;}
table {border-collapse:collapse;border-spacing:0;}
caption, th {text-align:left;}
q:before ,q:after {content:'';}
object, embed {vertical-align:top;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
img, abbr {border:0;vertical-align:bottom;}
sup {line-height:100%;}
*/
/*スマホだけ*/
.sp {
  display: none; }

.pc {
  display: block; }

/*スマホだけ改行*/
@media screen and (max-width: 959px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
.spOnly {
  display: none; }
  @media only screen and (max-width: 599px) {
    .spOnly {
      display: block; } }

@media only screen and (max-width: 599px) {
  .spNone {
    display: none; } }

@media only screen and (max-width: 959px) {
  .pcOnly {
    display: none; } }

@media only screen and (min-width: 960px) {
  .pcNone {
    display: none; } }

br .spOnly {
  display: none; }
  @media only screen and (max-width: 599px) {
    br .spOnly {
      display: inline-block; } }
@media only screen and (max-width: 599px) {
  br .spNone {
    display: none; } }

.bg-back {
  background: #e8f6f8 url("bg-back.png") center no-repeat;
  background-attachment: scroll;
  /*background-size: auto;*/
  background-size: cover;
  position: fixed;
  height: 100vh;
  width: 100%;
  /*background-attachment: fixed;*/
  z-index: -1; }

header {
  background: #ffffff;
  position: fixed;
  left: 50%;
  top: 0;
  /* 必要なら調整 */
  transform: translateX(-50%);
  width: 370px;
  height: 50px;
  margin: 0;
  z-index: 97; }
  @media only screen and (max-width: 599px) {
    header {
      width: 100%; } }
  header .header_menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    header .header_menu li.logo {
      padding: 15px 10px; }
      header .header_menu li.logo img {
        width: auto;
        height: 20px; }
    header .header_menu li.lang {
      font-size: 14px;
      line-height: 1.7;
      padding: 17px 0 0 0; }
      @media only screen and (max-width: 959px) {
        header .header_menu li.lang {
          font-size: 14px;
          line-height: 1.7; } }
      @media only screen and (max-width: 599px) {
        header .header_menu li.lang {
          font-size: 14px;
          line-height: 1.7; } }
      header .header_menu li.lang .lang_menu {
        display: flex;
        height: 14px;
        line-height: 14px; }
        header .header_menu li.lang .lang_menu li:nth-child(1) {
          background: url("../img/common/icon_lang.png") no-repeat left center;
          background-size: 14px;
          padding: 0 0 0 18px; }
        header .header_menu li.lang .lang_menu li:nth-child(2) {
          border-left: 1px solid #000;
          border-right: 1px solid #000;
          padding: 0 7px;
          margin: 0 7px; }
    header .header_menu li.book {
      background: #22a4bb;
      height: 50px;
      line-height: 50px; }
      header .header_menu li.book a {
        display: block;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        padding: 0 16px; }
    header .header_menu li.menubtn {
      width: 34px;
      height: 50px; }

/*
.menu-wrapper {
	width: 370px;
	margin: 0 auto;
	position: relative;
}

.menu-icon {
  width: 25px;
  height: 30px;
  position: fixed;
  top: 10px;
  right: 8px;
  cursor: pointer;
  z-index: 99;
  display: inline-block;
}

.menu-icon span {
  display: block;
  height: 3px;
  margin: 6px 0;
  background: #333;
  border-radius: 2px;
  transition: 0.4s;
}

#menu-toggle:checked + .menu-icon span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
#menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}
#menu-toggle:checked + .menu-icon span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 97;
}

#menu-toggle:checked ~ .overlay {
  opacity: 1;
  pointer-events: auto;
}

.menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
  transition: left 0.4s ease;
  z-index: 98;
}

#menu-toggle:checked ~ .menu {
  left: 0;
}

.menu ul {
  list-style: none;
  padding: 60px 20px;
}

.menu li {
  margin: 20px 0;
}

.menu a {
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.menu a:hover {
  color: #007bff;
}
*/
.wrapper {
  background: #ffffff;
  position: relative;
  width: 370px;
  margin: 50px auto 0;
  min-height: 100vh; }
  @media only screen and (max-width: 599px) {
    .wrapper {
      width: 100%; } }
  .wrapper .maincatch {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 150px;
    text-align: center;
    font-size: 24px;
    line-height: 1.22;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    z-index: 95;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7); }
    @media only screen and (max-width: 959px) {
      .wrapper .maincatch {
        font-size: 24px;
        line-height: 1.22; } }
    @media only screen and (max-width: 599px) {
      .wrapper .maincatch {
        font-size: 24px;
        line-height: 1.22; } }
  .wrapper .slider {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden; }
    .wrapper .slider img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* アスペクト比保持＋はみ出し */
      opacity: 0;
      animation: fade 54s infinite; }
  .wrapper .whatis {
    text-align: center;
    padding: 30px 20px 60px;
    background: #e8f6f8 url("../img/common/foot_blue.png") no-repeat center bottom;
    background-size: 370px auto; }
    @media only screen and (max-width: 599px) {
      .wrapper .whatis {
        background: #e8f6f8 url("../img/common/foot_blue.png") no-repeat center bottom;
        background-size: 100% auto; } }
    .wrapper .whatis img {
      width: 50%;
      height: auto;
      margin: 0 auto 10px; }
  .wrapper .blue_title {
    color: #22a4bb;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.22;
    margin: 60px 0 20px; }
    @media only screen and (max-width: 959px) {
      .wrapper .blue_title {
        font-size: 24px;
        line-height: 1.22; } }
    @media only screen and (max-width: 599px) {
      .wrapper .blue_title {
        font-size: 24px;
        line-height: 1.22; } }
  .wrapper .price {
    margin: 20px 0;
    text-align: center;
    font-weight: 600; }
    .wrapper .price .big {
      font-size: 32px;
      line-height: 1.33; }
      @media only screen and (max-width: 959px) {
        .wrapper .price .big {
          font-size: 32px;
          line-height: 1.33; } }
      @media only screen and (max-width: 599px) {
        .wrapper .price .big {
          font-size: 32px;
          line-height: 1.33; } }
    .wrapper .price .yen {
      font-size: 24px;
      line-height: 1.22; }
      @media only screen and (max-width: 959px) {
        .wrapper .price .yen {
          font-size: 24px;
          line-height: 1.22; } }
      @media only screen and (max-width: 599px) {
        .wrapper .price .yen {
          font-size: 24px;
          line-height: 1.22; } }
    .wrapper .price p.opening {
      border: 3px solid #ff9e30;
      color: #ff9e30;
      padding: 7px;
      border-radius: 5px;
      margin: 10px 40px;
      line-height: 1.5em; }
      .wrapper .price p.opening span {
        font-size: 24px;
        line-height: 1.22; }
        @media only screen and (max-width: 959px) {
          .wrapper .price p.opening span {
            font-size: 24px;
            line-height: 1.22; } }
        @media only screen and (max-width: 599px) {
          .wrapper .price p.opening span {
            font-size: 24px;
            line-height: 1.22; } }
  .wrapper img.bicycle {
    width: 70%;
    height: auto;
    margin: 0 auto; }
  .wrapper .btn_book {
    background: #22a4bb;
    color: #fff;
    display: block;
    width: 12em;
    text-align: center;
    margin: 10px auto;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.7;
    border-bottom: 2px solid #06859c;
    border-radius: 5px; }
    @media only screen and (max-width: 959px) {
      .wrapper .btn_book {
        font-size: 16px;
        line-height: 1.7; } }
    @media only screen and (max-width: 599px) {
      .wrapper .btn_book {
        font-size: 16px;
        line-height: 1.7; } }
  .wrapper .center_txt {
    text-align: left;
    padding: 0 20px; }
    .wrapper .center_txt p {
      font-weight: 600; }
  .wrapper .bicycle_point {
    background: #cee9ef;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
    margin: 20px 20px; }
    .wrapper .bicycle_point li {
      width: 25%;
      text-align: center;
      font-size: 12px;
      line-height: 1.6; }
      @media only screen and (max-width: 959px) {
        .wrapper .bicycle_point li {
          font-size: 12px;
          line-height: 1.6; } }
      @media only screen and (max-width: 599px) {
        .wrapper .bicycle_point li {
          font-size: 12px;
          line-height: 1.6; } }
      .wrapper .bicycle_point li img {
        width: auto;
        height: 50px;
        margin: 0 auto; }
  .wrapper .custom-list {
    margin: 0 20px; }
    .wrapper .custom-list li {
      list-style: none;
      position: relative;
      padding-left: 1.2em;
      text-align: justify; }
      .wrapper .custom-list li::before {
        content: "●";
        position: absolute;
        left: 0;
        top: 0.1em;
        /* 高さ微調整 */
        color: #22a4bb;
        font-size: 1em; }
      .wrapper .custom-list li span {
        font-size: 12px;
        line-height: 1.6; }
        @media only screen and (max-width: 959px) {
          .wrapper .custom-list li span {
            font-size: 12px;
            line-height: 1.6; } }
        @media only screen and (max-width: 599px) {
          .wrapper .custom-list li span {
            font-size: 12px;
            line-height: 1.6; } }
  .wrapper .custom-ol {
    margin: 0 20px;
    counter-reset: num;
    /* カウンター初期化 */ }
    .wrapper .custom-ol li {
      list-style: none;
      /* 標準の番号を消す */
      position: relative;
      padding-left: 1.8em;
      /* 番号ぶんのインデント */
      counter-increment: num;
      /* 各 li でカウンター +1 */
      text-align: justify; }
      .wrapper .custom-ol li::before {
        content: counter(num) ".";
        position: absolute;
        left: 0;
        top: 0.05em;
        /* 高さ微調整 */
        color: #22a4bb;
        font-weight: bold;
        /* 任意。細くしたい場合は削除可能 */ }
  .wrapper .googlemap {
    margin: 0 20px; }
    .wrapper .googlemap iframe {
      border: 0;
      width: 100%;
      height: 450px; }
    .wrapper .googlemap img.access {
      width: 100%;
      height: auto; }
  .wrapper .please_txt {
    background: #fdebe5;
    color: #f03700;
    padding: 10px 20px;
    margin: 20px 20px 0;
    text-align: justify; }
  .wrapper .bubble-wrapper {
    text-align: center;
    margin: 40px 0 0; }
    .wrapper .bubble-wrapper .bubble {
      font-size: 16px;
      line-height: 1.7;
      color: #22a4bb;
      font-weight: 600;
      display: inline-block;
      border: 3px solid #22a4bb;
      padding: 6px 16px;
      position: relative;
      background: #fff;
      margin: 0 auto;
      text-align: center; }
      @media only screen and (max-width: 959px) {
        .wrapper .bubble-wrapper .bubble {
          font-size: 16px;
          line-height: 1.7; } }
      @media only screen and (max-width: 599px) {
        .wrapper .bubble-wrapper .bubble {
          font-size: 16px;
          line-height: 1.7; } }
      .wrapper .bubble-wrapper .bubble::after {
        content: "";
        position: absolute;
        bottom: -12px;
        /* 吹き出しの出っ張り位置 */
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-top: 12px solid #22a4bb;
        /* 枠の色と合わせる */
        border-left: 12px solid transparent;
        border-right: 12px solid transparent; }
  .wrapper .youtube-wrapper {
    padding: 20px;
    /* 左右20pxの余白 */
    box-sizing: border-box; }
    .wrapper .youtube-wrapper .youtube-inner {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      /* 16:9のアスペクト比 */
      height: 0; }
      .wrapper .youtube-wrapper .youtube-inner iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .wrapper .terms {
    width: 330px;
    height: 500px;
    margin: 0 20px;
    border: 1px solid #ccc;
    padding: 10px 0;
    overflow-y: scroll;
    /* 縦スクロール */
    background: #ffffff; }
    @media only screen and (max-width: 599px) {
      .wrapper .terms {
        width: auto; } }
  .wrapper .blue_title_s {
    font-size: 16px;
    line-height: 1.7;
    color: #22a4bb;
    font-weight: 600; }
    @media only screen and (max-width: 959px) {
      .wrapper .blue_title_s {
        font-size: 16px;
        line-height: 1.7; } }
    @media only screen and (max-width: 599px) {
      .wrapper .blue_title_s {
        font-size: 16px;
        line-height: 1.7; } }
  .wrapper .trems_txt {
    padding: 0 20px;
    text-align: justify; }
    .wrapper .trems_txt span {
      font-size: 12px;
      line-height: 1.6; }
      @media only screen and (max-width: 959px) {
        .wrapper .trems_txt span {
          font-size: 12px;
          line-height: 1.6; } }
      @media only screen and (max-width: 599px) {
        .wrapper .trems_txt span {
          font-size: 12px;
          line-height: 1.6; } }

/* 4.5秒ずつずらす（＝前画像のフェードアウトと重ねる） */
.slider img:nth-child(1) {
  animation-delay: 0s; }

.slider img:nth-child(2) {
  animation-delay: 4.5s; }

.slider img:nth-child(3) {
  animation-delay: 9s; }

.slider img:nth-child(4) {
  animation-delay: 13.5s; }

.slider img:nth-child(5) {
  animation-delay: 18s; }

.slider img:nth-child(6) {
  animation-delay: 22.5s; }

.slider img:nth-child(7) {
  animation-delay: 27s; }

.slider img:nth-child(8) {
  animation-delay: 31.5s; }

.slider img:nth-child(9) {
  animation-delay: 36s; }

.slider img:nth-child(10) {
  animation-delay: 40.5s; }

.slider img:nth-child(11) {
  animation-delay: 45s; }

.slider img:nth-child(12) {
  animation-delay: 49.5s; }

/*
6秒のうちの割合（54秒全体で計算）
1.5秒（フェードイン） = 1.5 / 54 = 2.78%
3秒（完全表示）       = 3 / 54 = 5.55%
1.5秒（フェードアウト）= 2.78%
合計 6秒 = 11.11%
*/
@keyframes fade {
  0% {
    opacity: 0; }
  2.78% {
    opacity: 1; }
  /* フェードイン完了 */
  8.33% {
    opacity: 1; }
  /* 3秒間完全表示 */
  11.11% {
    opacity: 0; }
  /* フェードアウト完了 */
  100% {
    opacity: 0; } }
.mapbnr {
  padding: 30px 20px; }
  .mapbnr img {
    width: 100%;
    height: auto; }

footer {
  background: #ffffff;
  width: 370px;
  margin: 0 auto; }
  @media only screen and (max-width: 599px) {
    footer {
      width: 100%; } }
  footer .logo_choei {
    padding: 40px 0 20px; }
    footer .logo_choei img {
      margin: 0 auto;
      width: 40%;
      height: auto; }
  footer .footer_name {
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 600; }
    @media only screen and (max-width: 959px) {
      footer .footer_name {
        font-size: 12px;
        line-height: 1.6; } }
    @media only screen and (max-width: 599px) {
      footer .footer_name {
        font-size: 12px;
        line-height: 1.6; } }
    footer .footer_name span {
      font-size: 16px;
      line-height: 1.7;
      font-weight: 600;
      display: block;
      margin: 0 auto; }
      @media only screen and (max-width: 959px) {
        footer .footer_name span {
          font-size: 16px;
          line-height: 1.7; } }
      @media only screen and (max-width: 599px) {
        footer .footer_name span {
          font-size: 16px;
          line-height: 1.7; } }
  footer .add {
    font-size: 12px;
    line-height: 1.6;
    text-align: center; }
    @media only screen and (max-width: 959px) {
      footer .add {
        font-size: 12px;
        line-height: 1.6; } }
    @media only screen and (max-width: 599px) {
      footer .add {
        font-size: 12px;
        line-height: 1.6; } }
    footer .add a {
      font-size: 12px;
      line-height: 1.6;
      display: block;
      color: #000;
      text-align: center;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
      width: 60%;
      margin: 10px auto 0; }
      @media only screen and (max-width: 959px) {
        footer .add a {
          font-size: 12px;
          line-height: 1.6; } }
      @media only screen and (max-width: 599px) {
        footer .add a {
          font-size: 12px;
          line-height: 1.6; } }
  footer .outside {
    margin: 20px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    footer .outside li {
      width: 47%;
      border: 1px solid #ccc;
      border-radius: 5px; }
      footer .outside li a {
        font-size: 12px;
        line-height: 1.6;
        display: block;
        color: #000;
        text-align: center;
        padding: 10px; }
        @media only screen and (max-width: 959px) {
          footer .outside li a {
            font-size: 12px;
            line-height: 1.6; } }
        @media only screen and (max-width: 599px) {
          footer .outside li a {
            font-size: 12px;
            line-height: 1.6; } }
  footer .copyright {
    background: #cee9ef;
    text-align: center;
    padding: 5px; }

.slideshow-container {
  width: auto;
  height: 270px;
  position: relative;
  overflow: hidden;
  margin: 20px 20px 40px; }

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fade 20s infinite; }

.slide:nth-child(1) {
  animation-delay: 0s; }

.slide:nth-child(2) {
  animation-delay: 4s; }

.slide:nth-child(3) {
  animation-delay: 8s; }

.slide:nth-child(4) {
  animation-delay: 12s; }

.slide:nth-child(5) {
  animation-delay: 16s; }

@keyframes fade {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  /* フェードイン完了（1秒弱） */
  20% {
    opacity: 1; }
  /* 次のスライドのフェードイン直前まで表示 */
  25% {
    opacity: 0; }
  /* このタイミングでフェードアウト */
  100% {
    opacity: 0; } }
