@charset "UTF-8";

body {
  font-size: 1rem;
  background: #f5f5f5;
  font-family: "Sawarabi Mincho", serif;
  min-width: 1100px;
}
.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
}

.loading_inner {
  height: 100vh;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.loading_inner span {
  display: block;
  font-size: 2rem;
  letter-spacing: 0px;
  font-family: "Prata", serif;
  width: 200px;
  margin: 0 auto;
  color: #002d47;
}
header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  min-width: 1100px;
  z-index: 99999;
}

h1.header_logo {
  color: #fff;
  padding: 30px;
  font-family: "Prata", serif;
  width: max-content;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 99999;
}

h1.header_logo a {
  color: #fff;
}

.bg_change {
  padding: 16px 30px !important;
  background: #fff;
  color: #002d47 !important;
  box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}

a.float_banner {
  display: block;
  position: fixed;
  right: 0;
  top: 50%;
  font-family: serif;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  margin-top: -100px;
  padding: 30px 20px;
  background: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 99999;
}
h1.header_logo a img {
  width: 150px;
  height: auto;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  body {
    font-size: 1rem;
    background: #f5f5f5;
    font-family: "Sawarabi Mincho", serif;
    min-width: inherit;
  }

  header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    min-width: inherit;
  }

  h1.header_logo {
    color: #fff;
    padding: 30px;
    font-family: "Prata", serif;
    width: max-content;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }

  .bg_change {
    padding: 16px 30px !important;
    background: none;
    color: #002d47 !important;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
  }

  a.float_banner {
    display: none;
    position: fixed;
    right: 0;
    width: max-content;
    top: 0;
    font-family: serif;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    margin-top: 0;
    padding: 6px 12px;
    background: #fff;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
}
