<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===================================================
　共通コード
====================================================*/
.map-icon {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.map-icon span:before {
  font-family: "Font Awesome 5 Free";
  content: '\f3c5';
  font-weight: 900;
}

/* ===================================================
　PC
====================================================*/
@media screen and (min-width: 767px) {
  body {
    min-width: 750px;
    line-height: 1.75;
    letter-spacing: 0.1rem;
  }
  .pc-none {
    display: none !important;
  }
  .inbox {
    width: 1080px;
    margin: 0 auto;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .common-txt p {
    margin-bottom: 25px;
  }
  .common-txt p:last-child {
    margin-bottom: 0;
  }
  .youtube-iframe,
  .map-iframe {
    position: relative;
  }
  .youtube-iframe iframe,
  .map-iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .youtube-iframe {
    width: 640px;
    height: 360px;
    margin: 0 auto;
  }
  .map-iframe {
    width: 100%;
    height: 400px;
  }
}

/* ===================================================
　スマホ
====================================================*/
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
    line-height: 1.9;
    letter-spacing: 0.2rem;
  }
  .inbox {
    width: 95%;
    margin: 0 auto;
  }
  .common-txt p {
    margin-bottom: 3%;
  }
  .common-txt p:last-child {
    margin-bottom: 0;
  }
  .common-txt p br {
    display: none;
  }
  .youtube-iframe,
  .map-iframe {
    position: relative;
  }
  .youtube-iframe iframe,
  .map-iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .youtube-iframe {
    padding-top: 56.2%;
  }
  .map-icon span {
    font-size: 4.5vw;
  }
  .map-iframe {
    padding-top: 80%;
  }
}
</pre></body></html>