@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  width: 100%;
  margin: 0;
  font-family: "Kiwi Maru", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "MS Gothic", "ＭＳ ゴシック", sans-serif;
  font-size: 15px;
  background: #ffe5b3;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #50C800;
}

h1, h2, h3, h4 {
  color: #000000;
  font-weight: bold;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 23px;
}

h4 {
  font-size: 18px;
}

h1, h2, h3, h4 {
  letter-spacing: -0.09em;
}

.clear {
  display: block;
  content: "";
  clear: both;
}

header, .mband {
  position: fixed;
  z-index: 998;
}

a.anchorlink {
  display: block;
  padding-top: 180px;
  margin-top: -180px;
}

header {
  width: 100%;
  height: 76px;
  background: #ffae14;
  /* SNSアイコン設定 */
  /* インスタ用アイコン設定 */
  /* End of SNSアイコン設定 */
}
header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .title .logo {
  width: 240px;
  margin: 10px 12px 0 20px;
}
header .subtitle {
  color: #000;
  margin: 3px 0 20px 22px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS Gothic', 'ＭＳ ゴシック', sans-serif;
  font-size: 12.75px;
  color: #333;
  letter-spacing: -0.02em;
}
header .contact {
  position: absolute;
  width: 150px;
  height: 42px;
  text-align: center;
  color: #fff;
  font-size: 16.8px;
  letter-spacing: 0.02em;
  background: #6060ff;
  border: solid 1px #ffae14;
  border-radius: 0 0 10px 10px;
  padding-top: 11px;
  top: -9px;
  right: 136px;
  -webkit-box-shadow: 0px 1px 6px 0px #eee;
          box-shadow: 0px 1px 6px 0px #eee;
}
header a:hover .contact {
  padding-top: 12px;
  padding-bottom: -1px;
  padding-left: 0;
  padding-right: 0;
  color: #eee;
  background: #5050ff;
  border: solid 1px #ffae14;
  -webkit-box-shadow: inset 0px -1px 6px 0px #eee, inset 0px 9px 6px 0px #222;
          box-shadow: inset 0px -1px 6px 0px #eee, inset 0px 9px 6px 0px #222;
}
header .socialEffect__box {
  position: absolute;
  top: 13.5px;
  right: 70px;
}
header .socialEffect__link {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  font-size: 1.8rem;
  background: rgba(255, 174, 20, 0.1);
  -webkit-transition: -webkit-transform ease-out 0.2s;
  transition: -webkit-transform ease-out 0.2s;
  transition: transform ease-out 0.2s;
  transition: transform ease-out 0.2s, -webkit-transform ease-out 0.2s;
  z-index: 1;
}
header .icon-instagram::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  top: 0;
  left: 0;
  z-index: -1;
}
header .fab.fa-instagram {
  display: inline-block;
  color: #fff;
}
header .icon-instagram:hover {
  background: radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), linear-gradient(135deg, #234bd7 12%, #c33cbe 58%);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.mband {
  width: 100%;
  height: 28px;
  margin-top: 76px;
  background: #fff;
}
.mband .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-left: 34px;
  font-size: 15px;
  letter-spacing: -0.075em;
}
.mband .breadcrumb li, .mband .breadcrumb li a {
  color: #8d5121;
  /* 濃い茶色 */
}
.mband .breadcrumb li.active {
  font-weight: bold;
}
.mband .breadcrumb li::before {
  margin-right: 0.25rem;
  font-family: "Font Awesome 6 Free";
  color: #ffae14;
  /* オレンジ */
}
.mband .breadcrumb li:first-child::before {
  content: "\f015";
  /* HOMEアイコンを表示 */
}
.mband .breadcrumb li:nth-child(n+2)::before {
  content: "\f0da";
  /* ▶アイコンを表示 */
  margin-right: 0.75rem;
}
.mband .breadcrumb li + li {
  margin-left: 0.75rem;
}

#contents {
  width: 100%;
  padding-top: 104px;
}

#slide_container {
  height: 600px;
}

.info {
  width: 86%;
  height: 174px;
  margin-top: 660px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}
.info h4 {
  width: 220px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1px;
  color: #000;
  border: solid 1.5px #000;
  border-radius: 30px;
  font-weight: normal;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS Gothic', 'ＭＳ ゴシック', sans-serif;
  font-style: oblique;
  letter-spacing: 0.01em;
  background: rgba(255, 174, 20, 0.1);
  -webkit-box-shadow: 0px 1px 6px 0px #eee;
          box-shadow: 0px 1px 6px 0px #eee;
}
.info .box {
  width: 98%;
  height: 130px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: transparent;
  background-image: radial-gradient(rgba(255, 174, 20, 0.63) 1.25px, transparent 1.25px);
  background-size: 6.3px 6.3px;
}
.info .box .textbox {
  width: 100%;
  height: 105px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.18em;
  padding-right: 1.5em;
  text-align: left;
  line-height: 168%;
  padding-left: 7.1em;
  text-indent: -5.5em;
  text-align: justify;
  text-justify: inter-ideograph;
  /* Edge */
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.info .box .textbox p {
  color: #000;
  margin-top: 0;
  margin-left: 0.5em;
  letter-spacing: 0.05em;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS Gothic', 'ＭＳ ゴシック', sans-serif;
}
.info .box::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.info .box::-webkit-scrollbar-thumb {
  /* スクロールバーの操作部分 */
  background: rgba(96, 96, 255, 0.3);
  border-radius: 5px;
}
.info .box::-webkit-scrollbar-track {
  /* スクロールバーの背景 */
  background: rgba(255, 174, 20, 0);
  border-radius: 3.5px;
}

.introduce {
  width: 100%;
  margin-top: 80px;
  padding: 3.2% 8% 3.5% 8%;
  background: -webkit-gradient(linear, left top, right bottom, from(#ffc978), to(#ffde9f));
  background: linear-gradient(to bottom right, #ffc978, #ffde9f);
}
.introduce h1 {
  text-align: center;
  font-family: "Kaisei Decol", serif;
  font-weight: 600;
  font-size: 2em;
  font-style: oblique;
  line-height: 132%;
  letter-spacing: 0.08em;
  color: #000;
  text-shadow: 1.5px 1.5px 2px #fff;
}
.introduce h2 {
  text-align: center;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS Gothic', 'ＭＳ ゴシック', sans-serif;
  font-weight: 600;
  font-size: 1.6em;
  font-style: oblique;
  line-height: 300%;
  letter-spacing: 0.08em;
  color: #000;
  margin-bottom: 10px;
  text-shadow: 1.5px 1.5px 2px #fff;
}
.introduce p {
  text-align: left;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS Gothic', 'ＭＳ ゴシック', sans-serif;
  font-weight: 400;
  font-size: 1.12em;
  font-style: normal;
  line-height: 210%;
  letter-spacing: 0.08em;
  color: #000;
  text-shadow: 0.8px 0.8px 1.5px #ddd;
  text-align: justify;
  text-justify: inter-ideograph;
  /* Edge */
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

footer {
  width: 100%;
}
footer .footer_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  margin: 80px auto 77px;
}
footer .footer_contents .footer_menu {
  min-width: 200px;
  width: 200px;
  padding: 28px 0 0;
  font-size: 0.96em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  /* コピーされたメニュー (新しいID: footer-nav) 用のスタイル */
}
footer .footer_contents .footer_menu #footer-nav {
  /* ハンバーガーメニューの非表示スタイルを上書きして表示 */
  visibility: visible;
  opacity: 1;
  /* コピー先のレイアウトに合わせて位置を調整 (例: 通常のフローに) */
  position: static;
  /* fixed などの位置指定を解除 */
  width: auto;
  /* 幅を自動調整 */
  height: auto;
  /* 高さを自動調整 */
  display: block;
  /* ブロック要素として表示 (または flex など) */
  /* 元のハンバーガーメニューの全画面表示や背景を上書き */
  background: none;
  /* 背景をなくすか、別の色に設定 */
  line-height: normal;
  /* 行間を調整 */
  text-align: left;
  /* テキストを左寄せに */
  /* もし元の要素が flex コンテナで子要素が中央揃えになっていた場合 */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* 開始位置に揃える */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* 開始位置に揃える */
}
footer .footer_contents .footer_menu #footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* メニュー項目を横並びにする場合 */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 縦並びにする場合はこちら */
  gap: 14.52px;
  /* メニュー項目間のスペース */
  text-align: left;
  padding-left: 3em;
}
footer .footer_contents .footer_menu #footer-nav ul li a {
  color: #222;
  text-decoration: none;
}
footer .footer_contents .footer_menu #footer-nav ul li a:hover {
  color: #6060ff;
  font-weight: 500;
}
footer .footer_contents .footer_menu #footer-nav li > a:hover:before {
  content: '＊';
  margin-left: -1em;
  font-size: 0.8em;
}
footer .footer_contents .footer_address {
  min-width: 320px;
  width: 320px;
  padding: 32px 0 24px 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
footer .footer_contents .footer_address .footer_logo {
  width: 200px;
  margin-left: 50px;
}
footer .footer_contents .footer_address .footer_logo img {
  width: 100%;
}
footer .footer_contents .footer_address .footer_subtitle {
  font-size: 0.85em;
  margin-top: -12px;
  margin-left: 32.5%;
  letter-spacing: 0.08em;
  color: #222;
}
footer .footer_contents .footer_address .footer_post {
  margin-top: 30px;
  margin-left: 0.25em;
  font-size: 0.9em;
  color: #222;
}
footer .footer_contents .footer_address .footer_add {
  margin-left: 0.25em;
  font-size: 1em;
  color: #222;
}
footer .footer_contents .footer_map {
  width: 62%;
  padding: 0 15px;
}
footer .footer_contents .footer_map iframe {
  width: 100%;
  height: 100%;
  border: solid 1px #ffae14;
  border-radius: 18px;
  -webkit-box-shadow: 0px 1px 6px 0px #fff;
          box-shadow: 0px 1px 6px 0px #fff;
}

.copy {
  width: 100%;
  height: 28px;
  background: #ffae14;
  margin-top: 0px;
}
.copy p {
  padding-top: 5.4px;
  color: #000;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.036em;
}

@media screen and (max-width: 1024px) {
  header {
    /* SNSアイコン設定 */
  }

  footer .footer_contents .footer_menu {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 76px;
    /* SNSアイコン設定 */
  }

  .info {
    width: 100%;
  }
  .info .box {
    padding-top: 5px;
  }
  .info .box .textbox {
    padding-left: 6.15em;
  }
  .info .box .textbox p {
    line-height: 165%;
  }

  .introduce {
    padding: 5% 3.6% 5% 3.6%;
  }

  #slides .slide .title {
    top: calc(50% - 0.5em);
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 5.8vw;
    letter-spacing: 0.15em;
  }

  #slides .slide .subtitle {
    top: calc(58% - 0.5em);
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 2.3vw;
    letter-spacing: 0.1em;
  }

  #slides .slide .clicktitle {
    top: calc(6.4% - 0.5em);
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.45vw;
    letter-spacing: 0.15em;
  }

  footer {
    width: 100%;
  }
  footer .footer_contents {
    display: block;
    width: 100%;
    margin: 30px auto 90px;
  }
  footer .footer_contents .footer_address {
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer_contents .footer_map {
    width: 92%;
    height: 320px;
    padding: 0;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  header {
    /* SNSアイコン設定 */
  }
  header .title .logo {
    width: 220px;
    margin: 12px 0 0 15px;
  }
  header .subtitle {
    width: 80%;
    margin-top: 10px;
    margin-left: 15px;
    font-size: 11.25px;
    line-height: 115%;
  }
  header .contact {
    right: 62px;
  }
  header .socialEffect__box {
    bottom: 0;
    top: 32px;
    right: 18px;
  }

  .mband {
    height: 25px;
    margin-top: 76px;
  }
  .mband .breadcrumb {
    margin-left: 30px;
    font-size: 14px;
  }

  #contents {
    padding-top: 101px;
  }

  footer .footer_contents .footer_address .footer_subtitle {
    margin-top: -8px;
  }
}
@media screen and (max-width: 375px) {
  header .title .logo {
    width: 170px;
    margin: 12px 0 0 10px;
  }
  header .subtitle {
    margin-left: 10px;
    font-size: 8.925px;
  }
  header .contact {
    width: 120px;
    height: 33.6px;
    font-size: 13.44px;
    padding-top: 8.8px;
  }
}
