@charset "UTF-8";
/* mb
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  body {
    color: #494949;
    font-size: 62.5%;
    /*pxだと10px;*/
    background: #f1efec;
    width: 100%;
    font-family: "M PLUS Rounded 1c", "メイリオ", "Meiryo";
  }
  body .body-mb {
    background: #fff;
  }
  body h2 {
    text-align: center;
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  body p {
    font-weight: 400;
    font-size: 1rem;
    text-align: left;
    line-height: 1.8rem;
  }
  body p br.mb-off {
    display: none;
  }
  body p span {
    color: #45bdcf;
    font-weight: 800;
  }
  body .appimage {
    text-align: center;
    padding: 30px;
  }
  body .appimage img {
    width: 100px;
  }
  body .btn {
    color: #fff;
    text-align: center;
    background: #45bdcf;
    font-weight: 800;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin: 20px auto;
    font-size: 1.4rem;
    width: 60%;
    height: 40px;
  }
  body .btn a {
    line-height: 40px;
  }

  .t-footerFixed {
    padding-bottom: 0;
  }

  header .siteTitle {
    text-align: center;
    margin: 0 auto;
    text-indent: -7px;
  }

  .bottomFooter {
    background: #fff;
  }
  .bottomFooter .bottomFooter__copyright, .bottomFooter .bottomFooter__producer {
    color: #494949;
  }

  section.section1 {
    background: #fff;
    margin: 0 auto;
    padding: 30px;
    width: 100%;
    margin-bottom: 20px;
  }

  section.section2 {
    background: #fff;
    margin: 0 auto;
    padding: 30px;
    width: 80%;
    margin-bottom: 20px;
  }

  body .content .maparea #map div {
    margin-top: 0;
  }

  body .content .maparea #map p {
    margin-top: 0 !important;
  }

  body .content .maparea #map .gmnoprint {
    margin-top: 10px;
  }

  .searcharea {
    background: #f1efec;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    padding: 50px 0;
  }
  .searcharea h2 {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  .searcharea .search-input {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #cacaca;
    font-family: "M PLUS Rounded 1c", "メイリオ", "Meiryo";
    font-size: 1rem;
    text-indent: 20px;
    width: 80%;
    height: 50px;
  }
  .searcharea .search-input:focus {
    border: 1px solid #45bdcf;
  }

  .maparea {
    margin-bottom: 30px;
  }
  .maparea h2 {
    margin: 20px auto;
    font-size: 1.5rem;
  }
  .maparea #map {
    width: 100%;
    height: 700px;
  }

  .toirental-cta .btn {
    text-align: center;
    background: #45bdcf;
    font-weight: 800;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin: 20px auto;
    font-size: 1.2rem;
    width: 75%;
    height: 40px;
  }
  .toirental-cta .btn a {
    color: #fff;
    line-height: 40px;
  }
  .toirental-cta p.caution {
    text-align: center;
  }

  .l-wrapper-lp {
    margin: 0;
  }
  .l-wrapper-lp .u-border {
    border: 0;
    padding: 0;
  }
  .l-wrapper-lp .u-border .dividerBottom {
    margin: 0;
  }
  .l-wrapper-lp .l-main {
    margin: 0;
  }

  html {
    font-size: 100%;
  }

  body#rent {
    background: #fff;
    height: 100vh;
  }
  body#rent header {
    display: none;
  }
  body#rent footer {
    display: none;
  }
  body#rent .l-wrapper {
    height: 100%;
  }
  body#rent .l-wrapper .l-main {
    height: 100%;
  }
  body#rent .l-wrapper .l-main .dividerBottom {
    height: 100%;
  }
  body#rent .l-wrapper .l-main .dividerBottom .pageContents {
    height: 100%;
  }
  body#rent .l-wrapper .l-main .dividerBottom .pageContents .content {
    height: 100%;
  }

  #rentmain {
    margin-top: 0;
    height: 100%;
  }

  .btn-home {
    display: none;
  }

  .badge {
    background: #45bdcf;
    width: 100%;
    height: 70%;
    font-family: "M PLUS Rounded 1c", "メイリオ", "Meiryo";
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
  }
  .badge .circle-parent {
    width: 90%;
    padding-top: 90%;
    border-radius: 50%;
    background: #fff;
    margin: auto;
    position: relative;
  }
  .badge .circle-parent .circle-child {
    position: absolute;
    top: 7%;
    text-align: center;
    width: 100%;
  }
  .badge .circle-parent .circle-child img {
    width: 30%;
  }
  .badge .circle-parent .circle-child .renttitle {
    margin-top: 0.5rem;
  }
  .badge .circle-parent .circle-child .rentdate {
    margin-top: 0.1rem;
  }

  .renttitle {
    font-size: 2.1rem;
    font-weight: 800;
    color: #45bdcf;
    line-height: 2.8rem;
    text-align: center;
  }
  .renttitle span {
    font-size: 2.8rem;
  }
  .renttitle audio {
    display: none;
  }

  .rentdate {
    font-size: 1.5rem;
    font-weight: 800;
    color: #45bdcf;
    text-align: center;
  }

  .renttitle-thanks {
    display: none;
  }

  .guide {
    width: 100%;
    padding-bottom: 20px;
  }
  .guide p {
    text-align: center;
    font-size: 1.2rem;
    color: #494949;
    line-height: 1.8rem;
  }
  .guide .btn {
    width: 70%;
    line-height: 43px;
    height: 45px;
  }
  .guide .btn a {
    color: #fff;
    font-size: 1.3rem;
    width: 100%;
    display: inline-block;
  }
  .guide .toshop {
    display: none;
  }

  .request-toilet {
    animation: 1s ease-in-out forwards rotation1;
  }
  .request-toilet audio {
    display: inline;
  }
  .request-toilet .guide {
    text-align: center;
  }
  .request-toilet .guide .default {
    display: none;
  }
  .request-toilet .guide img {
    width: 50%;
  }
  .request-toilet .guide .toshop {
    display: inline-block;
  }
  .request-toilet .guide p.toshop {
    color: #ec6d7b;
    font-size: 0.8rem;
    margin-top: 0;
  }
  .request-toilet .guide .btn {
    background: #ec6d7b;
  }

  @keyframes rotation1 {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(180deg);
    }
  }
  .thanks .badge {
    background: #ec6d7b;
  }
  .thanks .badge .renttitle {
    display: none;
  }
  .thanks .badge .renttitle-thanks {
    display: block;
    color: #ec6d7b;
    font-weight: 800;
    line-height: 2.7rem;
    text-align: center;
    margin-top: 0.5rem;
  }
  .thanks .badge .renttitle-thanks span {
    font-size: 2.7rem;
    color: #ec6d7b;
  }
  .thanks .badge .rentdate {
    color: #ec6d7b;
  }
  .thanks .guide .btn {
    background: #cacaca;
  }
  .thanks .btn-home {
    transform: scale(-1, -1);
    display: block;
    position: absolute;
    bottom: 92%;
    z-index: 99;
    width: 50%;
    font-size: 1.1rem;
    text-align: center;
    background: #45bdcf;
    border: 2px #fff solid;
    font-weight: 800;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
  .thanks .btn-home a {
    color: #fff;
  }
  .thanks audio {
    display: none;
  }
}
/* PC
-------------------------------------------------- */
@media only screen and (min-width: 768px) {
  body {
    color: #494949;
    font-size: 62.5%;
    /*pxだと10px;*/
    background: #f1efec;
    width: 100%;
    font-family: "M PLUS Rounded 1c", "メイリオ", "Meiryo";
    height: auto;
  }
  body .body-mb {
    background: #fff;
  }
  body h2 {
    text-align: center;
    font-weight: 800;
    font-size: 3rem;
    margin: 40px 0;
  }
  body p {
    font-weight: 400;
    font-size: 1.6rem;
    text-align: center;
    line-height: 3rem;
  }
  body p span {
    color: #45bdcf;
    font-weight: 800;
  }
  body .appimage {
    text-align: center;
    padding: 30px;
  }
  body .appimage img {
    width: 100px;
  }
  body .btn {
    color: #fff;
    text-align: center;
    background: #45bdcf;
    font-weight: 800;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 450px;
    margin: 85px auto;
    height: 90px;
    font-size: 2rem;
  }
  body .btn a {
    line-height: 90px;
  }

  .t-footerFixed {
    padding-bottom: 0;
  }

  header .siteTitle {
    text-align: center;
    margin-left: 80px;
  }

  .bottomFooter {
    background: #fff;
  }
  .bottomFooter .bottomFooter__copyright, .bottomFooter .bottomFooter__producer {
    color: #494949;
  }

  section.section1 {
    background: #fff;
    margin: 0 auto;
    padding: 30px;
    width: 80%;
    height: 420px;
    margin-bottom: 70px;
  }

  section.section2 {
    background: #fff;
    margin: 0 auto;
    padding: 30px;
    width: 80%;
    height: 420px;
    margin-bottom: 70px;
  }

  body .content .maparea #map div {
    margin-top: 0;
  }

  body .content .maparea #map p {
    margin-top: 0 !important;
  }

  body .content .maparea #map .gmnoprint {
    margin-top: 10px;
  }

  .searcharea {
    background: #f1efec;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    padding: 50px;
  }
  .searcharea h2 {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  .searcharea .search-input {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #cacaca;
    font-family: "M PLUS Rounded 1c", "メイリオ", "Meiryo";
    font-size: 1rem;
    text-indent: 20px;
    width: 80%;
    height: 60px;
  }
  .searcharea .search-input:focus {
    border: 1px solid #45bdcf;
  }

  .maparea {
    margin-bottom: 30px;
  }
  .maparea h2 {
    margin: 20px auto;
    font-size: 1.5rem;
  }
  .maparea #map {
    width: 100%;
    height: 700px;
  }

  .toirental-cta .btn {
    text-align: center;
    background: #45bdcf;
    font-weight: 800;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 450px;
    margin: 85px auto;
    height: 70px;
    font-size: 3rem;
    margin-bottom: 0;
  }
  .toirental-cta .btn a {
    color: #fff;
    line-height: 70px;
  }
  .toirental-cta p.caution {
    text-align: center;
  }

  html {
    font-size: 100%;
  }

  body#rent {
    background: #fff;
    height: 100vh;
  }
  body#rent header {
    display: none;
  }
  body#rent footer {
    display: none;
  }
  body#rent .l-wrapper {
    height: 100%;
  }
  body#rent .l-wrapper .l-main {
    height: 100%;
  }
  body#rent .l-wrapper .l-main .dividerBottom {
    height: 100%;
  }
  body#rent .l-wrapper .l-main .dividerBottom .pageContents {
    height: 100%;
  }
  body#rent .l-wrapper .l-main .dividerBottom .pageContents .content {
    height: 100%;
  }

  #rentmain {
    margin-top: 0;
    height: 100%;
  }

  .btn-home {
    display: none;
  }

  .badge {
    background: #45bdcf;
    width: 100%;
    height: 70%;
    font-family: "M PLUS Rounded 1c", "メイリオ", "Meiryo";
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
  }
  .badge .circle-parent {
    width: 90%;
    padding-top: 90%;
    border-radius: 50%;
    background: #fff;
    margin: auto;
    position: relative;
  }
  .badge .circle-parent .circle-child {
    position: absolute;
    top: 7%;
    text-align: center;
    width: 100%;
  }
  .badge .circle-parent .circle-child img {
    width: 30%;
  }
  .badge .circle-parent .circle-child .renttitle {
    margin-top: 0.5rem;
  }
  .badge .circle-parent .circle-child .rentdate {
    margin-top: 0.1rem;
  }

  .renttitle {
    font-size: 2.1rem;
    font-weight: 800;
    color: #45bdcf;
    line-height: 2.8rem;
    text-align: center;
  }
  .renttitle span {
    font-size: 2.8rem;
  }
  .renttitle audio {
    display: none;
  }

  .rentdate {
    font-size: 1.5rem;
    font-weight: 800;
    color: #45bdcf;
    text-align: center;
  }

  .renttitle-thanks {
    display: none;
  }

  .guide {
    width: 100%;
    padding-bottom: 20px;
  }
  .guide p {
    text-align: center;
    font-size: 1.2rem;
    color: #494949;
    line-height: 1.8rem;
  }
  .guide .btn {
    width: 70%;
    line-height: 43px;
    height: 45px;
  }
  .guide .btn a {
    color: #fff;
    font-size: 1.3rem;
    width: 100%;
    display: inline-block;
  }
  .guide .toshop {
    display: none;
  }

  .request-toilet {
    animation: 1s ease-in-out forwards rotation1;
  }
  .request-toilet audio {
    display: inline;
  }
  .request-toilet .guide {
    text-align: center;
  }
  .request-toilet .guide .default {
    display: none;
  }
  .request-toilet .guide img {
    width: 50%;
  }
  .request-toilet .guide .toshop {
    display: inline-block;
  }
  .request-toilet .guide p.toshop {
    color: #ec6d7b;
    font-size: 0.8rem;
    margin-top: 0;
  }
  .request-toilet .guide .btn {
    background: #ec6d7b;
  }

  @keyframes rotation1 {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(180deg);
    }
  }
  .thanks .badge {
    background: #ec6d7b;
  }
  .thanks .badge .renttitle {
    display: none;
  }
  .thanks .badge .renttitle-thanks {
    display: block;
    color: #ec6d7b;
    font-weight: 800;
    line-height: 2.7rem;
    text-align: center;
    margin-top: 0.5rem;
  }
  .thanks .badge .renttitle-thanks span {
    font-size: 2.7rem;
    color: #ec6d7b;
  }
  .thanks .badge .rentdate {
    color: #ec6d7b;
  }
  .thanks .guide .btn {
    background: #cacaca;
  }
  .thanks .btn-home {
    transform: scale(-1, -1);
    display: block;
    position: absolute;
    bottom: 92%;
    z-index: 99;
    width: 50%;
    font-size: 1.1rem;
    text-align: center;
    background: #45bdcf;
    border: 2px #fff solid;
    font-weight: 800;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
  .thanks .btn-home a {
    color: #fff;
  }
  .thanks audio {
    display: none;
  }
}
