@charset "utf-8";

/* =======================================
共通設定 pc
======================================= */

body {
  height: 100%;
  background: #fff;
  font-size: 0;
  line-height: 1.4;
  color: #23BAEF;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: justify;
  text-justify: inter-ideograph;
}

a:link { text-decoration: none; color: inherit; }
a:visited { text-decoration: none; color: inherit; }
a:active { text-decoration: none; color: inherit; }

img {
  width: 100%;
  height: auto;
}
.br-sp {
    display: none;
}
@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

#container {}

#btn1, #btn2{
   display: none;
}

/* ボタンの基本スタイル */
.button {
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.3rem; /* サイズをrem単位で指定 */
  font-weight: bold;
  color: #23BAEF;
  background-color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  border: solid 3px #23BAEF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/* ボタンのホバー時のスタイル */
.button:hover {
  background-color: #23BAEF;
}

/* ナビゲーションの基本スタイル */
nav.alpha {
  text-align: center; /* ナビゲーションをセンターに配置 */
  display:flex;
  justify-content: space-around;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; /* ボタンが画面に収まらない場合に折り返す */
  justify-content: center; /* ボタンをセンターに配置 */
  gap: 10px; /* ボタン間のスペース */
}

li {
  display: inline;
}

/* 小さな画面用のメディアクエリ */
@media (max-width: 600px) {
  .button {
    font-size: 1.0rem; /* 小さい画面でフォントサイズを小さくする */
    padding: 8px 16px; /* パディングを調整 */
    line-height: 12px;
    width:120px;
  }
  
  ul {
    flex-direction: column; /* ボタンを縦に並べる */
  }
  
  li {
    width: 100%; /* 各ボタンを100%幅で表示 */
  }
}

ul, menu, dir {
  display: block;
  list-style-type: none;
  margin-block-start: 1em;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  display: block;
  margin: 0;
  padding: 0;
}

.chirashi {
  padding-top: 6.3%;
}

/* NAV
------------------------------- */
nav {
  text-align: center;
  font-size: 2px;
  background: #23BAEF;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  padding: 1% 0;
}

nav ul {
  padding: 0;
  margin: 0;
}

nav li {
  width: auto;
  display: inline-block;
  padding: 3 1% 1%;
}

.bottom nav {
  top: auto;
  bottom: 0;
}

.bottom .chirashi {
  padding-top: 0;
  padding-bottom: 6.3%;
}

.sec01 img {
  width: 100%;
}

/* sp *//*スマホで表示*/
@media screen and (max-width: 770px) {
  body {
    height: auto;
    background: #23BAEF;
    line-height: 1.1;
    font-weight: 500;
    font-size: 4.2vw;
    color: #23BAEF;
    margin: 0;
    font-family: "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }

  #container { }

  img {
    width: 100%;
    height: auto;
  }

  .chirashi {
    padding-top: 10.5%;
  }

  .bottom .chirashi {
    padding-top: 0;
    padding-bottom: 10.5%;
  }

  nav {
    width: 100%;
  }

  nav li {
    width: 33%;
    margin-right: 0px;
    padding: 1% 0.8%;
    display: inline-block;
  }

  .sec01 {
    width: 100%;
    background: #23BAEF;
    text-align: center;
    margin: auto;
    z-index: 100;
  }

  .sec01_inn {
    width: 88%;
    margin: 0 auto;
  }

  .sec01_inn p {
    font-size: 13px;
  }

  .max300 {
    width: 150%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .sclx {
    overflow-x: scroll;
  }

  #btn1, #btn2 {
    display: block;
    position: fixed;
    top: 70%;
    left: 0;
    z-index: 10000;
    cursor: pointer;
  }

  #btn2 {
    margin-top: 13%;
  }

  button {
    padding: 0;
    border: none;
    background: transparent;
    width: 18%;
  }

  button img {
    display: block;
    width: 100%;
    height: auto;
  }
}