/* compileNested: ./$1.css*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*--------------------------------------------------------------
# Setting
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html {
  background: #fff; }
  html body {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    box-sizing: border-box; }
    html body img {
      max-width: 100%; }
    html body iframe {
      max-width: 100%; }
    html body a {
      color: #004482; }
      html body a:hover {
        color: #1b77ca;
        transition: 0.2s; }
        html body a:hover img {
          opacity: 0.9; }
    html body input.btn {
      border: none;
      cursor: pointer; }
    html body input[type="text"], html body input[type="number"], html body input[type="email"], html body input[type="tel"] {
      max-width: 100%;
      font-size: 1rem;
      padding: 5px; }
    html body input.width100 {
      max-width: 97%;
      width: 97%; }
    html body select {
      font-size: 1rem; }
      html body select option {
        font-size: 1rem; }
    html body textarea {
      width: 100%;
      max-width: 100%;
      font-size: 1rem;
      padding: 5px; }
    html body .btn {
      display: inline-block;
      background: #004482 url(./images/icon-arrow-w.svg) 95% center no-repeat;
      background-size: 20px;
      padding: 1rem 3rem 1rem 2rem;
      font-size: 1.2rem;
      color: #fff;
      font-weight: 500;
      border-radius: 5px;
      text-decoration: none;
      margin: 0 auto; }
      html body .btn:hover {
        color: #fff;
        background-color: #1b77ca; }
      html body .btn.btn-monthly {
        background-color: #ffc600;
        color: #000; }
        html body .btn.btn-monthly:hover {
          color: #000;
          background-color: #ffd133; }
      html body .btn.btn-shortstay {
        background-color: #5dd8ef;
        color: #000; }
        html body .btn.btn-shortstay:hover {
          color: #000;
          background-color: #8be3f4; }
      html body .btn.btn-corporate {
        background-color: #bb2201; }
        html body .btn.btn-corporate:hover {
          background-color: #ee2b01; }
      html body .btn.btn-gray {
        background-color: #e6e6e6;
        color: #000; }
        html body .btn.btn-gray:hover {
          color: #000;
          background-color: #d5d5d5; }
    html body .nav-list {
      margin: 1rem 0; }
      html body .nav-list .nav-item a {
        display: block;
        background: url(./images/icon-arrow-w.svg) left center no-repeat;
        background-size: 18px;
        padding: 0.2rem 0.5rem 0.2rem 25px; }
    @media screen and (max-width: 767px) {
      html body .pc-only {
        display: none !important; } }
    @media screen and (min-width: 768px) {
      html body .sp-only {
        display: none !important; } }

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #site-header .header-content {
    width: 96%;
    padding: 0 55px 0 0;
    margin: 0 auto;
    box-sizing: border-box; } }

@media screen and (min-width: 768px) {
  #site-header .header-content {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto; } }

#site-footer .footer-content {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#site-header .header-content {
  display: flex;
  justify-content: space-between; }
  #site-header .header-content .site-branding {
    position: relative;
    z-index: 1001; }
    #site-header .header-content .site-branding.off {
      z-index: 100; }
    #site-header .header-content .site-branding .logo {
      width: 200px; }
  #site-header .header-content .header-sp-icon {
    display: flex;
    justify-content: flex-start; }
    #site-header .header-content .header-sp-icon a {
      display: block;
      width: 45px;
      height: 45px;
      background: #004482;
      margin: 0 auto;
      text-align: center;
      padding: 10px 0 0 0;
      box-sizing: border-box;
      border-radius: 5px; }
      #site-header .header-content .header-sp-icon a img {
        width: 30px; }
      #site-header .header-content .header-sp-icon a:hover {
        background: #1b77ca;
        transition: 0.2s; }
    #site-header .header-content .header-sp-icon .header-contact-tel {
      margin: 5px 0; }
      #site-header .header-content .header-sp-icon .header-contact-tel a {
        padding: 7px 0 0 0; }
    #site-header .header-content .header-sp-icon .header-contact-mail {
      margin: 5px 0 5px 5px; }
      #site-header .header-content .header-sp-icon .header-contact-mail a {
        padding: 12px 0 0 0; }

#site-header .header-contact {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }
  #site-header .header-contact .header-contact-wrapper {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    max-width: 98%;
    display: flex;
    justify-content: flex-end; }
    #site-header .header-contact .header-contact-wrapper .header-contact-tel {
      display: none; }
    #site-header .header-contact .header-contact-wrapper .header-contact-mail {
      display: none; }

@media screen and (min-width: 768px) {
  #site-header .header-content {
    padding: 0 0 1rem 0; }
    #site-header .header-content .site-branding .logo {
      width: 280px; }
    #site-header .header-content .header-sp-icon {
      display: none; }
  #site-header .header-contact .header-contact-wrapper .header-contact-content {
    background: url(./images/bg-gray.png) center center no-repeat;
    padding: 0.5rem;
    border-radius: 0 0 5px 5px;
    display: flex;
    justify-content: flex-end; }
    #site-header .header-contact .header-contact-wrapper .header-contact-content .header-contact-tel {
      display: block;
      background: url(./images/icon-tel.svg) 5px center no-repeat;
      background-size: 35px;
      padding: 0 5px 0 45px; }
      #site-header .header-contact .header-contact-wrapper .header-contact-content .header-contact-tel .tel-text {
        font-size: 0.8rem;
        margin-bottom: 0.3rem; }
      #site-header .header-contact .header-contact-wrapper .header-contact-content .header-contact-tel .tel-link a {
        font-size: 1.6rem;
        font-weight: 700;
        text-decoration: none;
        line-height: 1; }
    #site-header .header-contact .header-contact-wrapper .header-contact-content .header-contact-mail {
      display: block; }
      #site-header .header-contact .header-contact-wrapper .header-contact-content .header-contact-mail a {
        display: block;
        width: 60px;
        height: 55px;
        background: #004482;
        margin: 0 0.5rem;
        text-align: center;
        padding: 15px 0 0 0;
        box-sizing: border-box;
        border-radius: 5px; }
        #site-header .header-contact .header-contact-wrapper .header-contact-content .header-contact-mail a img {
          width: 35px; }
        #site-header .header-contact .header-contact-wrapper .header-contact-content .header-contact-mail a:hover {
          background: #1b77ca;
          transition: 0.2s; } }

/*--------------------------------------------------------------
# Navgation
--------------------------------------------------------------*/
.header-nav .nav-icon {
  width: 55px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer; }
  .header-nav .nav-icon.on .nav-icon-line {
    display: block;
    background: #004482;
    width: 100%;
    height: 5px;
    margin: 10px auto; }
  .header-nav .nav-icon.on .nav-icon-top {
    margin-top: 0; }
  .header-nav .nav-icon.on .nav-icon-bottom {
    margin-bottom: 0; }
  .header-nav .nav-icon.on:hover .nav-icon-line {
    background: #1b77ca;
    transition: 0.2s; }
  .header-nav .nav-icon.close {
    position: relative;
    z-index: 1100; }
    .header-nav .nav-icon.close .nav-icon-line {
      display: block;
      background: #fff;
      width: 100%;
      height: 5px;
      margin: 10px auto; }
    .header-nav .nav-icon.close .nav-icon-top {
      rotate: 40deg;
      position: relative;
      top: 7px;
      transition: 0.2s; }
    .header-nav .nav-icon.close .nav-icon-middle {
      display: none; }
    .header-nav .nav-icon.close .nav-icon-bottom {
      rotate: -40deg;
      position: relative;
      top: -8px;
      transition: 0.2s; }

.header-nav .nav-content {
  display: none; }
  .header-nav .nav-content.on {
    display: block;
    position: absolute;
    width: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 68, 130, 0.95);
    color: #fff;
    padding-top: 80px; }
    .header-nav .nav-content.on a {
      color: #fff; }
      .header-nav .nav-content.on a:hover {
        text-decoration: none; }
  .header-nav .nav-content .nav-content-wrapper {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    max-width: 90%; }
    .header-nav .nav-content .nav-content-wrapper .ttl-monthly {
      color: #ffc600;
      font-weight: 500; }
    .header-nav .nav-content .nav-content-wrapper .ttl-shortstay {
      color: #5dd8ef;
      font-weight: 500; }
    .header-nav .nav-content .nav-content-wrapper .nav-list {
      padding: 10px;
      border-bottom: 1px solid #fff; }
    .header-nav .nav-content .nav-content-wrapper .btn-home {
      margin: 1rem auto 0 auto; }
      .header-nav .nav-content .nav-content-wrapper .btn-home .btn-corporate {
        font-size: 1rem;
        padding: 0.5rem 2.5rem 0.5rem 1rem; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#site-footer {
  background: #333333;
  color: #fff;
  padding: 2rem; }
  #site-footer a {
    color: #fff; }
    #site-footer a:hover {
      color: #fff;
      text-decoration: none; }
  #site-footer .footer-content .footer-box {
    padding: 1rem; }
  #site-footer .footer-content .footer-company .logo {
    margin-bottom: 0.5rem; }
  #site-footer .footer-content .footer-company .address {
    margin-bottom: 0.5rem; }
  #site-footer .footer-content .footer-monthly .ttl-monthly {
    color: #ffc600;
    font-weight: 500;
    text-align: center; }
    #site-footer .footer-content .footer-monthly .ttl-monthly .icon {
      padding-right: 5px; }
  #site-footer .footer-content .footer-shortstay .ttl-shortstay {
    color: #5dd8ef;
    font-weight: 500;
    text-align: center; }
    #site-footer .footer-content .footer-shortstay .ttl-shortstay .icon {
      padding-right: 5px; }
  #site-footer .footer-content .footer-contact a.btn-corporate {
    padding: 0.5rem 3rem 0.5rem 1rem;
    font-size: 1.1rem; }
  @media screen and (min-width: 768px) {
    #site-footer .footer-content {
      display: flex;
      justify-content: space-between; }
      #site-footer .footer-content .footer-box {
        width: 25%;
        border-right: 1px solid #fff; }
        #site-footer .footer-content .footer-box:last-child {
          border: none; } }
  @media screen and (max-width: 767px) {
    #site-footer .footer-content {
      padding-bottom: 50px; }
      #site-footer .footer-content .footer-box {
        border-bottom: 1px solid #fff; }
        #site-footer .footer-content .footer-box:last-child {
          border: none; } }

#sp-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 900;
  background: url(./images/bg-gray.png) center center;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-top: 1px solid #999; }
  #sp-nav .nav-item {
    width: 25%;
    border-right: 1px solid #999; }
    #sp-nav .nav-item:last-child {
      border: none; }
    #sp-nav .nav-item a {
      display: block;
      color: #000;
      text-decoration: none;
      text-align: center;
      font-size: 12px;
      padding: 10px 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      #sp-nav .nav-item a .icon img {
        width: auto;
        height: 25px; }
    #sp-nav .nav-item.nav-item-monthly {
      background: url(./images/bg-orange.png) center center; }
    #sp-nav .nav-item.nav-item-shortstay {
      background: url(./images/bg-blue.png) center center; }

#pagetop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 900; }
  #pagetop img {
    width: 40px; }
  @media screen and (max-width: 767px) {
    #pagetop {
      bottom: 75px; } }
