/* 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; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.cat-header {
  width: 100%;
  text-align: center;
  padding: 2rem 0; }
  .cat-header .cat-ttl {
    font-size: 1rem;
    font-weight: 700; }
    .cat-header .cat-ttl .icon {
      display: block;
      margin: 0 auto; }
  .cat-header.monthly-header {
    background: #ffc600; }
  .cat-header.shortstay-header {
    background: #5dd8ef; }

.main-content {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  max-width: 96%;
  margin-bottom: 4rem; }
  .main-content .breadcrumb {
    margin: 0.5rem 0 1rem 0;
    font-size: 0.8rem; }
    .main-content .breadcrumb ul {
      display: flex;
      justify-content: flex-start; }
      .main-content .breadcrumb ul li {
        padding-right: 5px; }

.page-header {
  margin: 2rem auto 4rem auto;
  text-align: center; }
  .page-header .page-ttl {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    padding: 0.5rem 0;
    border-bottom: 3px solid #ffc600; }
    .page-header .page-ttl .icon {
      display: block;
      margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .page-header .page-ttl {
        font-size: 1.6rem; } }

.page-content h2 {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.5rem 0; }
  @media screen and (max-width: 767px) {
    .page-content h2 {
      font-size: 1.4rem; } }

.page-content h3 {
  background: #9DE8E9;
  border-radius: 5px;
  padding: 0.5rem;
  margin: 1rem auto;
  font-size: 1.3rem;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .page-content h3 {
      font-size: 1.2rem; } }

.page-content .color-red {
  color: #ff0000; }

.page-content .text-small {
  font-size: 0.9em; }

.pagenation {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  margin: 2rem auto; }
  .pagenation .pagenation-list {
    display: flex;
    justify-content: center;
    align-items: center; }
    .pagenation .pagenation-list a {
      text-decoration: none;
      color: #000; }
    .pagenation .pagenation-list .prev a, .pagenation .pagenation-list .next a {
      display: block;
      padding: 5px 10px;
      margin: 0 0.3rem; }
      .pagenation .pagenation-list .prev a:hover, .pagenation .pagenation-list .next a:hover {
        color: #004482; }
    .pagenation .pagenation-list .num a {
      display: block;
      padding: 5px 10px;
      margin: 0 0.3rem;
      background: #e6e6e6;
      border: 2px solid #e6e6e6; }
      .pagenation .pagenation-list .num a:hover {
        background-color: #cdcdcd;
        border-color: #cdcdcd; }
    .pagenation .pagenation-list .num .current {
      display: block;
      padding: 5px 10px;
      margin: 0 0.3rem;
      border: 2px solid #cdcdcd; }

/*--------------------------------------------------------------
# Parts - Price table
--------------------------------------------------------------*/
.price-table {
  margin: 0 auto 2rem auto; }
  .price-table table {
    width: 100%;
    border-top: 1px solid #999;
    border-left: 1px solid #999; }
    .price-table table th, .price-table table td {
      padding: 0.5rem;
      border-bottom: 1px solid #999;
      border-right: 1px solid #999; }
    .price-table table th {
      font-weight: 700;
      text-align: center; }
    .price-table table thead th {
      background: #ffc600; }
    .price-table table tbody th {
      background: #fff2c7; }
    .price-table table tbody td {
      text-align: right; }
  @media screen and (min-width: 768px) {
    .price-table table tbody th {
      width: 25%; } }
  @media screen and (max-width: 767px) {
    .price-table table th, .price-table table td {
      display: block; }
    .price-table table tbody td {
      text-align: center; } }

.price-simulation-note {
  font-size: 0.8rem;
  margin: 0.5rem 0; }

.price-simulation {
  margin: 0 auto 2rem auto;
  border: 5px solid #fff2c7;
  padding: 2rem;
  text-align: center; }
  .price-simulation .simulation-ttl {
    margin: 0 auto 1rem auto;
    font-size: 1.1rem; }
  .price-simulation .simulation-item {
    display: flex;
    justify-content: center;
    width: 400px;
    max-width: 100%;
    margin: 0 auto; }
    .price-simulation .simulation-item .item-ttl {
      width: 49%;
      margin: 0 1% 0 0;
      text-align: right; }
    .price-simulation .simulation-item .item-price {
      width: 49%;
      margin: 0 0 0 1%;
      text-align: left; }
  .price-simulation .simulation-sum-item {
    display: flex;
    justify-content: center;
    width: 400px;
    max-width: 100%;
    margin: 0.5rem auto;
    padding: 0.5rem 0;
    border-top: 1px solid #999;
    color: #ff0000;
    font-weight: 700;
    font-size: 1.1rem; }
    .price-simulation .simulation-sum-item .item-ttl {
      width: 49%;
      margin: 0 1% 0 0;
      text-align: right; }
    .price-simulation .simulation-sum-item .item-price {
      width: 49%;
      margin: 0 0 0 1%;
      text-align: left; }
  .price-simulation .simulation-memo {
    font-size: 0.8rem; }

/*--------------------------------------------------------------
# Parts - Sreach Area
--------------------------------------------------------------*/
.search-area-map {
  margin: 0 auto 2rem auto; }

.search-area-ttl {
  text-align: center;
  margin: 2rem auto 1rem auto; }

.search-area-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap; }
  .search-area-list .list-item {
    width: 49%;
    margin: 0.5%; }
    .search-area-list .list-item a {
      display: block;
      background: #fff url(../images/icon-arrow-y.svg) 95% center no-repeat;
      background-size: 20px;
      border: 3px solid #ffc600;
      border-radius: 5px;
      padding: 0.5rem 20px 0.5rem 0.5rem;
      color: #000;
      text-decoration: none; }
      .search-area-list .list-item a:hover {
        background-color: #fff2c7;
        transition: 0.2s; }
      .search-area-list .list-item a .btn-area-ttl {
        font-size: 1.2rem;
        margin: 0 0 0.3rem 0; }
        .search-area-list .list-item a .btn-area-ttl .ttl-small {
          font-size: 0.8rem;
          padding-left: 5px; }
      .search-area-list .list-item a .btn-area-txt {
        display: block;
        font-size: 0.8rem;
        line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .search-area-list .list-item .btn-area-ttl .ttl-small {
      display: none; } }
  @media screen and (min-width: 768px) {
    .search-area-list .list-item {
      width: 24%;
      margin: 0 1% 1% 0; }
      .search-area-list .list-item:last-child {
        margin: 0 0 1% 0; } }

/*--------------------------------------------------------------
# Parts - About-monthly-information
--------------------------------------------------------------*/
.about-monthly-information {
  background: #fff2c7;
  margin: 6rem auto 3rem auto;
  padding: 2rem 1rem;
  position: relative;
  padding-left: 120px; }
  .about-monthly-information .information-illust {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 100px; }
  .about-monthly-information .information-header {
    margin: 0 auto 1rem auto;
    text-align: center; }
    .about-monthly-information .information-header .information-ttl {
      display: inline-block;
      font-size: 1.4rem;
      font-weight: 700;
      padding: 0.3rem 0;
      margin: 0 auto;
      border-bottom: 3px solid #ffc600; }

/*--------------------------------------------------------------
# Parts - About-shortstay-information
--------------------------------------------------------------*/
.about-shortstay-information {
  background: #EAEAFE;
  margin: 6rem auto 3rem auto;
  padding: 2rem 1rem;
  position: relative;
  padding-left: 120px; }
  .about-shortstay-information .information-illust {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 100px; }
  .about-shortstay-information .information-header {
    margin: 0 auto 1rem auto;
    text-align: center; }
    .about-shortstay-information .information-header .information-ttl {
      display: inline-block;
      font-size: 1.4rem;
      font-weight: 700;
      padding: 0.3rem 0;
      margin: 0 auto;
      border-bottom: 3px solid #7AE1E2; }
      
/*--------------------------------------------------------------
# Parts - calendar
--------------------------------------------------------------*/
.calendar-wrap {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  @media (max-width: 768px) {
    .calendar-wrap {
      display: flex;
      flex-direction: column; } }

.calendar-header .calendar-ttl {
  font-size: 1.2rem;
  margin: 1rem auto 1rem auto;
  font-weight: bold; }

.calendar {
  width: 100%;
  border-collapse: collapse;
  background: #fff; }
  .calendar th, .calendar td {
    border: 1px solid #000;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: bold; }
  .calendar th {
    padding: 6px 10px;
    width: 14%; }
  .calendar td .reservation {
    min-height: 1rem;
    min-height: 1.4rem; }
  @media (max-width: 768px) {
    .calendar th,
    .calendar td {
      padding: 6px;
      font-size: 12px; }
    .calendar th {
      padding: 3px 6px; } }
  .calendar .sun {
    color: #e17f7e;
    background-color: #f8e4e2; }
  .calendar .sat {
    color: #7ab6f3;
    background-color: #e7f6fd; }
  .calendar .mute {
    color: #e6e6e6; }
  .calendar .today {
    background-color: #cdf6fe; }
  .calendar .off {
    background-color: #f3f3f3;
    color: #b3b3b3; }

/*--------------------------------------------------------------
# Parts - About-monthly-Link
--------------------------------------------------------------*/
.about-monthly-link .monthly-link-conetnt {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch; }
  .about-monthly-link .monthly-link-conetnt .monthly-link-item {
    margin: 1%; }
    .about-monthly-link .monthly-link-conetnt .monthly-link-item a {
      display: block;
      margin: auto;
      background: #ffc600;
      width: 100px;
      height: 100px;
      color: #000;
      text-decoration: none;
      text-align: center;
      border-radius: 5px;
      padding: 15% 10px 0 10px;
      box-sizing: border-box; }
      .about-monthly-link .monthly-link-conetnt .monthly-link-item a .icon {
        display: block;
        width: 40px;
        margin: 0 auto 0.5rem auto; }
      .about-monthly-link .monthly-link-conetnt .monthly-link-item a:hover {
        background-color: #ffd133; }

/*--------------------------------------------------------------
# List - Monthly
--------------------------------------------------------------*/
.search-osusume-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin: 2rem auto;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .search-osusume-ttl {
      font-size: 1.4rem; } }

.monthly-estate-item {
  background: #fff;
  width: 48%;
  margin: 0 0.5% 1% 0.5%; }
  .monthly-estate-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #000;
    text-decoration: none; }
    .monthly-estate-item a:hover {
      color: #000; }
      .monthly-estate-item a:hover .link {
        background-color: #ffd133;
        transition: 0.2s; }
  .monthly-estate-item .item-img {
    width: 100%;
    height: 140px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .monthly-estate-item .item-img img {
      width: 100%; }
  .monthly-estate-item .item-txt {
    flex-grow: 1;
    padding: 0.5rem; }
    .monthly-estate-item .item-txt .ttl {
      margin-bottom: 5px; }
    .monthly-estate-item .item-txt .spec {
      margin-bottom: 5px; }
    .monthly-estate-item .item-txt .area {
      background: #e6e6e6;
      padding: 5px;
      margin-bottom: 5px; }
    .monthly-estate-item .item-txt .address {
      border-bottom: 1px solid #ffc600;
      padding-bottom: 5px;
      margin-bottom: 5px; }
    .monthly-estate-item .item-txt .memo {
      padding-bottom: 5px;
      min-height: 7rem;
      font-size: 0.9rem; }
  .monthly-estate-item .link {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 70%;
    text-align: center;
    padding: 0.5rem 1rem;
    margin: 0 auto 1rem auto;
    border-radius: 50rem;
    background: #ffc600 url(../images/icon-arrow-w.svg) 95% center no-repeat;
    background-size: 20px; }
  @media screen and (min-width: 768px) {
    .monthly-estate-item {
      width: 290px; } }
  @media screen and (min-width: 992px) {
    .monthly-estate-item .item-img {
      height: 185px; } }

.archive-monthly-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .archive-monthly-list .monthly-estate-item {
      width: 24%;
      margin: 0 0.5% 2% 0.5%; } }

/*--------------------------------------------------------------
# List - Shortstay
--------------------------------------------------------------*/
.shortstay-list-item {
  background: #fff;
  width: 98%;
  margin: 0 1% 2% 1%;
  box-shadow: 0 0 3px #e6e6e6; }
  .shortstay-list-item a {
    color: #000;
    text-decoration: none; }
    .shortstay-list-item a:hover {
      color: #000; }
  .shortstay-list-item .item-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .shortstay-list-item .item-img img {
      width: 100%; }
  .shortstay-list-item .item-txt {
    text-align: left;
    padding: 0.5rem; }
  .shortstay-list-item .information {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e6e6e6; }
    .shortstay-list-item .information .name {
      text-align: left;
      font-size: 1.3rem;
      margin: 0 0 0.5rem 0; }
    .shortstay-list-item .information .cost-box {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      .shortstay-list-item .information .cost-box .memo {
        font-size: 0.9rem; }
      .shortstay-list-item .information .cost-box .price-box {
        min-width: 180px;
        text-align: right; }
      .shortstay-list-item .information .cost-box .price strong {
        font-size: 1.8rem; }
  .shortstay-list-item .spec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e6e6e6; }
    .shortstay-list-item .spec .spec-item {
      width: 33%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 0.5rem;
      font-size: 0.9rem; }
      .shortstay-list-item .spec .spec-item .icon {
        display: block;
        width: 35px;
        margin-right: 10px; }
  .shortstay-list-item .description {
    font-size: 0.9rem;
    line-height: 1.4; }
  .shortstay-list-item .link {
    width: 70%;
    text-align: center;
    padding: 0.5rem 1rem;
    margin: 1rem auto;
    border-radius: 50rem;
    background: #5dd8ef url(../images/icon-arrow-w.svg) 95% center no-repeat;
    background-size: 20px; }
    .shortstay-list-item .link:hover {
      background-color: #8be3f4;
      transition: 0.2s; }
  @media screen and (max-width: 767px) {
    .shortstay-list-item .information .name {
      font-size: 1.1rem; }
    .shortstay-list-item .information .cost .price strong {
      font-size: 1.4rem; }
    .shortstay-list-item .spec .spec-item {
      font-size: 0.7rem; } }
  @media screen and (min-width: 768px) {
    .shortstay-list-item {
      width: 48%; } }
  @media screen and (min-width: 992px) {
    .shortstay-list-item .item-img {
      height: 300px; } }

/*--------------------------------------------------------------
# Page - Home
--------------------------------------------------------------*/
.home-content h2 {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin: 2rem auto;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .home-content h2 {
      font-size: 1.4rem; } }

.home-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin: 2rem auto;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .home-content h3 {
      font-size: 1.3rem; } }

.home-slide {
  width: 100%;
  margin: 0 auto 2rem auto; }
  @media screen and (max-width: 767px) {
    .home-slide {
      margin: 0.5rem auto 1rem auto; } }

.home-about {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 100px; }
  .home-about .home-about-bnr {
    display: flex;
    justify-content: center; }
    .home-about .home-about-bnr .bnr-item {
      padding: 0.2rem; }
  .home-about .home-about-merit .merit-list {
    display: flex;
    justify-content: center; }
    .home-about .home-about-merit .merit-list .list-item {
      padding: 0.2rem;
      text-align: center; }
  .home-about .home-about-illust01 {
    position: absolute;
    left: -10px;
    bottom: -120px; }
  .home-about .home-about-illust02 {
    position: absolute;
    right: -10px;
    bottom: -120px; }
  @media screen and (max-width: 1200px) {
    .home-about {
      margin-bottom: 40px; }
      .home-about .home-about-merit {
        width: 70%;
        margin: 0 auto; }
        .home-about .home-about-merit .merit-list {
          flex-wrap: wrap; }
          .home-about .home-about-merit .merit-list .list-item {
            width: 31%; }
      .home-about .home-about-illust01 {
        width: 20%;
        position: absolute;
        left: 0;
        bottom: -60px; }
      .home-about .home-about-illust02 {
        width: 20%;
        position: absolute;
        right: 0;
        bottom: -60px; } }

.home-monthly {
  background: url(../images/bg-gray.png) center center repeat;
  padding: 2rem 0;
  margin: 0 auto 4rem auto; }
  .home-monthly .monthly-content {
    position: relative; }
    .home-monthly .monthly-content .monthly-ttl {
      margin-top: -4rem; }
      .home-monthly .monthly-content .monthly-ttl .icon {
        display: block;
        width: 60px;
        margin: 0 auto; }
  .home-monthly .monthly-search-box {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 3rem; }
  .home-monthly .search-area .search-area-btn {
    margin: 1rem auto;
    text-align: center; }
    .home-monthly .search-area .search-area-btn a.btn {
      padding: 0.8rem 3rem 0.6rem 1.5rem; }
      .home-monthly .search-area .search-area-btn a.btn .icon {
        width: 30px;
        vertical-align: middle;
        padding-right: 0.2rem; }
  .home-monthly .search-filter {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    max-width: 90%; }
    .home-monthly .search-filter .search-filter-box {
      width: 100%;
      margin: 1rem auto; }
      .home-monthly .search-filter .search-filter-box .box-ttl {
        background: #ffc600;
        text-align: center;
        font-size: 1.1rem;
        font-weight: 700;
        padding: 0.5rem;
        position: relative; }
      .home-monthly .search-filter .search-filter-box .box-content {
        background: #fff;
        padding: 0.5rem; }
        .home-monthly .search-filter .search-filter-box .box-content.filter-area .filter-item {
          display: block;
          margin: 0 0 0.5rem 0; }
        .home-monthly .search-filter .search-filter-box .box-content.filter-spec .filter-item {
          display: inline-block;
          margin: 0 0 0.5rem 0; }
    .home-monthly .search-filter .search-filter-btn {
      margin: 1rem auto;
      text-align: center; }
      .home-monthly .search-filter .search-filter-btn .btn {
        border: none;
        background-image: url(../images/icon-search.svg), url(../images/icon-arrow-w.svg);
        background-repeat: no-repeat;
        background-position: 10% center, 95% center;
        background-size: 35px, 20px;
        padding: 1rem 3rem 1rem 4rem; }
  .home-monthly .search-osusume .search-osusume-btn {
    margin: 1rem auto;
    text-align: center; }
    .home-monthly .search-osusume .search-osusume-btn a.btn {
      padding: 0.8rem 3rem 0.6rem 1.5rem; }
      .home-monthly .search-osusume .search-osusume-btn a.btn .icon {
        width: 30px;
        vertical-align: middle;
        padding-right: 0.2rem; }
  @media screen and (min-width: 768px) {
    .home-monthly .search-filter .search-filter-box {
      display: flex;
      justify-content: flex-start;
      align-items: stretch;
      width: 100%; }
      .home-monthly .search-filter .search-filter-box .box-ttl {
        width: 20%;
        min-width: 20%;
        padding: 0;
        margin-right: 1%;
        display: table; }
        .home-monthly .search-filter .search-filter-box .box-ttl .box-ttl-txt {
          display: table-cell;
          vertical-align: middle; }
      .home-monthly .search-filter .search-filter-box .box-content {
        width: 79%;
        padding: 1rem; }
        .home-monthly .search-filter .search-filter-box .box-content.filter-area .filter-item:last-child {
          margin: 0; } }

.home-monthly-link {
  margin: 0 auto 6rem auto; }

.home-shortstay {
  background: url(../images/bg-gray.png) center center repeat;
  padding: 2rem 0; }
  .home-shortstay .shortstay-content {
    position: relative; }
    .home-shortstay .shortstay-content .shortstay-ttl {
      margin-top: -4rem; }
      .home-shortstay .shortstay-content .shortstay-ttl .icon {
        display: block;
        width: 100px;
        margin: 0 auto; }
    .home-shortstay .shortstay-content .shortstay-btn {
      margin: 1rem auto;
      text-align: center;
      text-align: center; }

/*--------------------------------------------------------------
# Page - Detail
--------------------------------------------------------------*/
.detail-page-content .estate-description {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  text-align: justify; }

.detail-page-content .estate-outline {
  margin-bottom: 2rem; }
  .detail-page-content .estate-outline .img-outside {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem; }
  .detail-page-content .estate-outline .img-inside {
    background: url(../images/bg-gray.png) center center no-repeat;
    padding: 1rem;
    margin-bottom: 1rem; }
    .detail-page-content .estate-outline .img-inside .img-inside-tab {
      display: flex;
      justify-content: center;
      align-items: stretch;
      margin-bottom: 1rem; }
      .detail-page-content .estate-outline .img-inside .img-inside-tab .tab-item {
        width: 20%;
        margin: 1% 1%;
        padding: 6px 5px;
        text-align: center;
        font-weight: 700;
        background: #e6e6e6;
        cursor: pointer; }
        .detail-page-content .estate-outline .img-inside .img-inside-tab .tab-item.current {
          background: #ffc600; }
        .detail-page-content .estate-outline .img-inside .img-inside-tab .tab-item:hover {
          background: #ffc600;
          transition: 0.2s; }
    .detail-page-content .estate-outline .img-inside .img-inside-tab-content .tab-item {
      display: none; }
      .detail-page-content .estate-outline .img-inside .img-inside-tab-content .tab-item.on {
        display: block; }
    .detail-page-content .estate-outline .img-inside .img-inside-tab-content .swiper-button-next, .detail-page-content .estate-outline .img-inside .img-inside-tab-content .swiper-button-prev {
      color: #ffc600; }
    .detail-page-content .estate-outline .img-inside .img-inside-note p {
      font-size: 0.8rem; }
  .detail-page-content .estate-outline .outline-header {
    background: url(../images/bg-gray.png) center center no-repeat;
    padding: 0.2rem 0.5rem;
    margin-bottom: 1rem; }
    .detail-page-content .estate-outline .outline-header .outline-ttl {
      font-size: 1.1rem;
      line-height: 1;
      margin: 0; }
      .detail-page-content .estate-outline .outline-header .outline-ttl .icon {
        vertical-align: middle;
        padding-right: 5px; }
  .detail-page-content .estate-outline .outline-info {
    margin-bottom: 1rem; }
  .detail-page-content .estate-outline .outline-map {
    margin-bottom: 1rem; }
  .detail-page-content .estate-outline .outline-item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px dotted #999;
    padding: 5px 0;
    margin: 0; }
    .detail-page-content .estate-outline .outline-item .item-ttl {
      background: #fff2c7;
      width: 23%;
      min-width: 23%;
      margin-right: 5px;
      padding: 5px;
      text-align: center;
      letter-spacing: 2px;
      line-height: 1.1;
      display: table; }
      .detail-page-content .estate-outline .outline-item .item-ttl .item-ttl-txt {
        display: table-cell;
        vertical-align: middle; }
    .detail-page-content .estate-outline .outline-item .item-content {
      padding: 5px; }
    .detail-page-content .estate-outline .outline-item.item-facility .facility-item {
      display: inline-block;
      font-size: 0.9rem;
      background: #e6e6e6;
      padding: 3px 8px;
      text-align: center;
      margin: 0 5px 5px 0;
      color: #888; }
      .detail-page-content .estate-outline .outline-item.item-facility .facility-item.on {
        background: #ffc600;
        color: #000; }
  .detail-page-content .estate-outline .outline-price .price-tab {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 1rem; }
    .detail-page-content .estate-outline .outline-price .price-tab .tab-item {
      width: 20%;
      margin: 1% 1%;
      padding: 6px 5px;
      text-align: center;
      font-weight: 700;
      background: #e6e6e6;
      cursor: pointer; }
      .detail-page-content .estate-outline .outline-price .price-tab .tab-item.current {
        background: #ffc600; }
      .detail-page-content .estate-outline .outline-price .price-tab .tab-item:hover {
        background: #ffc600;
        transition: 0.2s; }
  .detail-page-content .estate-outline .outline-price .price-tab-content .tab-item {
    display: none; }
    .detail-page-content .estate-outline .outline-price .price-tab-content .tab-item.on {
      display: block; }
  .detail-page-content .estate-outline .outline-price .price-table {
    margin: 0 auto 1rem auto; }
    .detail-page-content .estate-outline .outline-price .price-table tbody th {
      font-size: 0.9rem; }
  .detail-page-content .estate-outline .outline-price .price-simulation {
    padding: 1rem; }
  .detail-page-content .estate-outline .price-simulation .simulation-ttl {
    margin: 0 auto 0.5rem auto; }
    .detail-page-content .estate-outline .price-simulation .simulation-ttl .room-type {
      display: block;
      padding: 5px 0; }
    .detail-page-content .estate-outline .price-simulation .simulation-ttl .days {
      display: block;
      padding: 5px 0; }
  .detail-page-content .estate-outline .price-simulation .simulation-room {
    padding: 5px; }
  .detail-page-content .estate-outline .price-simulation .simulation-days {
    width: 2.5rem;
    padding: 5px;
    font-size: 1.1rem; }
  .detail-page-content .estate-outline .price-simulation .simulation-submit {
    margin: 0 auto 0.5rem auto; }
    .detail-page-content .estate-outline .price-simulation .simulation-submit .simulation-btn {
      background: #004482;
      color: #fff;
      border: none;
      cursor: pointer; }
      .detail-page-content .estate-outline .price-simulation .simulation-submit .simulation-btn:hover {
        background-color: #1b77ca;
        transition: 0.2s; }
  @media screen and (min-width: 768px) {
    .detail-page-content .estate-outline {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .detail-page-content .estate-outline .outline-img {
        width: 54%;
        margin-right: 2%; }
      .detail-page-content .estate-outline .outline-txt {
        width: 44%; } }

.detail-page-content .estate-contact-box {
  text-align: center;
  margin: 0 auto 4rem auto; }
  .detail-page-content .estate-contact-box .contact-ttl {
    font-size: 1.2rem; }
  .detail-page-content .estate-contact-box .contact-content {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    background: url(../images/bg-gray.png) center center no-repeat;
    padding: 1rem;
    box-sizing: border-box;
    border-radius: 5px; }
    .detail-page-content .estate-contact-box .contact-content .contact-name {
      background: none;
      margin: 0 auto 1rem auto;
      padding: 0;
      font-size: 1rem; }
    .detail-page-content .estate-contact-box .contact-content .contact-wrapper .contact-tel a {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2.2rem;
      font-weight: 700;
      text-decoration: none;
      line-height: 1;
      padding: 0.5rem 0; }
    .detail-page-content .estate-contact-box .contact-content .contact-wrapper .contact-mail a {
      padding: 0.8rem 3rem 0.6rem 1.5rem; }
      .detail-page-content .estate-contact-box .contact-content .contact-wrapper .contact-mail a .icon {
        vertical-align: middle;
        padding-right: 0.2rem; }
  @media screen and (min-width: 768px) {
    .detail-page-content .estate-contact-box .contact-content .contact-wrapper {
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      .detail-page-content .estate-contact-box .contact-content .contact-wrapper .contact-tel {
        margin-right: 0.5rem; } }

.detail-page-content .estate-spec {
  margin: 0 auto 2rem auto; }
  .detail-page-content .estate-spec .spec-item {
    border-bottom: 1px dotted #999;
    padding: 5px 0;
    margin: 0; }
    .detail-page-content .estate-spec .spec-item .item-ttl {
      background: #fff2c7;
      padding: 5px;
      text-align: center;
      letter-spacing: 2px; }
    .detail-page-content .estate-spec .spec-item .item-content {
      padding: 5px; }
  @media screen and (min-width: 768px) {
    .detail-page-content .estate-spec .spec-item {
      display: flex;
      justify-content: flex-start;
      align-items: stretch; }
      .detail-page-content .estate-spec .spec-item .item-ttl {
        width: 20%;
        min-width: 20%;
        margin-right: 5px; } }

/*--------------------------------------------------------------
# Page - information
--------------------------------------------------------------*/
.main-content-information .information-sec {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  max-width: 94%; }

.main-content-information .information-about .about-box {
  margin-bottom: 2rem; }

.main-content-information .information-faq .faq-box {
  margin-bottom: 2rem; }
  .main-content-information .information-faq .faq-box .faq-box-ttl:before {
    content: 'Q.';
    color: #7AE1E2;
    padding: 0 0.3rem; }

@media screen and (max-width: 767px) {
  .main-content-information .information {
    margin: 2rem auto;
    padding: 1rem 1rem; }
    .main-content-information .information .information-illust {
      width: 80px; }
    .main-content-information .information .information-header {
      text-align: left; }
    .main-content-information .information .information-txt {
      padding-left: 90px; } }

/*--------------------------------------------------------------
# Page - Shortstay-list
--------------------------------------------------------------*/
.site-shortstay .page-header .page-ttl {
  border-color: #7AE1E2; }

.archive-shortstay-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch; }

/*--------------------------------------------------------------
# Page - Shortstay-detail
--------------------------------------------------------------*/
.site-shortstay-detail .detail-page-content h2.shortstay-sec-ttl {
  text-align: center;
  margin: 1rem 0;
  font-size: 1.3rem; }
  .site-shortstay-detail .detail-page-content h2.shortstay-sec-ttl .icon {
    vertical-align: middle;
    padding: 0px 5px 4px 0; }

.site-shortstay-detail .detail-page-content h3 {
  font-size: 1.1rem;
  font-weight: normal;
  background: #cdf6fe;
  border-radius: 0; }

.site-shortstay-detail .shortstay-information {
  text-align: center;
  margin: 2rem auto; }
  .site-shortstay-detail .shortstay-information p {
    margin: 0.5rem auto; }
  .site-shortstay-detail .shortstay-information .house-name {
    font-weight: bold;
    font-size: 1.1rem; }
  .site-shortstay-detail .shortstay-information .address {
    font-size: 0.9rem; }

@media screen and (min-width: 768px) {
  .site-shortstay-detail .shortstay-main-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch; }
    .site-shortstay-detail .shortstay-main-img .main-slider {
      width: 60%;
      margin-right: 1%; }
      .site-shortstay-detail .shortstay-main-img .main-slider img {
        width: 100%; }
    .site-shortstay-detail .shortstay-main-img .thumb-slider {
      width: 39%; } }

.site-shortstay-detail .shortstay-description {
  text-align: center;
  margin: 2rem auto; }

.site-shortstay-detail .shortstay-floorplan {
  text-align: center;
  margin: 2rem auto; }

.site-shortstay-detail .shortstay-cost-box {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #999; }
  .site-shortstay-detail .shortstay-cost-box .memo {
    font-size: 0.9rem; }
  .site-shortstay-detail .shortstay-cost-box .price-box {
    min-width: 180px;
    text-align: right; }
  .site-shortstay-detail .shortstay-cost-box .price strong {
    font-size: 1.8rem; }

.site-shortstay-detail .shortstay-spec {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #999; }
  .site-shortstay-detail .shortstay-spec .spec-item {
    width: 33%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.9rem; }
    .site-shortstay-detail .shortstay-spec .spec-item .icon {
      display: block;
      width: 35px;
      margin-right: 10px; }

.site-shortstay-detail .shortstay-outline {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  margin: 0 auto 2rem auto; }
  .site-shortstay-detail .shortstay-outline .outline-item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px dotted #999;
    padding: 5px 0;
    margin: 0; }
    .site-shortstay-detail .shortstay-outline .outline-item .item-ttl {
      background: #cdf6fe;
      width: 35%;
      min-width: 35%;
      margin-right: 5px;
      padding: 5px;
      text-align: center;
      font-size: 0.9rem;
      line-height: 1.1;
      display: table; }
      .site-shortstay-detail .shortstay-outline .outline-item .item-ttl .item-ttl-txt {
        display: table-cell;
        vertical-align: middle; }
    .site-shortstay-detail .shortstay-outline .outline-item .item-content {
      padding: 5px; }
      .site-shortstay-detail .shortstay-outline .outline-item .item-content ul {
        padding: 0 0 0 1.5rem; }
        .site-shortstay-detail .shortstay-outline .outline-item .item-content ul li {
          list-style: disc; }
  @media screen and (min-width: 768px) {
    .site-shortstay-detail .shortstay-outline {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: stretch; }
      .site-shortstay-detail .shortstay-outline .outline-facility {
        width: 49%;
        margin: 1% 1% 1% 0; }
        .site-shortstay-detail .shortstay-outline .outline-facility .facility-list {
          min-height: 5rem; }
      .site-shortstay-detail .shortstay-outline .outline-time {
        width: 49%;
        margin: 1% 0 1% 1%; }
      .site-shortstay-detail .shortstay-outline .outline-cancel {
        width: 100%; }
      .site-shortstay-detail .shortstay-outline .outline-item .item-ttl {
        width: 150px;
        min-width: 150px; } }

.site-shortstay-detail .shortstay-calendar {
  margin: 0 auto 2rem auto;
  text-align: center; }
  .site-shortstay-detail .shortstay-calendar .calendar-description {
    margin: 0 auto 1rem auto; }
  .site-shortstay-detail .shortstay-calendar .calendar-content {
    padding: 1rem;
    background: #e6e6e6; }

.site-shortstay-detail .shortstay-service {
  margin: 0 auto 2rem auto; }
  .site-shortstay-detail .shortstay-service .service-content h3 {
    padding: 8px 8px 4px 8px; }
    .site-shortstay-detail .shortstay-service .service-content h3 .icon {
      vertical-align: middle;
      padding: 0px 5px 4px 0; }
  @media screen and (min-width: 768px) {
    .site-shortstay-detail .shortstay-service .service-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: stretch; }
      .site-shortstay-detail .shortstay-service .service-content .house-service {
        width: 49%;
        margin: 1% 1% 1% 0; }
      .site-shortstay-detail .shortstay-service .service-content .room-service {
        width: 49%;
        margin: 1% 0 1% 1%; } }

.site-shortstay-detail .shortstay-access {
  margin: 0 auto 2rem auto; }
  @media screen and (min-width: 768px) {
    .site-shortstay-detail .shortstay-access .access-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start; }
      .site-shortstay-detail .shortstay-access .access-content .access-map {
        width: 49%;
        margin: 1% 1% 1% 0; }
        .site-shortstay-detail .shortstay-access .access-content .access-map iframe {
          width: 100%; }
      .site-shortstay-detail .shortstay-access .access-content .access-transport {
        width: 49%;
        margin: 1% 0 1% 1%; } }

.site-shortstay-detail .shortstay-faq {
  margin: 0 auto 2rem auto; }
  .site-shortstay-detail .shortstay-faq .faq-box .faq-box-ttl {
    background: #e6e6e6; }
    .site-shortstay-detail .shortstay-faq .faq-box .faq-box-ttl:before {
      content: 'Q.';
      color: #5dd8ef;
      padding: 0 0.3rem;
      font-weight: 700; }

.archive-shortstay-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch; }

/*--------------------------------------------------------------
# Page - Contact
--------------------------------------------------------------*/
.main-content-contact .page-content {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  max-width: 94%; }
  .main-content-contact .page-content .contact-form .contact-description {
    text-align: center;
    margin: 1rem auto;
    font-size: 1.1rem;
    font-weight: 700; }
  .main-content-contact .page-content .contact-form .form-item {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px dotted #999; }
    .main-content-contact .page-content .contact-form .form-item .form-item-ttl {
      background: #ffc600;
      text-align: center;
      font-weight: 700;
      padding: 0.5rem; }
    .main-content-contact .page-content .contact-form .form-item .form-item-content {
      padding: 0.5rem; }
      .main-content-contact .page-content .contact-form .form-item .form-item-content .date .date-ttl {
        font-size: 0.9rem; }
      .main-content-contact .page-content .contact-form .form-item .form-item-content .date .date-text {
        min-width: 40px;
        width: 40px;
        text-align: center; }
      .main-content-contact .page-content .contact-form .form-item .form-item-content .note {
        display: block;
        font-size: 0.8rem;
        color: #444;
        margin: 5px 0 0 0; }
      .main-content-contact .page-content .contact-form .form-item .form-item-content .comment-note {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
  .main-content-contact .page-content .contact-form .form-privacypolicy {
    text-align: center;
    margin: 1rem auto; }
  .main-content-contact .page-content .contact-form .form-input {
    text-align: center;
    margin: 1rem auto; }
    .main-content-contact .page-content .contact-form .form-input input {
      margin: 0.3rem; }
  .main-content-contact .page-content .contact-form.contact-shortstay-form .form-item .form-item-ttl {
    background: #5dd8ef; }
  @media screen and (min-width: 768px) {
    .main-content-contact .page-content .contact-form .form-item {
      display: flex;
      justify-content: flex-start;
      align-items: stretch;
      width: 100%; }
      .main-content-contact .page-content .contact-form .form-item .form-item-ttl {
        width: 20%;
        min-width: 20%;
        padding: 0;
        margin-right: 1%;
        display: table; }
        .main-content-contact .page-content .contact-form .form-item .form-item-ttl .item-ttl-txt {
          display: table-cell;
          vertical-align: middle; }
      .main-content-contact .page-content .contact-form .form-item .form-item-content {
        width: 79%;
        padding: 1rem; }
        .main-content-contact .page-content .contact-form .form-item .form-item-content .date {
          display: flex;
          justify-content: flex-start;
          align-items: center; } }

/*--------------------------------------------------------------
# Contect
--------------------------------------------------------------*/
#contact {
  margin: 0 auto 4rem auto; }
  #contact .contact-ttl {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    margin: 2rem auto;
    line-height: 1.5; }
  #contact .contact-content {
    text-align: center;
    width: 600px;
    max-width: 100%;
    margin: 0 auto; }
    #contact .contact-content .contact-name {
      margin: 0 auto; }
    #contact .contact-content .contact-tel {
      text-align: center; }
      #contact .contact-content .contact-tel a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.2rem;
        font-weight: 700;
        text-decoration: none;
        line-height: 1;
        padding: 0.5rem 0; }
      #contact .contact-content .contact-tel .icon {
        display: block;
        width: 40px;
        padding: 0.5rem 0.5rem 0 0; }
    #contact .contact-content .contact-mail {
      margin: 0.5rem auto; }
      #contact .contact-content .contact-mail a.btn {
        padding: 0.8rem 3rem 0.6rem 1.5rem; }
        #contact .contact-content .contact-mail a.btn .icon {
          width: 35px;
          vertical-align: middle;
          padding-right: 0.2rem; }

/*--------------------------------------------------------------
# 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; } }
