@charset "UTF-8";

@font-face {
  font-family: "Noto Sans";
  src: url("../font/Noto_Sans/NotoSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/static/NotoSansJP-Regular.ttf")
    format("truetype");
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../font/ZenMaruGothic/ZenMaruGothic-Regular.ttf") format("truetype");
}


/* --[ html5 reset ]---------------------------------------------------------------------- */
html,
body,
div,
span,
address,
img,
strong,
i,
dl,
dt,
dd,
ol,
ul,
li,
table,
tr,
th,
td,
footer,
header,
menu,
section {
  border: 0;
  outline: 0;
  font-size: 1.6rem;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
  -webkit-font-smoothing: antialiased; /* safariの太字を調整 */
  height: 100%;
  background: #fff;
  font-size: 62.5%;
}

body {
  overflow: hidden;
  color: #000;
  line-height: 1.6;
  width: 100%;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  /* font-family: "Zen Maru Gothic", serif; */
  /* background: #fff; */
  min-height: 100%;
  position: relative;
}
#wrap {
  min-height: 100%;
  /* background-color: #fff; */
  
}

/* --[ Web font ]---------------------------------------------------------------------- */

/* --[ anchors ]---------------------------------------------------------------------- */
a {
  font-size: 1.6rem;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  opacity: 0.8;
}
a:hover,
a:active {
  outline: none;
}
a {
  -webkit-tap-highlight-color: rgba(
    255,
    255,
    255,
    0.2
  ); /* iPhoneでリンクをタップ時の色 */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  font-style: normal;
  margin: 0;
  padding: 0;
}
p {
  font-size: 1.6rem;
  margin: 0;
}

img {
  margin: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-style: none;
}

table {
  font-size: inherit;
  font: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

header,
footer {
  display: block;
}

/* --[ style ]---------------------------------------------------------------------- */

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

/* ローディング画面 */
/* body {
  margin: 0;
} */
#loader-bg {
  width: 100vw;
  height: 100vh;
  /* transition: all 1s; */
  background-color: #004977;
  position: absolute;
  z-index: 2;
  top: 0;
}
.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  display: inline-block;
  height: 120px;
  width: 120px;
}
.spinner {
  margin: 45px auto;
  font-size: 13px;
  width: 1.1em;
  height: 1.1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff,
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.5),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7),
      1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff,
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff,
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.5),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff,
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff,
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.5),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff,
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff,
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.5),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7),
      1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff,
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff,
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.5),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff,
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff,
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.5),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff,
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.loaded {
  /* visibility: visible;
        opacity:1; */
  display: none;
}

/* --[ header ]---------------------------------------------------------------------- */
.contents-header {
  background-color: #142A47;
  position: fixed;
  z-index: 1;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 5rem;
  margin: 0;
  padding: 0;
}
.contents-header a {
  color: #fff;
}
.contents-header span {
  color: #fff;
  margin-right: 4px;
}

.left-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.left-btn p {
  padding: 0 16px 0 8px;
}
.right-btn {
  display: block;
  text-align: center;
  padding-top: 3px;
  width: 5rem;
}
#top-page .right-btn {
  background: #fff;
  border-radius: 0 0 0 2.5rem;
  display: inline-block;
  height: 5rem;
  box-sizing: border-box;
}
.right-btn p {
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.right-btn__info {
  position: relative;
}
.right-btn__info:after {
  height: 29px;
  content: "";
  background-image: url(../img/info.svg);
  width: 29px;
  background-size: contain;
  position: absolute;
  top: 1.2rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.right-btn__map {
  position: relative;
}
.right-btn__map:after {
  height: 33px;
  content: "";
  background-image: url(../img/pin_black.svg);
  width: 33px;
  background-size: contain;
  position: absolute;
  top: 1.1rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.right-btn__map.white:after {
  background-image: url(../img/pin_white.svg);
}
.horizontal-line {
  width: calc(100% + 48px);
  margin: 16px -24px 32px;
  border-top: 1px solid #000;
}

/* ------------ トップ ------------ */
.top-header {
  text-align: right;
  justify-content: flex-end;
}
.top-header a {
  display: inline-block;
}
.top-header img {
  width: 62px;
  margin-right: -3px;
  margin-top: -3px;
}
#top-page #wrap {
  /* margin-bottom: 100px; ページ下部の余白を追加 */
  background: #fff;
  /* 背景グラデーション */
  /* background: linear-gradient(to bottom, 
    rgb(53, 79, 99), 
    rgb(73, 97, 115), 
    rgb(94, 115, 131), 
    rgb(124, 141, 154)
  ); */
  background-attachment: fixed;
  color: #000;
}
#top-page {
  min-height: 100%;
  background: #fff;
  /* 背景グラデーション */
  /* background: linear-gradient(to bottom, 
    rgb(53, 79, 99), 
    rgb(73, 97, 115), 
    rgb(94, 115, 131), 
    rgb(124, 141, 154)
  ); */
}

#top-page .mv {
  width: 100%;
  margin-bottom: 16px;
  display: block;
}

#top-page .notice {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}
#top-page .notice p {
  font-size: 1.4rem;
}
#top-page .notice .small {
  font-size: 1.2rem;
}

#top-page .title {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}
#top-page .title p {
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
}
#top-page .title .small {
  font-size: 1.2rem;
}

/* ベースのスタイル */
.start {
  width: 100%; /* 横幅を画面いっぱいに */
  max-width: none;
  height: 60px; /* ← 高さを固定して統一 */
  text-align: center;
  color: #000;
  border-radius: 0;
  background: #fff;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* ← 全体を縦中央に配置 */
  padding: 0; /* 余白は中の要素に任せる */
  font-size: 1.8rem;
  font-weight: bold;
}

.start p {
  margin: 0; /* ← 余白をなくして中央揃えしやすく */
  font-size: 1.8rem;
  color: #fff;
  display: block;
}

.start-subtext {
  font-size: 1.1rem;
  color: gray;
  margin-top: 4px; /* 見出しとサブテキストの間だけ空ける */
  display: block;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}

/* リストページのサブテキスト用スタイル */
#list-page .list .start-subtext {
  font-size: 0.9rem;
  color: #ff5722;
  margin-top: 2px;
  text-align: center;
  font-weight: normal;
}

/* 色のバリエーション */
.start--1 {
  background: #E5EFDB;
  color: #fff;
  border-color: #000;
}

.start--2 {
  background: #E2EBF6;
  color: #fff;
  border-color: #000;
}

.start--3 {
  background: #040364;
  color: gray;
  border-color: #fff;
}
.start--3 p {
  color: gray;
}

.start--4 {
  background: #FEF2D0;
  color: #000;
  border-color: #000;
}

.start--5 {
  background: #040364;
  color: #000;
  border-color: #fff;
}

/* ホバー時のスタイル（色ごとに指定） */
.start--blue:hover {
  background: #1976d2;
}

.start--red:hover {
  background: #d32f2f;
}

.start--green:hover {
  background: #388e3c;
}

/* 地図リンク用のスタイル */
.start--map {
  background: #4CAF50; /* 緑色の背景 */
  color: #fff;
  border-color: #2E7D32;
  margin-bottom: 16px; /* 他のリンクとの間隔 */
  position: relative;
  padding-left: 30px; /* アイコン用のスペース */
}

.start--map p {
  color: #fff;
  font-weight: bold;
}

.start-subtext--map {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  margin-top: 2px;
}

.start--map:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/pin_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.start--map:hover {
  background: #2E7D32; /* ホバー時の色 */
}

.start--yellow:hover {
  background: #fbc02d;
}



.company-logo {
  text-align: center;
  margin-top: 40px;
}
.company-logo img {
  width: 104px;
}

.disable-link {
  pointer-events: none; /* クリック操作を無効化 */
  cursor: default; /* カーソルも変更 */
  opacity: 0.7; /* 薄く表示 */
  background-color: #f0f0f0; /* 背景色を変更 */
  color: #666; /* 文字色を変更 */
}


/* --[ インフォ ]---------------------------------------------------------------------- */
.content-info {
  margin: 0;
  padding: 50px 24px 24px;
}

#info h1 {
  text-align: center;
  margin: 24px 0;
  font-size: 1.8rem;
}

#info li {
  font-size: 1.4rem;
}

#info ul {
  margin-left: 1.4rem;
  list-style-type: "●";
}
#info ul li {
  margin-bottom: 3rem;
  padding-left: 0.7rem;
}

#info ul.child {
  margin-left: 0;
  margin-top: 0.7rem;
  list-style-type: disc;
}

#info ul.child li {
  margin-bottom: 0.7rem;
  padding-left: 0;
}

#info .notice {
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  line-height: 130%;
}

/* --[ リスト ]---------------------------------------------------------------------- */
body#list-page {
  /* background: #fff; */
  /* 背景グラデーション */
  background: linear-gradient(to bottom, 
    rgb(255, 255, 255),  /* 白 */
    rgb(228, 235, 242),  /* 淡い青みのグレー */
    rgb(228, 235, 242),  /* 同じ色 */
    rgb(145, 174, 201)   /* くすんだ青 */
  );
  background-attachment: fixed;
}
#list-page #wrap {
  /* background-color: #fff; */
}
#list-page .contents-header {
  /* background: #3E6D9B; */
  background: #142A47;
}
#list-page .contents-header a,
#list-page .contents-header a span {
  color: #fff;
}
#list-page h1 {
  color: #000;
  font-size: 2.4rem;
  text-align: center;
  padding: 24px 0 12px;
}
#list-page .company-logo {
  margin: 16px 0 32px;
}

#list-page .page-description-wrapper {
  text-align: center; /* コンテンツ全体を中央寄せ */
}

#list-page .page-description {
  display: inline-block; /* コンテンツを中央揃えするためのインラインブロック */
  text-align: left; /* 文字を左寄せ */
  font-size: 1.4rem; /* 説明文の文字サイズ */
  color: #000; /* テキストの色 */
  line-height: 1.8; /* 行間を調整 */
  margin: 8px 30px 8px 30px; /* 上 右 下 左の順で余白を設定 */
  max-width: 600px; /* 必要に応じて幅を制限 */
}

.image-container {
  text-align: center; /* 画像を中央寄せ */
  margin-top: 20px; /* 上部に余白 */
}

.image-container img {
  max-width: 80%; /* 画像が画面をはみ出さないように */
  height: auto; /* 縦横比を維持 */
}




.list {
  display: flex;
  justify-content: center; /* 水平方向の中央揃え */
  margin: 0px 0; /* 上下の余白 */
}

.content-list {
  margin: 0;
  padding: 50px 0 0px;
 
}
.list a {
  display: block;
}

/* ボタンの基本スタイル */
#list-page .rounded-button {
  width: 100%; /* 横いっぱいに広げる */
  max-width: none; /* 最大幅の制限を解除 */
  display: flex;
  align-items: center;
  padding: 16px 0; /* 余白を適切に調整 */
  font-size: 1.8rem;
  color: #fff;
  background-color: #040364;
  border: 1px solid #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
  justify-content: center;
  font-weight: bold;
}


/* 左側の文字スタイル */
#list-page .button-prefix {
  font-size: 2.4rem; /* 大きめのフォントサイズ */
  font-weight: normal; /* 太字 */
  margin-right: 0px; /* 右側のテキストとの余白 */
  margin-left: 20px; /* 左側に余白を追加 */
  color: #fff; /* 任意の文字色 */
  flex-shrink: 0; /* 左側の文字サイズを固定 */
  text-align: center; /* テキストの中央揃え */
  line-height: 1; /* 垂直方向の揃えを補助 */
}

/* 右側のテキスト全体スタイル */
#list-page .button-text {
  display: flex; /* フレックスボックスで縦並び */
  flex-direction: column; /* ふりがなとメインテキストを縦に並べる */
  justify-content: center; /* 親要素内で縦方向の中央揃え */
  align-items: center; /* 中央寄せで揃える */
  text-align: center; /* テキスト全体を左揃え */
  line-height: 1.4; /* 行間を調整 */
  flex-grow: 1; /* 右側のテキストを可変に */
}

/* ふりがなスタイル */
#list-page .button-text .furigana {
  font-size: 1.2rem; /* ふりがなのフォントサイズを小さく */
  color: #fff; /* ふりがなの色を薄めに */
  margin-bottom: 2px; /* メインテキストとの間に少し余白を追加 */
}

/* メインテキストスタイル */
#list-page .button-text .main-text {
  font-size: 1.6rem; /* メインテキストのフォントサイズ */
  color: #fff; /* メインテキストの色 */
  line-height: 1.4; /* 行間を調整 */
  display: block; /* インライン要素をブロック要素にする */
  text-align: center; /* テキストを中央揃え */
  white-space: pre-line; /* <br>による改行を適用 */
}

/* ホバー時のスタイル */
#list-page .rounded-button:hover {
  background-color: #E1EAF6; /* ホバー時の背景色 */
  color: #000; /* ホバー時のテキスト色 */
}

/* 戻るボタンのスタイル */
#list-page .back-button-wrapper {
  text-align: center; /* ボタンを中央に配置 */
  margin: 0px 0; /* 上下に余白を追加 */
  margin-bottom: 30px;

}

#list-page .back-button {
  width: 100%; /* 横いっぱいに広げる */
  max-width: none; /* 最大幅の制限を解除 */
  height: 60px; /* ボタンの高さ */
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え */
  font-size: 1.8rem;
  font-weight: bold;
  color: #000; /* テキスト色を白 */
  background-color: #fff; /* 指定の背景色 */
  padding: 10px 0;
  border-radius: 0;
  text-decoration: none;
  border: 1px solid #000; /* ボーダーを少し太く */
  position: relative; /* 三角形の位置調整に必要 */
  transition: background-color 0.3s ease, transform 0.2s ease;
}

#list-page .back-button::before {
  content: ""; /* 三角形を追加 */
  position: absolute;
  left: 16px; /* 左端からの位置 */
  top: 50%; /* 縦中央揃え */
  transform: translateY(-50%); /* 縦中央に調整 */
  width: 0;
  height: 0;
  border-top: 14px solid transparent; /* 三角形の上部分 */
  border-bottom: 14px solid transparent; /* 三角形の下部分 */
  border-right: 18px solid #000; /* 三角形の色を白に */
}

#list-page .back-button:hover {
  background-color: #3d6780; /* ホバー時の色を少し濃く */
  transform: translateY(-2px);
}

#list-page .back-button span {
  margin-left: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000; /* テキストを白 */
}

/* span 特有のスタイル */
#list-page .back-button span {
  font-size: 2.0rem;
  font-weight: normal; /* 太字に設定 */
  color: #000; /* テキストの色を変更 */
  letter-spacing: 0.1rem; /* 文字間隔を少し広げる */
}


/* --[ リスト小項目 ]---------------------------------------------------------------------- */
/* list-page-short 用 CSS */

body#list-page-short {
  /* background: linear-gradient(to bottom, 
    rgb(255, 255, 255),  
    rgb(228, 235, 242),  
    rgb(228, 235, 242),  
    rgb(145, 174, 201)  
  ); */
  background-color: #fff;
  background-attachment: fixed;
  color: #000;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

#list-page-short #wrap {
  /* background-color: #fff; */
}

#list-page-short .contents-header {
  background: #142A47;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  padding: 0 16px;
}

#list-page-short .contents-header a {
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
}

#list-page-short h1 {
  color: #000;
  font-size: 2.4rem;
  text-align: center;
  padding: 24px 0 12px;
}

.page-description-wrapper {
  text-align: center;
  margin-bottom: 24px;
}

.page-description {
  display: inline-block; /* コンテンツを中央揃えするためのインラインブロック */
  text-align: left; /* 文字を左寄せ */
  font-size: 1.4rem; /* 説明文の文字サイズ */
  color: #000; /* テキストの色 */
  line-height: 1.8; /* 行間を調整 */
  margin: 8px 30px 8px 30px; /* 上 右 下 左の順で余白を設定 */
  max-width: 600px; /* 必要に応じて幅を制限 */
}

.image-container {
  text-align: center;
  margin-top: 20px;
}

.image-container img {
  max-width: 80%;
  height: auto;
}

.list-short {
  display: flex;
  justify-content: center;
  margin: 0px 0;
}
.content-list-short {
  margin: 0;
  padding: 50px 0 0px;
 
}

/* 左側の文字スタイル */
#list-page-short .button-prefix {
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 16px;
  color: #142A47;
  flex-shrink: 0;
  text-align: center;
  line-height: 1;

  border: 2px solid #142A47;  /* 枠線を追加 */
  border-radius: 50%;         /* 丸くする */
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 空なら非表示にする */
#list-page-short .button-prefix:empty {
  display: none;
}


/* 右側のテキスト全体スタイル */
#list-page-short .button-text {
  display: flex; /* フレックスボックスで縦並び */
  flex-direction: column; /* ふりがなとメインテキストを縦に並べる */
  justify-content: center; /* 親要素内で縦方向の中央揃え */
  align-items: center; /* 中央寄せで揃える */
  text-align: center; /* テキスト全体を左揃え */
  line-height: 1.4; /* 行間を調整 */
  flex-grow: 1; /* 右側のテキストを可変に */
}

/* ふりがなスタイル */
#list-page-short .button-text .furigana {
  font-size: 1.2rem; /* ふりがなのフォントサイズを小さく */
  color: gray; /* ふりがなの色を薄めに */
  margin-bottom: 2px; /* メインテキストとの間に少し余白を追加 */
}

#list-page-short .rounded-button {
  width: 100%;
  max-width: 400px;
  height: 40px; /* ボタンの高さを統一 */
  min-height: 40px; /* 最低限の高さを指定 */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; /* 2行になっても崩れないようにする */
  padding: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #040364;
  background-color: #DCE3F2;
  box-shadow: 0 0 0 1px #040364;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

/* メインテキスト（2行になる場合も考慮） */
#list-page-short .button-text {
  display: flex;
  flex-direction: column;
  justify-content: center; /* 縦方向の中央揃え */
  align-items: center; /* 水平方向の中央揃え */
  text-align: center;
  height: 100%; /* 高さを統一 */
}

#list-page-short .main-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.2; /* 行間調整 */
}


.rounded-button {
  width: 100%;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #040364;
  background-color: #DCE3F2;
  /* border: 1px solid #040364; */
  box-shadow: 0 0 0 1px #040364; /* 代わりに影を使う */
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.rounded-button:hover {
  background-color: #B0C4DE;
  color: #000;
}

.back-button-wrapper {
  text-align: center;
  margin: 0px 0;
  margin-bottom: 30px;
}

#list-page-short .back-button {
  width: 100%; /* 横いっぱいに広げる */
  max-width: none; /* 最大幅の制限を解除 */
  height: 60px; /* ボタンの高さ */
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え */
  font-size: 1.8rem;
  font-weight: bold;
  color: #000; /* テキスト色を白 */
  background-color: #fff; /* 指定の背景色 */
  padding: 10px 0;
  border-radius: 0;
  text-decoration: none;
  border: 1px solid #000; /* ボーダーを少し太く */
  position: relative; /* 三角形の位置調整に必要 */
  transition: background-color 0.3s ease, transform 0.2s ease;
}

#list-page-short .back-button::before {
  content: ""; /* 三角形を追加 */
  position: absolute;
  left: 16px; /* 左端からの位置 */
  top: 50%; /* 縦中央揃え */
  transform: translateY(-50%); /* 縦中央に調整 */
  width: 0;
  height: 0;
  border-top: 14px solid transparent; /* 三角形の上部分 */
  border-bottom: 14px solid transparent; /* 三角形の下部分 */
  border-right: 18px solid #000; /* 三角形の色を白に */
}



#list-short-page .back-button span {
  margin-left: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000; /* テキストを白 */
}

/* span 特有のスタイル */
#list-short-page .back-button span {
  font-size: 2.0rem;
  font-weight: normal; /* 太字に設定 */
  color: #000; /* テキストの色を変更 */
  letter-spacing: 0.1rem; /* 文字間隔を少し広げる */
}


/* --[ プレイヤー ]---------------------------------------------------------------------- */
.footer-wrapper {
  overflow: hidden;
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: #000;
  /* opacity: 0.8; */
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;

  /*iPhoneセーフエリア設定*/
  height: calc(56px + env(safe-area-inset-bottom));
  line-height: 56px;
  padding-bottom: calc(env(safe-area-inset-bottom));
  padding-top: calc(env(safe-area-inset-bottom) - 35px);
}
.footer-arrow {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.footer-arrow a {
  display: block;
  width: 37px;
  padding: 90px 0 0 0;
  position: absolute;
  /* z-index: 10; */
}
.text-play {
  position: absolute;
  bottom: 8px;
  color: #ffff00;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 13px;
}

/* --[ guide page ]---------------------------------------------------------------------- */
#guide-page {
  text-align: center;
   /* 背景グラデーション（上から下に適用、白の割合を増やす） */
   background: linear-gradient(to bottom, 
   rgb(255, 255, 255) 0%,   /* 白（開始） */
   rgb(255, 255, 255) 50%,  /* 白を50%まで維持 */
   rgb(219, 228, 237) 65%,  /* 淡い青みのグレー */
   rgb(196, 212, 226) 80%,  /* 落ち着いた青 */
   rgb(127, 161, 192) 100%  /* くすんだブルー（最終） */
 );


}
#guide-page h1 {
  font-size: 1.8rem;
  margin: 16px 0 8px;
  font-weight: bold;
}
/* #guide-page .content {
  padding: 50px 0 160px;
} */
#guide-page .content {
  padding: 50px 0 0px;
}
#guide-page .mv {
  margin-bottom: 24px;
  width: 100%;
}
#guide-page .text {
  margin: 0 16px 24px;
  text-align: left;
  line-height: 150%;
}

#guide-page .text p {
  text-indent: 1em;
}

#guide-page .comment {
  margin: 0 16px 8px;
  line-height: 150%;
}

#guide-page .btn a {
  background: #ffff00;
  border: 1px solid #de270f;
  font-size: 1.6rem;
  padding: 1rem 4.8rem 1rem 3.2rem;
  border-radius: 16px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
#guide-page .btn a::after {
  /* 三角形の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px; /* 要素の右からの距離 */
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17.3px solid #000;
}

#guide-page .slider {
  margin-bottom: 24px;
}

#guide-page .responsive-image {
  width: 80%; /* 親要素の幅に合わせる */
  height: auto; /* アスペクト比を維持する */
  max-width: 800px; /* 必要に応じて最大幅を設定 */
  display: block; /* 中央揃えの準備 */
  margin: 20px auto; /* 上下の余白を追加して中央揃え */
}

/* 戻るボタンのスタイル */
#guide-page .back-button-wrapper {
  text-align: center; /* ボタンを中央に配置 */
  margin: 0px 0; /* 上下に余白を追加 */
  margin-bottom: 30px;

}

#guide-page .back-button {
  width: 100%; /* 横いっぱいに広げる */
  max-width: none; /* 最大幅の制限を解除 */
  height: 60px; /* 高さを調整（デフォルトより少し大きめ） */
  display: flex; /* フレックスボックスで整列 */
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え */
  font-size: 1.8rem; /* フォントサイズを調整 */
  font-weight: bold;
  color: #000; /* テキスト色 */
  background-color: #040364; /* 背景色 */
  padding: 10px 0; /* 内側の余白（上下のみ） */
  border-radius: 0; /* 角丸をなくして四角に */
  text-decoration: none; /* 下線を消す */
  border: 2px solid #000; /* ボーダーを少し太く */
  position: relative; /* 三角形の位置調整に必要 */
  transition: background-color 0.3s ease, transform 0.2s ease; /* ホバー時のスムーズな変化 */
}

#guide-page .back-button::before {
  content: ""; /* 三角形を追加 */
  position: absolute;
  left: 16px; /* 左端からの位置 */
  top: 50%; /* 縦中央揃え */
  transform: translateY(-50%); /* 縦中央に調整 */
  width: 0;
  height: 0;
  border-top: 14px solid transparent; /* 三角形の上部分 */
  border-bottom: 14px solid transparent; /* 三角形の下部分 */
  border-right: 18px solid #fff; /* 三角形の色とサイズ */
}

#guide-page .back-button:hover {
  background-color: #002d5a; /* ホバー時の背景色 */
  color: #fff; /* ホバー時の文字色を白に */
  transform: translateY(-2px); /* ホバー時に少し持ち上げる */
}

#guide-page .back-button span {
  margin-left: 30px; /* 三角形とテキストの間に余白 */
  font-size: 1.8rem; /* テキストサイズ調整 */
  font-weight: bold; /* テキストを太字 */
  color: #000; /* デフォルトの文字色 */
}

/* ホバー時にテキストの色も変更 */
#guide-page .back-button:hover span {
  color: #fff;
}

/* span 特有のスタイル */
#guide-page .back-button span {
  font-size: 2.0rem;
  font-weight: normal; /* 太字に設定 */
  color: #fff; /* テキストの色を変更 */
  letter-spacing: 0.1rem; /* 文字間隔を少し広げる */
}

/* -------------------------------- */
#guide-page.sample .horizontal-line,
#guide-page.curator .horizontal-line {
  margin: 24px 0;
}
#guide-page.curator .horizontal-line {
  border-color: #fff;
}
#guide-page.curator {
  background: #404040;
  color: #fff;
}
#guide-page.curator #wrap {
  background: #404040;
}
#guide-page.curator .contents-header {
  background: #000;
}
#guide-page.curator .audio-player {
  background: #000;
}
#guide-page.curator .btn a {
  border: none;
  background: #fff;
  padding: 1rem 3.2rem 1rem 4.8rem;
}
#guide-page.curator .btn a:after {
  display: none;
}
#guide-page.curator .btn a:before {
  /* 三角形の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px; /* 要素の左からの距離 */
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 17.3px solid #000;
}
/* -------------------------------- */
#guide-page.quiz,
#guide-page.quiz #wrap {
  background: #e1edf1;
}
#guide-page.quiz .contents-header {
  background: #004977;
}
#guide-page.quiz .audio-player {
  background: #004977;
}
#guide-page.quiz .choice-btn a {
  background: #004977;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.6rem;
  padding: 1rem 3.2rem;
  border-radius: 16px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 160px;
}
.choice-btn + .choice-btn {
  margin-top: 16px;
}
#guide-page.quiz .text p {
  text-indent: 0;
}
/* -------------------------- */
video {
  max-width: 100%;
  position: relative;
  z-index: 0;
}
#guide-page.video .comment {
  display: flex;
  justify-content: center;
  text-align: left;
  line-height: 200%;
}
/* ----------------------------- */
#guide-page.city-tour .slider {
  margin-top: 24px;
}
/* --------------------------------- */
#panolens {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 100%;
  height: 280px;
}
#guide-page.panolama .comment {
  margin-top: 16px;
}
/* --------------------------------- */
#guide-page.password .mv {
  margin-top: 18px;
}
form#keyform {
  text-align: center;
  margin-top: 16px;
}
#keyform input[type="text"] {
  display: block;
  width: 200px;
  margin: 8px auto;
  font-size: 18px;
  padding: 12px;
  border: none;
  outline: unset;
  background: #fff2cc;
}
#keyform input[type="button"] {
  -webkit-appearance: none;
  display: block;
  width: 104px;
  margin: 16px auto 16px;
  font-size: 16px;
  padding: 8px;
  border-radius: 22px;
  background: #000;
  color: #fff;
  font-family: inherit;
  border: none;
  font-weight: bold;
}
.lock-icn {
  background: url(../img/locked.png) no-repeat 0px 0px;
  background-size: contain;
  width: 80px;
  height: 80px;
  text-align: center;
  text-indent: -9999px;
  z-index: 2;
  bottom: 36px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
}
#guide-page.password .audioplayer-stopped .audioplayer-playpause a,
#guide-page.password .audioplayer-bar,
#guide-page.password .audioplayer-time,
#guide-page.password .text-play,
#guide-page.password .unlocked {
  display: none;
  animation-delay: 0.2s;
  animation-duration: 0.8s;
}
#guide-page.password .unlocked {
  display: none;
}
/* --------------------------------- */
#guide-page.map .content {
  /* padding-bottom: 24px; */
}
#guide-page.map .mv {
  margin-bottom: 0;
}
#guide-page.map .comment {
  margin: 16px 0 0;
}

/* ---------終了--------- */
#expired #wrap {
  margin: 40px 16px;
}
#expired {
  min-height: 100%;
}

#expired .logo {
  width: 70%;
  margin: 0 auto;
  display: block;
}
#expired h2 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

.perspective {
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-perspective-origin: calc(50% + 120px) 50%;
  perspective-origin: calc(50% + 120px) 50%;
}

.animation .fade-in {
  animation-name: fadeInAnime;
  animation-duration: 0.6s;
  animation-delay: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.quiz.animation .fade-in {
  animation-delay: 2.3s;
}

.animation .swing-in-right-bck {
  -webkit-animation: swing-in-right-bck 1.2s ease-out 0.3s both;
  animation: swing-in-right-bck 1.2s ease-out 0.3s both;
}

.animation .slide-in-elliptic-top-fwd {
  -webkit-animation: slide-in-elliptic-top-fwd 2.5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-elliptic-top-fwd 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-3-23 18:32:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swing-in-right-bck
 * ----------------------------------------
 */
@-webkit-keyframes swing-in-right-bck {
  0% {
    -webkit-transform: rotateY(70deg);
    transform: rotateY(70deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 1;
  }
}
@keyframes swing-in-right-bck {
  0% {
    -webkit-transform: rotateY(70deg);
    transform: rotateY(70deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-in-elliptic-top-fwd
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 1400px;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 1400px;
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* テーブル */
.info table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.info th {
  background: transparent;
  text-align: left;
  padding: 10px;
  width: 34%;
}

.info td {
  padding: 10px;
  text-align: left;
}
.map {
  height: 70vh;
  overflow: hidden;
}
.map iframe {
  width: 100%;
  height: calc(100% + 120px);
  margin-top: -120px;
}
.guide-link {
  color: #0056b3;              /* 落ち着いたリンク色 */
  text-decoration: underline; /* 下線で「リンク」としてわかりやすく */
  font-weight: bold;          /* 強調 */
  cursor: pointer;            /* マウスホバー時にポインタに */
  transition: color 0.2s ease;
}

.guide-link:hover {
  color: #E60012;             /* ホバー時に赤で目立たせる */
}
