@media (max-width: 768px) {
  html {
    font-size: 1.3vw;
  }
}
header {
  background: transparent;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  color: #fff;
  transition: all 0.3s;
  left: 0;
}
header.fixed {
  color: #000;
  background: rgb(255, 255, 255);
  filter: drop-shadow(0px 0px 1rem rgba(0, 0, 0, 0.48));
}
header.fixed .head_logo {
  top: 2rem;
  padding-top: 1rem;
  background: #fff;
  transition-delay: 0.3s;
}
header.fixed .head_logo .logo svg .cls-1 {
  fill: #0d3882;
}
header.fixed ul.nav-sitemap li a {
  padding: 2.5rem 0;
  transition: all 0.3s;
}

header .head_logo {
  position: absolute;
  top: -0.5rem;
  right: 0rem;
  transition: all 0.3s;
  width: 15%;
  max-width: 13rem;
  padding: 2rem 1rem 1rem;
}

header .head_logo a {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

header .head_logo a span.logo {
  width: 100%;
}

header .head_logo .logo svg .cls-1 {
  fill: #fff;
  transition: all 0.3s;
}

header .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  transition: all 0.3s;
  width: 100%;
  max-width: 110rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}

header .head_logo.on {
  top: 2rem;
  padding-top: 1rem;
  background: #fff;
}

header .head_logo.on svg .cls-1 {
  fill: #0d3882;
}

#g-nav {
  max-width: 80%;
}

#g-nav ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

#g-nav ul li + li {
  margin-left: 2.5em;
}

.gnav-inner ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: all 300ms;
}

.gnav-inner ul li a:hover::after {
  height: 0.6rem;
  background: #173a8a;
}

ul.nav-sitemap li {
  height: auto;
  display: flex;
}
ul.nav-sitemap li a {
  display: inline-block;
  font-size: 1.5rem;
  position: relative;
  height: auto;
  padding: 2.5rem 0;
  align-content: center;
}
ul.nav-sitemap li a::after {
  height: 0;
  background: #173a8a;
  bottom: 0;
}

#sp-menu {
  display: none;
}

#sp-menu-block {
  display: none;
}

.footer {
  font-size: 10px;
  /*=============================footinformation*/
}
.footer .inner {
  width: 100%;
  max-width: 110rem;
  padding: 0 2rem;
  margin: 0 auto;
}
.footer .foot-info-block {
  margin-top: 10rem;
}
.footer section.foot-nav-block + .foot-info-block {
  margin-top: 0;
}
.footer .copy {
  background: #000;
  color: #fff;
  padding: 1.4em 0 2em;
}
.footer .copy .inner {
  text-align: center;
  font-size: 1.2em;
  border-top: 1px solid #525252;
  padding-top: 1.24em;
}
.footer .foot-nav-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 120px;
}
.footer .foot-nav-block > div {
  width: 25%;
  overflow: hidden;
}
.footer .foot-nav-block > div a {
  display: block;
}
.footer .foot-nav-block > div p.tag {
  color: #fff;
  position: absolute;
  left: 1em;
  bottom: 1em;
  z-index: 1;
}
.footer .foot-nav-block > div p.img {
  overflow: hidden;
}
.footer .foot-nav-block > div a p.img img {
  width: 100%;
  transition: transform 0.5s linear 0s;
}
.footer .foot-nav-block > div a:hover p.img img {
  transform: scale(1.2);
  display: block;
}
.footer .foot-gmap-cat {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.footer .foot-gmap-cat iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.footer .foot-info-block {
  background: #000;
  color: #fff;
  padding: 50px 0;
}
.footer .foot-info-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .foot-logo {
  width: 100%;
  margin-bottom: 30px;
}
.footer .foot-logo p.logo {
  max-width: 120px;
}
.footer .foot-link-box {
  width: 60%;
}
.footer .foot-link-box p.logo {
  width: 130px;
  max-width: 30%;
}
.footer .foot-gmap-box {
  width: 34%;
}
.footer ul.foot-menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 0 25px;
  font-size: 1.3em;
}
.footer .foot-bnr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.footer .foot-bnr a,
.footer .foot-bnr p {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid;
  width: 48.5%;
  padding: 0.75em 0;
  font-size: 1.5em;
}
.footer .foot-sns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  margin-top: 1em;
}
.footer .foot-sns a {
  display: block;
  width: 3em;
}
.footer .foot-sns a img {
  width: 100%;
}
.footer .foot-sns a + a {
  margin-left: 0.85em;
  width: 12em;
}
.footer .foot-sns .other-link {
  margin-left: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 0.88em;
}
.footer .foot-sns .other-link p.inttl {
  padding-right: 1em;
}
.footer .foot-sns .other-link p.inlist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .foot-sns .other-link a {
  width: auto;
  display: block;
  padding-left: 1em;
}
.footer .foot-sns .other-link a::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px 0 5px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer footer {
  background: #000;
  color: #fff;
  padding: 1em 0 2em;
}
.footer footer p.copy {
  text-align: center;
  font-size: 0.8em;
  border-top: 1px solid #525252;
  padding-top: 1.24em;
}

@media screen and (max-width: 769px) {
  header .head_logo {
    top: -0.5rem;
    right: 0rem;
    width: 30vw;
    transition: all 0.3s;
    max-width: 15rem;
    padding: 9px 10px !important;
  }
}
@media screen and (max-width: 769px) and (max-width: 375px) {
  header .head_logo {
    max-width: 23rem;
  }
}
@media screen and (max-width: 769px) {
  #g-nav {
    display: none;
  }
  #sp-menu {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    margin: 0 auto;
    width: 12vw;
    height: 12vw;
    cursor: pointer;
    text-align: center;
    z-index: 999;
    background: rgba(255, 255, 255, 0);
  }
  #sp-menu.fixed {
    mix-blend-mode: difference;
  }
  #sp-menu span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 12px;
    transition: all 0.3s;
    transform-origin: 50% 50%;
  }
  #sp-menu span:nth-child(1) {
    top: 15px;
  }
  #sp-menu span:nth-child(2) {
    top: 23px;
  }
  #sp-menu span:nth-child(3) {
    top: 31px;
  }
  #sp-menu.open span:nth-child(1) {
    top: 23px;
    transform: rotate(45deg);
  }
  #sp-menu.open span:nth-child(3) {
    top: 23px;
    transform: rotate(-45deg);
  }
  #sp-menu.open span:nth-child(2) {
    opacity: 0;
  }
  #sp-menu-block {
    position: fixed !important;
    width: 70vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    left: -100vw;
    top: 0;
    display: block;
    overflow: auto;
    z-index: 980;
    transition: all ease-in 0.3s;
  }
  #sp-menu-block.slide {
    left: 0;
  }
  #sp-menu-block-inner {
    padding: 8vh 2.5vw 5vh;
    height: 100%;
    overflow-y: scroll;
    font-size: 2.8rem;
    color: white;
  }
  #sp-menu-block ul.sp-nav-list li {
    display: flex;
    flex-wrap: wrap;
    padding: 1.5em 0;
  }
  #sp-menu-block ul.sp-nav-list li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  #sp-menu-block .sp-nav-other p.inlist {
    padding: 0.5em 0.8em;
  }
  #sp-menu-block .sp-nav-other p.inlist a {
    position: relative;
    padding-left: 0.8em;
  }
  #sp-menu-block .sp-nav-other p.inlist a::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #sp-menu-block.side {
    left: 0;
  }
  .footer .foot-link-box {
    width: 100%;
  }
  .footer ul.foot-menu {
    display: none;
  }
  .footer .foot-bnr {
    margin-top: 5vw;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .footer .foot-bnr a,
  .footer .foot-bnr p {
    width: 100%;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 769px) and (max-width: 768px) {
  .footer .foot-bnr a,
  .footer .foot-bnr p {
    padding: 0.75em;
  }
  .footer .foot-bnr a img,
  .footer .foot-bnr p img {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .footer .foot-sns {
    justify-content: flex-end;
    margin-top: 2.8rem;
  }
  .footer .foot-sns a {
    width: 5.7rem;
  }
  .footer .foot-sns a + a {
    width: 22.7rem;
    margin-left: 2.4rem;
  }
  .footer .foot-gmap-box {
    width: 100%;
    margin-top: 5vw;
    padding: 2.8rem;
  }
  .footer .copy {
    font-size: 2.2rem;
  }
}
.under-key {
  height: 340px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #000;
}

.under-key.contact {
  background-image: url("../../img/yotsuyalotus/key-rental.jpg");
}

.under-key h2 {
  font-size: 5rem;
  color: #fff;
}

@media (max-width: 768px) {
  .under-key {
    height: 70vw;
  }
}/*# sourceMappingURL=style.css.map */