@charset "utf-8";

.no-text-decoration {
  text-decoration: none !important;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  height: 100%;
}

.head{
  position: fixed; /*← fixedで固定 */
  width: 100%; 
  height: 60px; 
  background: #fff; 
  padding: 20px 60px; 
  box-sizing: border-box;
  top: 0; 
  left: 0; 
  display: flex; 
  align-items: center;
}

.nav-body {
  background-color: #004BB1;
  height: 60px;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #004BB1;
  --bs-btn-border-color: #004BB1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #033274;
  --bs-btn-hover-border-color: #033274;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #033274;
  --bs-btn-active-border-color: #033274;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #00398a;
  --bs-btn-disabled-border-color: #0d6efd;
}

/* ヘッダーのタイトル */
.head{
  border-bottom: 2px solid #E5E5E6;
  z-index: 1000; /* 他の要素よりも大きな値を設定 */
}

.header-text {
  display: flex !important;
  justify-content: center !important; /* aaa*/
  align-items: center !important;
  width: 100% !important;
}

/* ヘッダーの ＞*/
.small-image {
  margin-right: 10px;
  margin-left: 10px;
  width: 70px;
  height: auto;
}

.header-text p {
  font-weight:bold;
  margin: 0;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding-right: 60px;
  font-size:1.5em;
}

/* フッター*/
.footer-main {
  z-index: 1001; /* 他の要素よりも大きな値を設定 */
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: white;
  color: white;
  border-top: 2px solid #E5E5E6;
  padding-top: 8px;
  justify-content: space-around;
  align-items: center;
}
.footer-row {
  display: flex;
  justify-content: space-around;
  width: 100%;
}


/* 選択状態のメニューボタン */
.footer-button-select{
  background: linear-gradient(#FF05C7, #FF363E);
  color: white;
}
/* 未選択状態のメニューボタン */
.footer-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 45px;
  border: none;
  font-size: 1.3em;
  text-align: center;
  cursor: pointer;
  outline: none;
  border-radius: 25px;
}
/* メニューボタンの文字のリンク装飾 */
.footer-box a{
  text-decoration: none;
  color:#000 !important;
}

/* メニューボタンの文字 */
.footer-box .menu-name{
  font-size: 0.8em;
  text-align: center;
}

/* イベントTOPへのリンク */
.event-top{
  text-decoration: none;
}
/* ページ下部に固定 */
.fixed-bottom-contact{
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 35px;
}
.fixed-bottom-contact > a{
  font-size: 0.8em;
  text-decoration: none;
}

.fixed-bottom-contact {
/*  position: absolute;*/
  bottom: 0;
  left: 0;
  width: 100%;
}

.hidden {
  display: none !important;
}


@media screen and (max-width:1600px) {


}

@media screen and (max-width:1400px) {


}

@media screen and (max-width:1200px) {


}

@media screen and (max-width:1024px) {


}

@media screen and (max-width:768px) {


}

@media screen and (max-width:576px) {

}