@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Roboto:wght@500;700&display=swap");
/*************************
page
*************************/
@media screen and (min-width: 640px) {
  .m-tel a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
#sec01 .m-tel {
  padding-top: 10px; }
  @media screen and (max-width: 640px) {
    #sec01 .m-tel {
      padding-top: 5px; } }

#sec02 .m-title-borderleft {
  margin-top: 30px; }
  @media screen and (max-width: 640px) {
    #sec02 .m-title-borderleft {
      margin-top: 20px; } }
#sec02 .m-indent {
  padding-top: 20px; }
  @media screen and (max-width: 640px) {
    #sec02 .m-indent {
      padding-top: 10px; } }
#sec02 .m-link-arrow {
  font-size: 17px;
  font-size: calc($size / 16)rem; }
  @media screen and (max-width: 640px) {
    #sec02 .m-link-arrow {
      font-size: 14px;
      font-size: calc($size / 16)rem; } }

.map {
  width: 100%;
  height: 450px;
  margin-top: 30px; }
  @media screen and (max-width: 640px) {
    .map {
      height: 300px;
      margin-top: 20px; } }

.map iframe {
  width: 100%;
  height: 100%; }
