/* フロートサイドメニュー
--------------------------- */
/* サイトの一番上に戻る */
.pageup {
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 99;
  margin-bottom: 0;
}
.pageup a {
  display: block;
  width: 50px;
  height: 110px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}
.pageup a::before {
  content: " ";
  display: block;
  width: 1px;
  height: 108px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
}
.pageup a::after {
  content: " ";
  display: block;
  width: 1px;
  height: 21px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: calc(50% - 6px);
  transform: rotate(35deg);
}
.pageup a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media screen and (max-width: 767px) {
  .pageup, .pageup a {
    display: none; /*非表示 */
  }
}
/************************
side-navi
*************************/
/* サイドメニュー */
.side-navi-wrap {
  display: none;
  position: fixed;
  right: 0;
  bottom: 50%;
  z-index: 500;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  transform: translateY(+50%);
}
.side-navi-wrap .side-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0 54px;
  transition: 0.4s ease;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .side-navi-wrap {
    display: block;
  }
}
/*side-event=======================*/
.side-navi-wrap a {
  text-decoration: none;
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-end;
  color: #ffffff;
}
a .side-normal {
  position: relative;
  display: block;
  width: 50px;
  height: 180px;
  padding: 45px 12px 0 0px;
  letter-spacing: 0.2em;
  font-size: 1.0rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: 0.5s ease-in-out;
}
a .side-normal:hover {
  width: 240px;
}
a .side-normal::before {
  content: '';
  position: absolute;
}
a .side-normal .sn-text {
  position: absolute;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  text-align: left;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  top: 45px;
  right: 50px;
  width: 170px;
  height: 130px;
  opacity: 0.0;
  filter: alpha(opacity=0);
  transition: 0.8s ease-in-out;
}
a .side-normal .sn-text span {
  margin-top: 2rem;
  font-family: 'Cinzel', serif;
  font-size: 1.4rem;
  display: block;
  line-height: 1;
  position: relative;
  padding-left: 12px;
}
a .side-normal .sn-text span::before {
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
a:hover .side-normal .sn-text {
  opacity: 1.0;
  filter: alpha(opacity=0);
  position: absolute;
}
a .side-normal.is-shiryo2 {
  background: linear-gradient(90deg, #fbfdff, #e0f0f6);
  border-top: 1px solid #fbfdff;
  border-bottom: 1px solid #fbfdff;
  border-left: 1px solid #fbfdff;
}
.side-navi-wrap a.side-navi1 {
  color: #000000;
}
a.side-navi1 .side-normal .sn-text span::before {
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
}
a .side-normal.is-shiryo {
  background: linear-gradient(-30deg, #50949d 0%, #0b5c82 100%);
  border-top: none;
  border-bottom: none;
  border-left: none;
}
a .side-normal.is-soudan {
  background: linear-gradient(-30deg, #bb570a 0%, #ac3311 100%);
  border-top: none;
  border-bottom: none;
  border-left: none;
}
a .side-normal.is-shiryo:hover {
  background-color: #0b5c82;
}
a .side-normal.is-shiryo2:hover {
  background-color: #fbfdff;
}
a .side-normal.is-soudan:hover {
  background-color: #ac3311;
}
a .side-normal.is-shiryo::before {
  content: '\f086';
  font-family: "Font Awesome 5 free";
  top: 22px;
  font-size: 1rem;
  font-weight: bold;
}
a .side-normal.is-shiryo2::before {
  content: '\f02d';
  font-family: "Font Awesome 5 free";
  top: 22px;
  font-size: 1rem;
  font-weight: bold;
}
a .side-normal.is-soudan::before {
  content: '\f02e';
  font-family: "Font Awesome 5 free";
  top: 22px;
  font-size: 1rem;
  font-weight: bold;
}
.grecaptcha-badge {
  opacity: 0.0;
  filter: alpha(opacity=0);
}
/* fotter 固定メニュー
----------------------------------------------------------------------------------------------------*/
ul.footer_menu {
  width: 100%;
  overflow: hidden;
  display: flex;
  margin: 0;
  padding: 0;
}
ul.footer_menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.8rem;
  width: 33.3333%;
}
ul.footer_menu li a i {
  font-size: 1rem;
}
ul.footer_menu li a img {
  width: 1.3rem;
  height: auto;
}
ul.footer_menu li a {
  display: block;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  padding: 0.4rem;
  line-height: 2;
}
.f-event {
  background-color: #3f434e;
}
.f-siryo {
  background-color: #3f434e;
  border-right: 1px #fbfdff solid;
  border-left: 1px #fbfdff solid;
}
.f-tel {
  background-color: #3f434e;
}
.footer_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (min-width: 576px) {
  ul.footer_menu {
    display: none;
  }
}
/* Footer
----------------------------------------------------------------------------------------------------*/
#footer {
  width: 100%;
  position: relative;
  clear: both;
  display: block;
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#footer p {
  font-family: 'Noto Serif JP', serif;
}
.foot_logo {
  max-width: 200px;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.5rem;
}
.foot_logo + p {
  margin-bottom: 0;
}
.foot_tel {
  font-size: 0.8rem;
  margin-bottom: 2rem;
}
.foot_tel span {
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  display: block;
  line-height: 1.4;
}
.foot_copy {
  font-family: 'Cinzel', serif;
  font-size: 0.8rem;
  padding-top: 2rem;
}
@media screen and (min-width: 992px) {
  #footer {
    padding-top: 9rem;
  }
  .foot_logo {
    margin-bottom: 2.8rem;
  }
  .foot_tel {
    margin-bottom: 2.6rem;
  }
  .foot_copy {
    padding-top: 4.5rem;
  }
}