/* 追加カスタマイズ要素 */
body {
  margin: 0;
}

ul {
  list-style-type: none;
  padding-left: 0;
}
li {
  padding-left: 0;
}

.br_pc {
  display: inline!important;
}
.br_sp {
  display: none!important;
}

.pc_only_header {
  display: block!important;
}
.sp_only_header {
  display: none!important;
}

header .tools {
  display: none;
}



/* ヘッダー、フッター */
#btn-hambeger {
  /*background-color: #26385e;*/
  background-color: #221e1f;
  background-color: #131a28;
  border: solid 1px #fff;
}
.menu-hambeger:after {
  /*background: rgba(73, 119, 172, 0.8);*/
  *background: rgba(34, 30, 31, 0.8);
}
.menu-body .navs li.new:after {
  opacity: 1;
  opacity: 0;
}
.foot_caption ul li {
  margin-bottom: 5px;
}

.menu_tel {
  margin: 0;
  color: #fff;
  font-size: 26px!important;
}
.menu_tel i {
  font-size: 22px;
  margin-right: 7px;
}
.site-footer .infoes {
  /*background: #26385e;*/
  background: #221e1f;
  background: #131a28;
}
.site-footer .infoes .base.fixed {
  /*background: #26385e;*/
  background: #221e1f;
  background: #131a28;
}
.site-footer .contact {
  margin-top: 10px;
}
.footer_tel {
  margin: 0;
}
.footer_tel i {
  font-size: 30px;
  margin-right: 7px;
}
footer .ftrCompanyLink {
  margin-bottom: 0;
  padding: 5px 0;
}
.ftrCopy p {
  font-size: 12px;
}
.btn1 {
  background: linear-gradient(to right, #036, #06c, #036)!important;
  color: #fff!important;
  font-weight: bold;
}
.btn2 {
  background: linear-gradient(to right, #600, #c00, #600)!important;
  color: #fff!important;
  font-weight: bold;
}
.btn3 {
  background: #2aa7b8!important;
  color: #fff!important;
  font-weight: bold;
  font-size: 1.8rem!important;
}



/* /////////////////////// */
/* 新　ヘッダー部分 */
/* /////////////////////// */
header {
  height: 145px;
}
.pc_header {
  background: #221e1f;
  background: #131a28;
  position: fixed;
  width: 100%;
  height: 145px;
  top: 0;
  color: #fff;
}
.pcheader_title {
  padding-bottom: 20px;
  height: 100px;
  padding-top: 15px;
  position: relative;
}
.pcheader_title_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 70px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%,0%);
}
.pcheader_title_flex img {
  width: 60px;
}
.pcheader_title p {
  margin: 0;
  text-align: center;
  font-size: 3.5rem;
  line-height: 1.2;
}
.pcheader_title p span {
  font-size: 2rem;
}
.pcheader_sublinkarea {
  position: absolute;
  top: 15px;
  right: 15px;
}
.pcheader_sublinkarea ul {
  margin: 0;
  display: flex;
}
.pcheader_sublinkarea li {
  margin-left: 10px;
}
.pcheader_sublinkarea li a {
  color: #fff;
  font-size: 14px;
}

.pcheader_flex {
  display: flex;
  justify-content: space-between;
  margin: 0;
  height: 35px;
}
.pcheader_flex li {
  width: calc(100% / 7);
  text-align: center;
}
.pcheader_flex li a {
  color: #fff;
  display: inline-block; /* これがないとリンク範囲が全幅になる */
  position: relative; /* 相対位置指定 */
  text-decoration: none; /* デフォルトのテキストの下線を消す */
}
/* 下線のスタイル */
.pcheader_flex li a::after {
  background-color: #2aa7b8; /* 下線の色 */
  bottom: -4px; /* 要素の下端からの距離 */
  content: ""; /* 要素に内容を追加 */
  height: 2px; /* 下線の高さ */
  left: 0; /* 要素の左端からの距離 */
  position: absolute; /* 絶対位置指定 */
  transform: scale(0, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  transform-origin: left top; /* 変形の原点を左上に指定 */
  transition: transform .3s; /* 変形をアニメーション化 */
  width: 100%; /* 要素の幅 */
}
/* リンクにホバーした際の下線の表示 */
.pcheader_flex li a:hover::after {
  transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
}
.pcheader_link {
  display: flex;
  width: 100%;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: yellow;
  background: #2e3964;
  font-weight: bold;
}
.still_a {
  color: #666d87!important;
}
.still_a::after {
  display: none!important;
}

.site-footer .btns {
  margin-top: 20px;
  width: 120px;
  display: none; /* 非表示にしておく */
}
.site-footer .infoes {
  padding: 0;
  margin-bottom: 0;
}
.site-footer .links {
  display: flex;
  align-items: center;
  margin-top: 22px;
  display: none; /* 非表示にしておく */
}
.site-footer .links li:first-child {
  margin-bottom: 0;
  margin-right: 10px;
}
.site-footer .contact .businessHours {
  margin-left: 10px;
}
.site-footer .contact .number {
  padding-right: 0;
}

.inner {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.site-footer .contact {
  width: 470px;
  width: unset;
}


/* 下層ページタイトル */
#under_titleSec {
  margin-top: 145px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #221e1f;
  background: #131a28;
  color: #fff;
  text-align: center;
}
#under_titleSec .title {
  font-size: 3.8rem;
  line-height: 1.5;
}
#under_titleSec .title span {
  font-size: 1.6rem;
  display: block;
}


/* 新フッター 予告広告 */
.footer_yokoku {
  background: #2aa7b8;
  padding: 10px 0 20px;
}
.footer_yokoku h3 {
  color: #fff;
  font-size: 36px;
  text-align: center;
  margin: 0;
}
.footer_yokoku p {
  font-size: 10px;
  max-width: 950px;
  color: #fff;
  margin: 0 auto;
}
.footer_yokoku b {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  display: block;
  color: #fff;
}


/* 新フッター */
.footer_white {

}
.logo_block {
  display: block;
  margin: 40px auto;
  text-align: center;
  font-size: 10px;
  color: #000;
}
.logo_block p {
  margin: 0;
}
.logo_block .company {
  font-size: 12px;
}
.taihei_img {
  width: 270px;
  margin-bottom: 10px;
}
.logo_block .copy {
  margin: 30px 0;
}
.sponcer {
  width: 250px;
}


/* /////////////////////// */
/* サイズの小さいPC */
/* /////////////////////// */
@media screen and (max-width:1000px){
  .site-footer .links {
      justify-content: center;
  }
  .site-footer .infoes .btns {
      padding-bottom: 0; /* 来場予約表示させたら消す */
  }
  .site-footer .contact .number a {
    padding: 18px 0;
  }
  .inner {
    display: block;
  }
  .footer_tel {
    font-size: 2.5rem;
  }
  .footer_yokoku p {
    max-width: 754px;
  }
}
@media screen and (max-width:900px){
  .pcheader_title_flex {
    transform: translate(0%,0%);
    left: 15px;
  }
  .pcheader_flex li a {
    font-size: 12px;
  }
}


/* /////////////////////// */
/* レスポンシブ対応 */
/* /////////////////////// */
@media screen and (max-width:768px){
  .br_pc {
    display: none!important;
  }
  .br_sp {
    display: inline!important;
  }
  .pc_only_header {
    display: none!important;
  }
  .sp_only_header {
    display: block!important;
  }

  header {
    height: 200px;
  }
  .pc_header {
    height: 200px;
  }
  .pcheader_title_flex {
    width: 178px;
    transform: translate(-50%,0%);
    left: 50%;
  }
  .pcheader_title_flex img {
    width: 27px;
  }
  .pcheader_title {
    height: 80px;
    padding-top: 10px;
  }
  .pcheader_title p {
    font-size: 2.5rem;
  }
  .pcheader_title p span {
    font-size: 1.2rem;
  }
  .pcheader_link {
    font-size: 18px;
    height: 40px;
  }
  .pcheader_flex {
    height: 106px;
    flex-wrap: wrap;
  }
  .pcheader_flex li {
    width: calc(100% / 3);
  }
  .sizeall {
    width: 100%!important;
  }
  .pcheader_sublinkarea {
      display: none;
  }

  #under_titleSec {
    margin-top: 200px;
  }

  .footer_yokoku h3 {
    font-size: 2.3rem;
  }
  .footer_yokoku p {
    width: calc(100% - 30px);
  }
}